WormBase MCP Server
OfficialClick 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., "@WormBase MCP ServerWhat does the daf-2 gene do in C. elegans?"
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.
WormBase MCP Server
MCP server for querying WormBase - the C. elegans and nematode genomics database.
Installation
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"wormbase": {
"command": "npx",
"args": ["-y", "@nuin/wormbase-mcp"]
}
}
}Claude Code (CLI)
Add to ~/.claude/settings.json:
{
"mcpServers": {
"wormbase": {
"command": "npx",
"args": ["-y", "@nuin/wormbase-mcp"]
}
}
}Cursor
Add to Cursor settings (Settings > MCP Servers):
{
"wormbase": {
"command": "npx",
"args": ["-y", "@nuin/wormbase-mcp"]
}
}Windsurf
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"wormbase": {
"command": "npx",
"args": ["-y", "@nuin/wormbase-mcp"]
}
}
}From source
git clone https://github.com/WormBase/wormbase-mcp.git
cd wormbase-mcp
npm install && npm run buildThen use the local path in your config:
{
"mcpServers": {
"wormbase": {
"command": "node",
"args": ["/path/to/wormbase-mcp/dist/index.js"]
}
}
}Related MCP server: STRING MCP Server
Usage
Just ask questions naturally:
"What does daf-2 do?"
"Search for genes involved in longevity"
"Get phenotypes for unc-13"
"Find interactions for lin-14"
"What are the homologs of aap-1?"
"Give me the sequence of protein CE29083"
Tools
Tool | Description |
| Search genes, proteins, phenotypes, strains |
| Gene details (accepts names like |
| Protein sequences and domains |
| Phenotype info and associated genes |
| Human disease models |
| Laboratory strains |
| Alleles and mutations |
| Genetic and physical interactions |
| Expression patterns |
| GO annotations |
| Publication details |
Data Sources
Search & name resolution: WormMine
Detailed data: WormBase REST API
License
MIT
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
- AlicenseBqualityCmaintenanceEnables querying genomics data from the Alliance of Genome Resources across model organisms including human, mouse, rat, zebrafish, fly, worm, yeast, and xenopus. Supports gene searches, disease associations, expression data, orthologs, phenotypes, and molecular interactions through natural language.Last updated2217MIT
- AlicenseBqualityDmaintenanceProvides access to the STRING protein-protein interaction database for mapping identifiers, retrieving interaction networks, and performing functional enrichment analysis. It enables users to explore protein partners, pathways, and cross-species homology through natural language interactions.Last updated91ISC
- AlicenseCqualityFmaintenanceProvides AI-powered access to major biological databases for GWAS and bioinformatics research. Enables natural language queries for protein, gene, variant, pathway, and drug discovery analysis.Last updated441MIT
- Alicense-qualityCmaintenanceEnables AI agents to query the fission yeast PomBase database for gene summaries, GO annotations, phenotypes, orthologs, domains, and interactions via structured API calls.Last updatedMIT
Related MCP Connectors
Query STRING interactions, enrichment, annotations, homology, and PPI networks.
Search and fetch Wikidata entities, execute SPARQL queries, and resolve external identifiers.
Search scientific papers with structured experimental data from full-text studies
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/WormBase/wormbase-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server