Skip to content
Cursor

simbad mcp for Cursor

io.github.mrfentmen/simbad-mcp

Keyless MCP server for SIMBAD: astronomical objects via TAPADQL queries.

client:Cursor transport:stdio runtime:npm

Install simbad mcp in Cursor

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

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

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

simbad mcp in other clients