Skip to main content
Glama
WormBase

WormBase MCP Server

Official
by WormBase

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 build

Then 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

Search genes, proteins, phenotypes, strains

get_gene

Gene details (accepts names like daf-2 or IDs like WBGene00000898)

get_protein

Protein sequences and domains

get_phenotype

Phenotype info and associated genes

get_disease

Human disease models

get_strain

Laboratory strains

get_variation

Alleles and mutations

get_interactions

Genetic and physical interactions

get_expression

Expression patterns

get_ontology

GO annotations

get_paper

Publication details

Data Sources

License

MIT

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    B
    quality
    C
    maintenance
    Enables 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 updated
    22
    17
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Provides 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 updated
    9
    1
    ISC
  • A
    license
    C
    quality
    F
    maintenance
    Provides 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 updated
    44
    1
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

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