mcpbeat Sign in

Ephys MCP Server

by happyc0der Your server? Claim it
local only

Ephys runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Sep 2026.

Read-only analysis of intracortical BCI recordings (NWB, DANDI, WAV): spikes, PSTHs, decoding, plots

Installs / week
pypi · ephys-mcp
0
Stars
0 open issues
22 Sep 2026
Last commit
no recent releases
CC0-1.0
License
Python

Nothing serious here today

Today is the operative word: we check Ephys every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ephys-mcp -- uvx ephys-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ephys-mcp": {
      "args": [
        "ephys-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ephys-mcp]
command = "uvx"
args = ["ephys-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ephys-mcp": {
      "args": [
        "ephys-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ephys-mcp": {
      "args": [
        "ephys-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Ephys

same job, measured the same way
Sui Analytics
by 0xfreak0

Read-only Sui analytics: 68 tools, protocol-aware tx decoding, no API keys or wallet.

268 installs/wk local only
Bezelbub MCP
by cwooddgr

Frame screenshots and screen recordings in Apple device bezels (device mockups). macOS only.

34 installs/wk local only
Trandence Trading Journal
by trandence

Trades, stats, playbooks and notes from your Trandence trading journal. Read-only by default.

answering
Monzo MCP
by partymola

Read-only MCP server for the Monzo banking API: OAuth, local transaction cache, spending analysis.

local only
Fincontext
by fincontext

Read-only bank & investment accounts via Plaid: balances, holdings, transactions, SQL analytics.

answering
GCP Platform Engineer
by debilla

Read-only GCP tools for debugging incidents and finding cost savings

562 installs/wk local only
Recolx MCP
by uzqw

Read-only access to your Recolx recordings, transcripts and templates (stdio)

33 installs/wk local only
Market Data
by marketcrew

Live market data & technical analysis for US stocks, ETFs and crypto. Read-only, no signup.

15 tools answering

Ephys — questions

Answers built from our own checks of this server.

Why is there no uptime for Ephys?
Ephys runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package ephys-mcp.
How do I connect Ephys?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ephys-mcp straight from pypi; nothing to host, nothing to sign up for.
Is Ephys open source?
Yes — it is published under the CC0-1.0 licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.