MCP.so
ログイン

UniProt MCP Server

@vitamin3615

UniProt MCP Server について

概要はまだありません

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

python

トランスポート

stdio

公開者

vitamin3615

設定

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

{
  "mcpServers": {
    "uniprot-mcp-server-vitamin3615": {
      "command": "python",
      "args": [
        "-m",
        "venv",
        "venv"
      ]
    }
  }
}

ツール

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

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

概要

What is UniProt MCP Server?

UniProt MCP Server is an MCP (Model Context Protocol) server that enables language models, such as those integrated with Claude Desktop, to fetch protein information from the UniProt database. It is intended for researchers, developers, and bioinformaticians who want to query protein data through AI assistants.

How to use UniProt MCP Server?

To use UniProt MCP Server, clone the repository, install dependencies (pip install -r requirements.txt), and configure Claude Desktop by adding the server to the claude_desktop_config.json file with the command 'python' and the absolute path to server.py. Alternatively, run the server directly with python server.py for testing.

Key features of UniProt MCP Server

  • Search UniProt by name, gene, or criteria
  • Retrieve detailed protein information
  • Fetch amino acid sequences
  • Get functional annotations including GO terms
  • Find related PDB structures

Use cases of UniProt MCP Server

  • Find proteins related to a disease (e.g., Alzheimer's)
  • Retrieve the sequence of a specific protein by accession
  • Obtain functional annotations of a protein (e.g., TP53)
  • Discover known 3D structures for a protein (e.g., BRCA1)

FAQ from UniProt MCP Server

What is the UniProt MCP Server?

UniProt MCP Server is an MCP server that allows language models to fetch protein information from the UniProt database.

What are the prerequisites?

You need Python, a virtual environment (optional), and the dependencies listed in requirements.txt.

How do I integrate it with Claude Desktop?

Clone the repo, install dependencies, and add the server configuration to the claude_desktop_config.json file with the absolute path to server.py.

Does it require an internet connection?

Yes, it fetches data from the UniProt API, so an internet connection is required.

How can I test the server?

Run python server_health_check.py to verify the server starts, and python test_server.py to test API connectivity.

コメント

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