WormBase MCP Server
OfficialWormBase 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"]
}
}
}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
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