Skip to content
Cursor

FutureSearch MCP Server for Cursor

io.github.futuresearch/futuresearch-mcp

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

client:Cursor transport:stdio runtime:pypi

Install FutureSearch 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": {
    "futuresearch-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "futuresearch-mcp"
      ],
      "env": {
        "FUTURESEARCH_API_KEY": "<FUTURESEARCH_API_KEY>"
      }
    }
  }
}

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

FutureSearch MCP Server in other clients