MCP Server
Active
BSD-3-Clause
io.github.AImplifier/neuro-mcp MCP Server
io.github.AImplifier/neuro-mcp
What is the io.github.AImplifier/neuro-mcp MCP server?
MCP for NeuroAgents assisting clinicians: MNE processing, EHR store, NeuroII visualization.
How to install io.github.AImplifier/neuro-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": {
"neuro-mcp": {
"command": "uvx",
"args": [
"neuro-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"neuro-mcp": {
"command": "uvx",
"args": [
"neuro-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"neuro-mcp": {
"command": "uvx",
"args": [
"neuro-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"neuro-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"neuro-mcp"
]
}
}
}Claude Code
claude mcp add neuro-mcp -- uvx neuro-mcpRelated MCP servers
Real-time EEG: BrainFlow streaming, wall-clock replay, online DSP, recording, and stimulation.
0
View repository →Python
BSD-3-Clause