Python Docs Server
0
Fetches Python documentation using the Brave Search API.
关于
This is a TypeScript-based server implementing the Model Context Protocol (MCP). It provides a tool to fetch Python documentation using the Brave Search API. The `get_python_docs` tool takes a search query as a parameter and returns relevant documentation links retrieved from the Brave Search API, enabling users to quickly access Python documentation within compatible applications.
主要功能
- Accepts a search query as input
- Provides a `get_python_docs` tool
- Fetches Python documentation via Brave Search API
- Returns relevant documentation links
使用案例
- Integrating Python documentation retrieval into other applications via MCP
- Quickly finding relevant Python documentation links based on search queries
- Accessing Python documentation within Claude Desktop