When I try to install crewai’s mcp-functionality using:
pip install crewai_tools[mcp]
I get following output:
Collecting crewai_tools[mcp]
Using cached crewai_tools-0.60.0-py3-none-any.whl.metadata (10 kB)
Collecting chromadb==0.5.23 (from crewai_tools[mcp])
Using cached chromadb-0.5.23-py3-none-any.whl.metadata (6.8 kB)
Requirement already satisfied: click>=8.1.8 in c:\users\markus.jehle\test.venv\lib\site-packages (from crewai_tools[mcp]) (8.1.8)
Collecting crewai>=0.152.0 (from crewai_tools[mcp])
Using cached crewai-0.157.0-py3-none-any.whl.metadata (35 kB)
Collecting docker>=7.1.0 (from crewai_tools[mcp])
Using cached docker-7.1.0-py3-none-any.whl.metadata (3.8 kB)
INFO: pip is looking at multiple versions of crewai-tools[mcp] to determine which version is compatible with other requirements. This could take a while.
Collecting crewai_tools[mcp]
Using cached crewai_tools-0.59.0-py3-none-any.whl.metadata (10 kB)
Requirement already satisfied: crewai>=0.150.0 in c:\users\markus.jehle\test.venv\lib\site-packages (from crewai_tools[mcp]) (0.150.0)
Using cached crewai_tools-0.58.0-py3-none-any.whl.metadata (10 kB)
Using cached crewai_tools-0.55.0-py3-none-any.whl.metadata (10 kB)
Using cached crewai_tools-0.51.1-py3-none-any.whl.metadata (10 kB)
Requirement already satisfied: chromadb>=0.4.22 in c:\users\markus.jehle\test.venv\lib\site-packages (from crewai_tools[mcp]) (1.0.13)
Using cached crewai_tools-0.51.0-py3-none-any.whl.metadata (10 kB)
Using cached crewai_tools-0.49.0-py3-none-any.whl.metadata (10 kB)
Using cached crewai_tools-0.48.0-py3-none-any.whl.metadata (10 kB)
INFO: pip is still looking at multiple versions of crewai-tools[mcp] to determine which version is compatible with other requirements. This could take a while.
Using cached crewai_tools-0.47.1-py3-none-any.whl.metadata (10 kB)
Using cached crewai_tools-0.47.0-py3-none-any.whl.metadata (10 kB)
Using cached crewai_tools-0.0.1-py3-none-any.whl.metadata (530 bytes)
WARNING: crewai-tools 0.0.1 does not provide the extra ‘mcp’
Using cached crewai_tools-0.0.1-py3-none-any.whl (2.0 kB)
Installing collected packages: crewai_tools
Successfully installed crewai_tools-0.0.1
At the end, only crewai_tools-0.0.1 is installed which is far beyond the current version and which does not include mcp.
Currently the Version 0.150.0 from crewai is installed, and I use the python version 3.13.5 with Windows.