FutureSearch MCP Server
Rank #15,668io.github.futuresearch/futuresearch-mcp
AI forecasting for your AI: probabilities, dates, and numbers with a public track record.
FutureSearch MCP Server is a Model Context Protocol (MCP) server published by futuresearch. It ranks #15,668 of 132,046 servers tracked on MCP Toplist, and its repository has 55 GitHub stars. FutureSearch MCP Server is listed across 3 registries — Official MCP, PulseMCP and mcp.so, with 39 tracked versions. It was first listed on Jan 14, 2026 and most recently updated on Aug 12, 2026.
Ranks ahead of 116,378 of 132,046 servers on MCP Toplist.
Use FutureSearch MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add futuresearch-mcp -e "FUTURESEARCH_API_KEY=<your FUTURESEARCH_API_KEY>" -- uvx futuresearch-mcpReplace each placeholder with your own value before saving.
[mcp_servers.futuresearch-mcp]
command = "uvx"
args = ["futuresearch-mcp"]
[mcp_servers.futuresearch-mcp.env]
FUTURESEARCH_API_KEY = "<your FUTURESEARCH_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"futuresearch-mcp": {
"command": "uvx",
"args": [
"futuresearch-mcp"
],
"env": {
"FUTURESEARCH_API_KEY": "<your FUTURESEARCH_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"futuresearch-mcp": {
"command": "uvx",
"args": [
"futuresearch-mcp"
],
"env": {
"FUTURESEARCH_API_KEY": "<your FUTURESEARCH_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"futuresearch-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"futuresearch-mcp"
],
"env": {
"FUTURESEARCH_API_KEY": "<your FUTURESEARCH_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"futuresearch-mcp": {
"command": "uvx",
"args": [
"futuresearch-mcp"
],
"env": {
"FUTURESEARCH_API_KEY": "<your FUTURESEARCH_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"futuresearch-mcp": {
"command": "uvx",
"args": [
"futuresearch-mcp"
],
"env": {
"FUTURESEARCH_API_KEY": "<your FUTURESEARCH_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.futuresearch%2Ffuturesearch-mcp)<a href="https://mcptoplist.com/server/io.github.futuresearch%2Ffuturesearch-mcp"><img src="https://mcptoplist.com/badge/io.github.futuresearch%2Ffuturesearch-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
futuresearch
Available versions (39)
| Version | Published |
|---|---|
| 0.26.0 | Aug 12, 2026 |
| 0.25.0 | Aug 7, 2026 |
| 0.24.0 | Jul 28, 2026 |
| 0.23.0 | Jul 16, 2026 |
| 0.22.0 | Jul 9, 2026 |
| 0.21.2 | Jul 2, 2026 |
| 0.21.1 | Jul 1, 2026 |
| 0.21.0 | Jul 1, 2026 |
| 0.20.0 | Jun 27, 2026 |
| 0.19.0 | Jun 12, 2026 |
| 0.18.0 | Jun 12, 2026 |
| 0.17.0 | Jun 11, 2026 |
| 0.16.0 | Jun 10, 2026 |
| 0.15.0 | Jun 9, 2026 |
| 0.14.0 | Jun 1, 2026 |
| 0.13.0 | May 30, 2026 |
| 0.12.0 | May 27, 2026 |
| 0.11.0 | May 21, 2026 |
| 0.10.0 | May 7, 2026 |
| 0.9.0 | Apr 24, 2026 |
| 0.8.4 | Apr 16, 2026 |
| 0.8.3 | Apr 6, 2026 |
| 0.8.2 | Mar 31, 2026 |
| 0.8.1 | Mar 30, 2026 |
| 0.8.0 | Mar 30, 2026 |
| 0.7.0 | Mar 24, 2026 |
| 0.6.1 | Mar 24, 2026 |
| 0.6.0 | Mar 19, 2026 |
| 0.5.1 | Mar 19, 2026 |
| 0.5.0 | Mar 18, 2026 |
| 0.4.0 | Feb 24, 2026 |
| 0.3.4 | Feb 19, 2026 |
| 0.3.3 | Feb 18, 2026 |
| 0.3.2 | Feb 17, 2026 |
| 0.3.1 | Feb 13, 2026 |
| 0.3.0 | Feb 13, 2026 |
| 0.2.1 | Feb 10, 2026 |
| 0.1.9 | Jan 26, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains FutureSearch MCP Server?
- FutureSearch MCP Server is maintained by futuresearch, which publishes 1 MCP server (39 total versions) tracked on MCP Toplist.
- Is FutureSearch MCP Server listed on the Official MCP Registry?
- Yes — FutureSearch MCP Server is listed on the Official MCP Registry, alongside PulseMCP and mcp.so.
- How many versions does FutureSearch MCP Server have?
- MCP Toplist tracks 39 versions of FutureSearch MCP Server, most recently published on Aug 12, 2026.
- Where can I find the source code for FutureSearch MCP Server?
- The source code for FutureSearch MCP Server is hosted at github.com/futuresearch/futuresearch-python/tree/HEAD/futuresearch-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.