PluginBench
MCP Server
Active
BSD-3-Clause

io.github.AImplifier/eeg-mcp MCP Server

io.github.AImplifier/eeg-mcp

What is the io.github.AImplifier/eeg-mcp MCP server?

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

How to install io.github.AImplifier/eeg-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "eeg-mcp": {
      "command": "uvx",
      "args": [
        "eeg-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "eeg-mcp": {
      "command": "uvx",
      "args": [
        "eeg-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "eeg-mcp": {
      "command": "uvx",
      "args": [
        "eeg-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "eeg-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "eeg-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add eeg-mcp -- uvx eeg-mcp

Related MCP servers

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

0
Python
BSD-3-Clause
View repository →
io.github.AImplifier/eeg-mcp MCP Server | PluginBench