mcpbeat Sign in

Eeg MCP Server

local only

Eeg MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 90 installs a week from pypi. Last commit 26 Jul 2026.

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

Installs per day peak 33 · avg 14 · +14% w/w
a month agotoday
90
Installs / week
pypi · eeg-mcp
2
Stars
1 open issues
26 Jul 2026
Last commit
0 releases in 90 days
BSD-3-Clause
License
Python

Nothing serious here today

Today is the operative word: we check Eeg MCP 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 eeg-mcp -- uvx eeg-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "eeg-mcp": {
      "args": [
        "eeg-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.eeg-mcp]
command = "uvx"
args = ["eeg-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "eeg-mcp": {
      "args": [
        "eeg-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "eeg-mcp": {
      "args": [
        "eeg-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Eeg MCP

same job, measured the same way
C
Onlinecomponents Search
by onlinecomponents

Search real-time stock, pricing, and specs for electronic components on OnlineComponents.com

answering
Polymarket MCP
by beejmaxx

Polymarket market data, live CLOB books, replay, simulation, and opt-in trading in Rust.

local only
C
USGS Water Monitoring
by olyport

Real-time water levels and flow rates from USGS stream gauges

3 tools answering
Water Conditions
by aybeeare

Real-time water temperature and tides for 8,000+ locations, by name or lat/long coordinates.

57 installs/wk local only
Agent Replay
by mdfifty50-boop

Record and replay AI agent execution for debugging

32 installs/wk local only
p-e relay
by zaebee

Read-only access to an append-only corpus of provenance-bearing coordination records.

local only
LOCK IN — Social Media Addiction & Dopamine Reset
by devsrodrigo

iOS dopamine detox app with social media blocking and screen time tools.

4 tools answering
O
Market Data
by memoryapi

Real-time stock quotes, market indices, and institutional holdings

3 tools answering

Eeg MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Eeg MCP?
Eeg MCP 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 eeg-mcp was installed 90 times last week.
How do I connect Eeg MCP?
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 eeg-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Eeg MCP?
The pypi package eeg-mcp was installed 90 times in the last week. Week over week that is +14%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Eeg MCP open source?
Yes — it is published under the BSD-3-Clause licence, written in Python, 2 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.