MCP.so
ログイン

DocReader MCP Tool

@NetMindAI-Open

DocReader MCP Tool について

An MCP server that can read online documents to solve problems accordingly!

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

NetMindAI-Open

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "DocReaderMCP": {
      "command": "python",
      "args": [
        "DocReader.py"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is DocReader MCP Tool?

DocReader MCP Tool is a document reading and searching tool built on the Model Context Protocol (MCP). It enables LLMs to search, extract, and synthesize information from web-based documentation, assisting AI assistants in answering questions.

How to use DocReader MCP Tool?

Install Python 3.7+, then install dependencies: pip install fastmcp beautifulsoup4 requests openai python-dotenv. Create a .env file

コメント

「その他」の他のコンテンツ