Documentation MCP Server with Python SDK
@Shivansh12t
Documentation MCP Server with Python SDK について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"docs-mcp-server-pythonsdk": {
"command": "uv",
"args": [
"pip",
"sync"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Documentation MCP Server with Python SDK?
Documentation MCP Server with Python SDK is a Model Context Protocol (MCP) server that provides documentation-related tools to MCP clients. It integrates with the Python MCP SDK and uses the Serper API for search functionality. It is designed for developers using Claude Desktop, VSCode Copilot, or any MCP-compatible client.
How to use Documentation MCP Server with Python SDK?
Install the MCP Python SDK with uv add "mcp[cli]" (or pip install "mcp[cli]"), clone the repository, install dependencies, and set your SERPER_API_KEY in a .env file. Then add the server to your MCP client’s configuration (e.g., Claude Desktop’s claude_desktop_config.json or VSCode’s .vscode/mcp.json) with the command uv run main.py from the project directory.
Key features of Documentation MCP Server with Python SDK
- Python SDK integration via
mcp[cli] - Serper-based search tool (free account, no credit card required)
- Compatible with Claude Desktop and VSCode Copilot Agent Mode
- Easy installation using
uvorpip - MCP Inspector support for testing
Use cases of Documentation MCP Server with Python SDK
- Enabling documentation search within Claude Desktop chat
- Adding documentation tools to VSCode Copilot Agent Mode
- Testing and debugging MCP tools with the MCP Inspector
- Providing a search tool for any MCP-compatible client
FAQ from Documentation MCP Server with Python SDK
What are the prerequisites?
You need the uv package manager (recommended), an MCP client like Claude Desktop or Cursor, and a Serper account (free, no credit card required) for the search tool.
How do I install the MCP Python SDK?
Run uv add "mcp[cli]" in your Python project. Alternatively, use pip install "mcp[cli]".
How do I configure it for Claude Desktop?
Open Claude Desktop settings (Shift + ,), edit configurations, and add the server to claude_desktop_config.json with the command uv --directory <absolute_path> run main.py.
How do I configure it for VSCode Copilot?
Edit .vscode/mcp.json in your project, update the args to the absolute path to the MCP server, and use Agent Mode.
How can I test the server?
Run npx @modelcontextprotocol/inspector uv run main.py to start the MCP Inspector for testing.
「メモリとナレッジ」の他のコンテンツ
Mcp Knowledge Graph
shanehollomanMCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development
Ultimate Google Docs & Drive MCP Server
a-bonusThe Ultimate Google Docs, Sheets, Drive, Gmail, & Google Calendar MCP Server. This MCP (primarily for use in Claude Desktop) gains full access to your google suite and lets claude do its thing.
MCP Apple Notes
RafalWilinskiTalk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.
mcp-local-rag
nkapila6"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨
Rust Docs MCP Server
Govcraft🦀 Prevents outdated Rust code suggestions from AI assistants. This MCP server fetches current crate docs, uses embeddings/LLMs, and provides accurate context via a tool call.
コメント