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"]
}
}
}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
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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