Data Collection
string-db.org
Retrieves and analyzes protein-protein interaction data from the STRING database.
ENDPOINT 1
https://mcp.string-db.org
MCP server metadata
- Name
- STRING Database MCP Server
- Version
- 2.13.1
Known tools 17
string_resolve_proteinsMaps one or more protein identifiers to their corresponding STRING metadata, including: gene symbol, description, sequence, domains, species, and internal STRING ID.
Inferred read-onlystring_interactions_query_setRetrieves the interactions between the query proteins.
Inferred read-onlystring_all_interaction_partnersRetrieves all interaction partners for one or more proteins from STRING.
Inferred read-onlystring_visual_networkRetrieves a URL to a **STRING interaction network image** for one or more proteins.
Inferred read-onlystring_network_clusteringPerforms **network clustering** on a STRING interaction network and returns both a **network image URL** and details about each detected cluster.
Inferred read-onlystring_network_linkRetrieves a stable URL to an interactive STRING network for one or more proteins.
Inferred read-onlystring_homologyRetrieves pairwise protein similarity scores (Smith–Waterman bit scores) for the query proteins.
Inferred read-onlystring_interaction_evidenceRetrieves direct links to STRING evidence pages for protein–protein interaction pairs.
Inferred read-onlystring_enrichmentThis tool retrieves functional enrichment for a set of proteins using STRING.
Inferred read-onlystring_functional_annotationThis tool retrieves curated functional annotations for a set of proteins.
Inferred read-onlystring_enrichment_image_urlRetrieves the STRING enrichment figure image *URL* for a set of proteins.
Inferred read-onlystring_ppi_enrichmentThis tool tests if your network is enriched in protein-protein interactions compared to the background proteome-wide distribution (i.
Inferred read-onlystring_proteins_for_termRetrieve proteins annotated with a functional term or descriptive text in a single species.
Inferred read-onlystring_sequence_searchSearches the STRING database using **amino acid sequences** to identify matching proteins.
Inferred read-onlystring_query_speciesSearch for species or clades available in STRING by free-text query and return their NCBI taxonomy IDs.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.string-database-mcp-server]
url = "https://mcp.string-db.org"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"string-database-mcp-server": {
"type": "http",
"url": "https://mcp.string-db.org"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: string-database-mcp-server
Remote MCP URL: https://mcp.string-db.org
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"string-database-mcp-server": {
"url": "https://mcp.string-db.org"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"string-database-mcp-server": {
"type": "http",
"url": "https://mcp.string-db.org"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "string-database-mcp-server",
"transport": "streamable-http",
"url": "https://mcp.string-db.org"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.