search_docs

MCP tool from Python Docs MCP Server by ayhammouda

Search Python stdlib docs by query. Supports symbol lookup (asyncio.TaskGroup), module search (json), and free-text search. Returns ranked hits with BM25 scoring and snippet excerpts.

How to use it

search_docs is exposed by the Python Docs MCP Server MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the search_docs tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

Install Python Docs MCP Server

$uvx python-docs-mcp-server
FULL PYTHON DOCS MCP SERVER LISTING