Skip to content
Cursor

BioMCP-TS for Cursor

io.github.yeyuan98/biomcp-ts

Biomedical MCP server: genes, variants, trials, literature, patents, optional SQL/R/biowasm tools.

client:Cursor transport:stdio runtime:npm

Install BioMCP-TS in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "biomcp-ts": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "biomcp"
      ],
      "env": {
        "ANALYSIS_BIOWASM": "<ANALYSIS_BIOWASM>",
        "ANALYSIS_R": "<ANALYSIS_R>",
        "DB_TYPE": "<DB_TYPE>",
        "NCBI_API_KEY": "<NCBI_API_KEY>",
        "S2_API_KEY": "<S2_API_KEY>",
        "OPENFDA_API_KEY": "<OPENFDA_API_KEY>",
        "ONCOKB_TOKEN": "<ONCOKB_TOKEN>",
        "DISGENET_API_KEY": "<DISGENET_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

BioMCP-TS in other clients