python-docs-server MCP Server
@AnuragRai017
About python-docs-server MCP Server
No overview available yet
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
1Get Python documentation for a given query
Overview
What is python-docs-server MCP Server?
The python-docs-server MCP Server is a TypeScript-based Model Context Protocol server that provides a tool to fetch Python documentation using the Brave Search API. It is designed for use with MCP clients like Claude Desktop.
How to use python-docs-server MCP Server?
Install dependencies with npm install, then build with npm run build. To use with Claude Desktop, add the server configuration to the Claude Desktop config file (claude_desktop_config.json), specifying the path to the built index.js. Then invoke the get_python_docs tool with a required search query.
Key features of python-docs-server MCP Server
- Single tool
get_python_docsfor Python documentation - Fetches results using the Brave Search API
- Accepts a required search query parameter
- Built with TypeScript and the MCP SDK
Use cases of python-docs-server MCP Server
- Quickly look up Python documentation from an AI assistant
- Integrate Python documentation search into developer workflows
- Retrieve official docs, code examples, and references
FAQ from python-docs-server MCP Server
What tool does the server provide?
It provides one tool called get_python_docs that takes a search query as a required parameter.
How does it fetch documentation?
It uses the Brave Search API to retrieve relevant Python documentation links.
What are the installation steps for Claude Desktop?
Build the server with npm run build, then add the path to build/index.js in the Claude Desktop config file under mcpServers.python-docs-server.command.
How can I debug the server?
Use the included MCP Inspector by running npm run inspector, which provides a URL for debugging tools in the browser.
What runtime dependencies are needed?
Node.js and npm are required; the server is written in TypeScript and uses the MCP SDK.
Frequently asked questions
What tool does the server provide?
It provides one tool called `get_python_docs` that takes a search query as a required parameter.
How does it fetch documentation?
It uses the Brave Search API to retrieve relevant Python documentation links.
What are the installation steps for Claude Desktop?
Build the server with `npm run build`, then add the path to `build/index.js` in the Claude Desktop config file under `mcpServers.python-docs-server.command`.
How can I debug the server?
Use the included MCP Inspector by running `npm run inspector`, which provides a URL for debugging tools in the browser.
What runtime dependencies are needed?
Node.js and npm are required; the server is written in TypeScript and uses the MCP SDK.
Basic information
More Memory & Knowledge MCP servers
minutes
silversteinEvery meeting, every idea, every voice note — searchable by your AI. Open-source, privacy-first conversation memory layer.
Notion MCP Server
suekouA Model Context Protocol server for connecting Notion to MCP-compatible clients
MCP Apple Notes
RafalWilinskiTalk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.
Solomd
zhitongblogA markdown editor — and the bridge to your LLM. Local-first, MIT, ~15 MB. Bundled MCP server lets Claude Code / Codex / Cursor drive your vault directly. 14 AI providers BYOK.
Zettelkasten MCP Server
entanglrA Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, explore and synthesize atomic notes through Claude and other MCP-compatible clients.
Comments