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.
主な機能
01Accepts a search query as input
02Provides a `get_python_docs` tool
03Fetches Python documentation via Brave Search API
04Returns relevant documentation links
ユースケース
01Integrating Python documentation retrieval into other applications via MCP
02Quickly finding relevant Python documentation links based on search queries
03Accessing Python documentation within Claude Desktop