Skip to content
Cursor

mygene mcp for Cursor

io.github.mrfentmen/mygene-mcp

MyGene.info gene annotation API.

client:Cursor transport:stdio runtime:npm

Install mygene mcp in Cursor

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

{
  "mcpServers": {
    "mygene-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mygene-mcp"
      ]
    }
  }
}

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

mygene mcp in other clients