This package provides integration between LlamaIndex and the Model Context Protocol (MCP), enabling LLMs to call external tools defined via MCP servers. Version 0.4.8 requires Python >=3.10, <4.0. Releases are frequent, matching LlamaIndex's cadence.
pip install llama-index-tools-mcpNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connects to an MCP server and lists available tools.
Use `await MCPToolSpec.from_server(config)`
Always provide both 'command' and 'args' parameters to MCPServerConfig.
Use `from llama_index.tools.mcp import MCPToolSpec`
No dependency data recorded yet.
No resource links recorded.