mcpbeat Sign in

Everyrow MCP Server

local only

Everyrow MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 345 installs a week from pypi. Last commit 16 Sep 2026.

Give your AI a research team. Forecast, score, classify, or research every row of a dataset.

Installs per day peak 382 · avg 88 · -35% w/w
a month agotoday
345
Installs / week
pypi · everyrow-mcp
55
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

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

This one needs environment variables set before it will start: EVERYROW_API_KEY (API key for the everyrow service, found at https://everyrow.io/api-key). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Everyrow MCP Server

same job, measured the same way
Memocore
by memocore

Shared memory for all your AI agents, your whole team and every MCP client — save, search, recall.

answering
FutureSearch MCP Server
by futuresearch

AI forecasting for your AI: probabilities, dates, and numbers with a public track record.

687 installs/wk local only
Manticore Search
by manticoresoftware

MCP server for Manticore Search — lets AI assistants query and manage search databases.

75 installs/wk local only
Whoop MCP
by souravpn

MCP server for WHOOP — gives Claude access to your recovery, sleep, strain, and workout data

35 installs/wk local only
Seatable
by seatable

MCP server for SeaTable — read, write, search, link, and query data in your bases

112 installs/wk local only
Site
by recallvia

Recallvia: the site's own MCP server — dataset; every answer cites the site.

7 tools answering
Parallel Task MCP
by parallel

An MCP server for deep research or task groups

answering
Research Mcp
by varvararatta

MCP server for Research

answering

Everyrow MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Everyrow MCP Server?
Everyrow MCP Server 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 everyrow-mcp was installed 345 times last week.
How do I connect Everyrow MCP Server?
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 everyrow-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Everyrow MCP Server?
The pypi package everyrow-mcp was installed 345 times in the last week. Week over week that is -35%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Everyrow MCP Server open source?
Yes — it is published under the MIT licence, written in Python and 55 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.