Skip to content
Cursor

eeg mcp for Cursor

io.github.aimplifier/eeg-mcp

Real-time EEG: BrainFlow streaming, wall-clock replay, online DSP, recording, and stimulation.

client:Cursor transport:stdio runtime:pypi

Install eeg mcp in Cursor

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

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

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

eeg mcp in other clients