Skip to content
Grok

eeg mcp for Grok

io.github.aimplifier/eeg-mcp

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

client:Grok transport:stdio runtime:pypi

Install eeg mcp in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

eeg mcp in other clients