Skip to content
Grok

Everyrow MCP Server for Grok

io.github.futuresearch/everyrow-mcp

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

client:Grok transport:stdio runtime:pypi

Install Everyrow MCP Server in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "everyrow-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "everyrow-mcp"
      ],
      "env": {
        "EVERYROW_API_KEY": "<EVERYROW_API_KEY>"
      }
    }
  }
}

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

Everyrow MCP Server in other clients