python-docs-server
by AnuragRai017
A TypeScript-based Model Context Protocol (MCP) server designed to fetch Python documentation. It utilizes the Brave Search API to retrieve relevant documentation links based on user queries.
Last updated: N/A
What is python-docs-server?
This is a Model Context Protocol (MCP) server built with TypeScript. It provides a tool to fetch Python documentation using the Brave Search API.
How to use python-docs-server?
To use this server with Claude Desktop, add the provided server configuration to your claude_desktop_config.json
file, specifying the path to the built index.js
file. You can then interact with the get_python_docs
tool by providing a search query.
Key features of python-docs-server
Fetches Python documentation
Uses Brave Search API
MCP compliant
get_python_docs
tool
Use cases of python-docs-server
Providing Python documentation within Claude Desktop
Quickly accessing Python documentation for specific queries
Integrating Python documentation into other MCP-compatible applications
FAQ from python-docs-server
What is MCP?
What is MCP?
MCP stands for Model Context Protocol, a protocol for communication between applications.
What is Brave Search API?
What is Brave Search API?
Brave Search API is a search engine API used to fetch search results.
How do I install the dependencies?
How do I install the dependencies?
Run npm install
in the server's directory.
How do I build the server?
How do I build the server?
Run npm run build
in the server's directory.
How can I debug the server?
How can I debug the server?
Use the MCP Inspector by running npm run inspector
.