FutureSearch MCP Server for Claude Desktop
io.github.futuresearch/futuresearch-mcp
AI forecasting for your AI: probabilities, dates, and numbers with a public track record.
client:Claude Desktop
transport:stdio
runtime:pypi
Install FutureSearch MCP Server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"futuresearch-mcp": {
"command": "uvx",
"args": [
"futuresearch-mcp"
],
"env": {
"FUTURESEARCH_API_KEY": "<FUTURESEARCH_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs