Skip to content
Cursor

Everyrow MCP Server for Cursor

io.github.futuresearch/everyrow-mcp

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

client:Cursor transport:stdio runtime:pypi

Install Everyrow MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Everyrow MCP Server in other clients