Skip to main content
Glama

Python Docs Server

python-docs-server MCP サーバー

モデルコンテキストプロトコルサーバー

これは、Brave Search API を使用して Python ドキュメントを取得するためのツールを提供する、TypeScript ベースの MCP サーバーです。

特徴

ツール

  • get_python_docs - 指定されたクエリの Python ドキュメントを取得します
    • 検索クエリを必須パラメータとして受け取ります
    • Brave Search APIを使用して関連するドキュメントリンクを取得します

発達

依存関係をインストールします:

npm install

サーバーを構築します。

npm run build

自動リビルドを使用した開発の場合:

npm run watch

インストール

Claude Desktop で使用するには、サーバー設定を追加します。

MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json Windows の場合: %APPDATA%/Claude/claude_desktop_config.json

{ "mcpServers": { "python-docs-server": { "command": "/path/to/python-docs-server/build/index.js" } } }

デバッグ

MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。

npm run inspector

インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

ユーザーが自然言語クエリを通じて Brave Search API を使用して Python ドキュメントを取得できるようにする MCP サーバー。

  1. 特徴
    1. ツール
  2. 発達
    1. インストール
      1. デバッグ

    Related MCP Servers

    • -
      security
      A
      license
      -
      quality
      A server based on the MCP protocol that uses the Brave API for web search functionality.
      Last updated -
      6
      1
      Python
      MIT License
      • Apple
      • Linux
    • -
      security
      A
      license
      -
      quality
      An 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 -
      10
      TypeScript
      MIT License
    • -
      security
      A
      license
      -
      quality
      An 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 -
      1
      Python
      MIT License

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/AnuragRai017/python-docs-server-MCP-Server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server