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