python-docs-server MCP サーバー
モデルコンテキストプロトコルサーバー
これは、Brave Search API を使用して Python ドキュメントを取得するためのツールを提供する、TypeScript ベースの MCP サーバーです。
特徴
ツール
get_python_docs
- 指定されたクエリの Python ドキュメントを取得します- 検索クエリを必須パラメータとして受け取ります
- Brave Search APIを使用して関連するドキュメントリンクを取得します
発達
依存関係をインストールします:
サーバーを構築します。
自動リビルドを使用した開発の場合:
インストール
Claude Desktop で使用するには、サーバー設定を追加します。
MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows の場合: %APPDATA%/Claude/claude_desktop_config.json
デバッグ
MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。
インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
ユーザーが自然言語クエリを通じて Brave Search API を使用して Python ドキュメントを取得できるようにする MCP サーバー。
Related Resources
Related MCP Servers
- -securityAlicense-qualityA server based on the MCP protocol that uses the Brave API for web search functionality.Last updated -61PythonMIT License
- -securityAlicense-qualityAn MCP server that integrates the Brave Search API to provide both web and local search capabilities, with features like pagination, filtering, and smart fallbacks.Last updated -10TypeScriptMIT License
- -securityAlicense-qualityAn MCP server that enables AI assistants to access up-to-date documentation for Python libraries like LangChain, LlamaIndex, and OpenAI through dynamic fetching from official sources.Last updated -1PythonMIT License
- JavaScriptMIT License