STRING MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@STRING MCP ServerFind the interaction partners for the human protein TP53"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
STRING MCP Server
Model Context Protocol (MCP) server providing access to the STRING protein-protein interaction database.
Features
9 tools for protein interaction analysis:
Mapping protein identifiers to STRING IDs
Retrieving protein interaction networks
Finding interaction partners
Functional enrichment analysis (GO, KEGG, pathways)
PPI enrichment testing
Cross-species homology mapping
Protein name resolution
Full endpoint documentation available in ENDPOINTS.md.
Related MCP server: UniProt MCP Server
Installation
From GitHub
npm install git+https://github.com/munch-group/string-mcp.git
cd node_modules/string-mcp
npm run buildFrom source
git clone https://github.com/munch-group/string-mcp.git
cd string-mcp
npm install
npm run buildUsage with Claude Desktop
# Using built version
claude mcp add string node /path/to/string-mcp/build/index.js
# Or from npm global install
claude mcp add string npx -y string-mcpConfiguration
Add to your Claude Desktop config:
{
"mcpServers": {
"string": {
"command": "node",
"args": ["/path/to/string-mcp/build/index.js"]
}
}
}Common Species Taxon IDs
Human: 9606
Mouse: 10090
Rat: 10116
Fruit fly: 7227
C. elegans: 6239
Yeast: 4932
Building
npm run buildDependencies
@mcp/rest-utils - Shared REST utilities
@modelcontextprotocol/sdk - MCP SDK
zod - Schema validation
License
ISC
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceA comprehensive Model Context Protocol (MCP) server for accessing the STRING protein interaction database. This server provides powerful tools for protein network analysis, functional enrichment, and comparative genomics through the STRING API.Last updated64
- AlicenseBqualityDmaintenanceProvides seamless access to UniProtKB protein database, enabling queries for protein entries, sequences, Gene Ontology annotations, full-text search, and ID mapping across 200+ database types.Last updated52MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server that provides tools for interacting with the STRING database to analyze protein-protein interaction networks and functional enrichment. It enables users to map protein identifiers, retrieve interaction data, and generate biological network visualizations through natural language interfaces.Last updated113BSD 3-Clause
- FlicenseBqualityDmaintenanceProvides programmatic access to AlphaFold protein structure predictions and UniProt data, enabling users to retrieve protein structures, summaries, and annotations through natural language.Last updated3
Related MCP Connectors
Query STRING interactions, enrichment, annotations, homology, and PPI networks.
STRING protein-protein interaction networks across ~12k organisms
Search and fetch Wikidata entities, execute SPARQL queries, and resolve external identifiers.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/munch-group/string-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server