eeg mcp for VS Code
io.github.aimplifier/eeg-mcp
Real-time EEG: BrainFlow streaming, wall-clock replay, online DSP, recording, and stimulation.
client:VS Code
transport:stdio
runtime:pypi
Install eeg mcp in VS Code
.vscode/mcp.json
{
"servers": {
"eeg-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"eeg-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs