mcpbeat Sign in

RCSB PDB MCP Server

local only

RCSB PDB runs on your own machine — the client starts it, so there is no endpoint to ping. 234 installs a week from pypi. Last commit 17 Aug 2026.

MCP server to search, inspect, and cross-reference RCSB Protein Data Bank structures

Installs per day peak 269 · avg 52 · -43% w/w
a month agotoday
234
Installs / week
pypi · rcsb-mcp
3
Stars
0 open issues
17 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check RCSB PDB every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add rcsb-mcp -- uvx rcsb-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "rcsb-mcp": {
      "args": [
        "rcsb-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.rcsb-mcp]
command = "uvx"
args = ["rcsb-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "rcsb-mcp": {
      "args": [
        "rcsb-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "rcsb-mcp": {
      "args": [
        "rcsb-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to RCSB PDB

same job, measured the same way
Protein MCP Server
by cyanheads

MCP Server for 3D protein structural data retrieval & analysis from RCSB PDB, PDBe, and UniProt.

31 installs/wk local only
B2B Lead Enrichment
by diego-costa-tech

Remote MCP server to enrich company profiles with structured B2B data and confidence scores.

1 tools answering
Index Server
by jagilber-org

MCP instruction indexing server with search, CRUD, validation, and cross-repo knowledge promotion.

78 installs/wk local only
X402 Dataviz MCP
by liminalpepe

Free MCP server: render bar/line/area charts to SVG from structured data.

31 installs/wk local only
Pubchem MCP Server
by cyanheads

Search PubChem compounds, properties, safety data, bioactivity, and cross-references.

495 installs/wk 10 tools answering
Seatable
by seatable

MCP server for SeaTable — read, write, search, link, and query data in your bases

112 installs/wk local only
mcp-anything
by dror-bengal

Meta-MCP gateway: search, inspect and call any MCP server from the public registries.

68 installs/wk local only
MCP Registry Search
by spacemandomains

Search and browse every MCP server in the Model Context Protocol registry.

3 tools answering

RCSB PDB — questions

Answers built from our own checks of this server.

Why is there no uptime for RCSB PDB?
RCSB PDB runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package rcsb-mcp was installed 234 times last week.
How do I connect RCSB PDB?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls rcsb-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use RCSB PDB?
The pypi package rcsb-mcp was installed 234 times in the last week. Week over week that is -43%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is RCSB PDB open source?
Yes — it is published under the MIT licence, written in Python and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.