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 を提供します。

You must be authenticated.

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
      F
      license
      -
      quality
      A Python MCP server that enables semantic search through Search Labs blog posts indexed in Elasticsearch, allowing Claude to intelligently retrieve relevant information from the blog content.
      Last updated -
      Python
    • -
      security
      F
      license
      -
      quality
      An MCP server that integrates with Claude to provide smart documentation search capabilities across multiple AI/ML libraries, allowing users to retrieve and process technical information through natural language queries.
      Last updated -
      Python
    • A
      security
      A
      license
      A
      quality
      A documentation server based on MCP protocol designed for various development frameworks that provides multi-threaded document crawling, local document loading, keyword searching, and document detail retrieval.
      Last updated -
      2
      37
      JavaScript
      MIT License
      • Apple
      • Linux
    • -
      security
      -
      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