futuresearch-python Skill
futuresearch-python is a Python AI agent skill for Claude Desktop, Cursor, Codex with uvx/pip. Your team of research agents. Or give researchers to your AI.
How to use futuresearch-python Skill
Install or run
pip install futuresearchClient configuration
{
"manifest_version": "0.4",
"name": "futuresearch-mcp",
"display_name": "FutureSearch MCP Server",
"version": "0.20.0",
"description": "Give your AI a research team. Forecast, score, classify, or research every row of a dataset.",
"long_description": "MCP server for futuresearch: give your AI a research team. Each operation dispatches web research agents across a dataset to forecast, score, classify, deduplicate, merge, or research at scale.",
"author": {
"name": "FutureSearch",
"url": "https://futuresearch.ai"
},
"repository": {
"type": "git",
"url": "https://github.com/futuresearch/futuresearch-python.git"
},
"homepage": "https://futuresearch.ai",
"documentation": "https://futuresearch.ai/docs",
"support": "https://github.com/futuresearch/futuresearch-python/issues",
"icon": "images/future-search-logo-128.png",
"server": {
"type": "uv",
"entry_point": "src/futuresearch_mcp/server.py",
"mcp_config": {
"command": "uv",
"args": [
"run",
"${__dirname}/src/futuresearch_mcp/server.py"
],
"env": {
"FUTURESEARCH_API_KEY": "${user_config.api_key}"
}
}
},
"tools": [
{
"name": "futuresearch_rank",
"description": "Score and sort rows in a CSV file based on any criteria."
},
{
"name": "futuresearch_dedupe",
"description": "Remove duplicate rows from a CSV file using semantic equivalence."
},
{
"name": "futuresearch_merge",
"description": "Join two CSV files using intelligent entity matching."
},
{
"name": "futuresearch_agent",
"description": "Run web research agents on each row of a CSV file."
},
{
"name": "futuresearch_multi_agent",
"description": "Deep parallel reseCompatible clients
What is futuresearch-python Skill?
futuresearch-python is a Python AI agent skill for Claude Desktop, Cursor, Codex with uvx/pip. Your team of research agents. Or give researchers to your AI. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Reusable instructions support
- Includes SKILL.md support
- Shell commands support
- Spreadsheet work support
- Document generation support
- OpenAI provider support
- Anthropic provider support
Technical details
Install or run futuresearch-python using uvx/pip. Check futuresearch/futuresearch-python for the latest setup command.
- Built for Python
- Built for Go
- Install or run with uvx/pip
- Works with Claude Desktop
- Works with Cursor
- Works with Codex
- Uses SSE transport
- API key required
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use futuresearch-python Skill
- Use it for reusing agent instructions, scripts, and references.
- Use it for agent skills workflows.
- Use it for coding workflows.
- Use it for data workflows.
- Use it for claude desktop users.
Built with
Explore related resources
Frequently asked questions
What is futuresearch-python?
futuresearch-python is a Python AI agent skill for Claude Desktop, Cursor, Codex with uvx/pip. Your team of research agents. Or give researchers to your AI.
Who is futuresearch-python best for?
futuresearch-python is best for reusing agent instructions, scripts, and references, agent skills workflows, coding workflows, data workflows, claude desktop users.
How do I install futuresearch-python?
Install or run futuresearch-python using uvx/pip. Check futuresearch-python for the latest setup command.
Is futuresearch-python actively maintained?
futuresearch-python may need a closer maintenance check before production use.
Auto-fetched from GitHub.