Ephys for Grok
io.github.happyc0der/ephys-mcp
Read-only analysis of intracortical BCI recordings (NWB, DANDI, WAV): spikes, PSTHs, decoding, plots
client:Grok
transport:stdio
runtime:pypi
Install Ephys in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"ephys-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"ephys-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