Skip to content
Cursor

neuro mcp for Cursor

io.github.aimplifier/neuro-mcp

MCP for NeuroAgents assisting clinicians: MNE processing, EHR store, NeuroII visualization.

client:Cursor transport:stdio runtime:pypi

Install neuro mcp in Cursor

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

{
  "mcpServers": {
    "neuro-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "neuro-mcp"
      ]
    }
  }
}

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

neuro mcp in other clients