Skip to content
Grok

FutureSearch MCP Server for Grok

io.github.futuresearch/futuresearch-mcp

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

client:Grok transport:stdio runtime:pypi

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

FutureSearch MCP Server in other clients