Farnsworth MCP Server

Local setup required. This server has to be cloned and prepared on your machine before you register it in Claude Code.
1

Set the server up locally

Run this once to clone and prepare the server before adding it to Claude Code.

Run in terminal
git clone https://github.com/timowhite88/Farnsworth
cd Farnsworth
pip install -r requirements.txt
2

Register it in Claude Code

After the local setup is done, run this command to point Claude Code at the built server.

Run in terminal
claude mcp add -e "FARNSWORTH_API_KEY=${FARNSWORTH_API_KEY}" farnsworth -- python "<FULL_PATH_TO_FARNSWORTH>/dist/index.js"

Replace <FULL_PATH_TO_FARNSWORTH>/dist/index.js with the actual folder you prepared in step 1.

Required:FARNSWORTH_API_KEY
README.md

The World's Most Advanced Collective Intelligence Operating System

FARNSWORTH AI SWARM

The World's Most Advanced Collective Intelligence Operating System

3ZjQUACZ2qBqPDLmaksGQf12jsLbT1BJ9o4JnzZbpump

      ___           ___                       ___           ___           ___           ___
     /\__\         /\  \                     /\__\         /\  \         /\  \         /\  \
    /:/ _/_       /::\  \       ___         /::|  |       /::\  \       /::\  \       /::\  \
   /:/ /\__\     /:/\:\__\     /\__\       /:|:|  |      /:/\ \  \     /:/\:\  \     /:/\:\  \
  /:/ /:/  /    /:/ /:/  /    /:/__/      /:/|:|  |__   _\:\~\ \  \   /::\~\:\  \   /::\~\:\  \
 /:/_/:/  /    /:/_/:/__/___ /::\  \     /:/ |:| /\__\ /\ \:\ \ \__\ /:/\:\ \:\__\ /:/\:\ \:\__\
 \:\/:/  /     \:\/:::::/  / \/\:\  \__  \/__|:|/:/  / \:\ \:\ \/__/ \/__\:\/:/  / \/_|::\/:/  /
  \::/__/       \::/~~/~~~~   ~~\:\/\__\     |:/:/  /   \:\ \:\__\        \::/  /     |:|::/  /
   \:\  \        \:\~~\          \::/  /     |::/  /     \:\/:/  /        /:/  /      |:|\/__/
    \:\__\        \:\__\         /:/  /      /:/  /       \::/  /        /:/  /       |:|  |
     \/__/         \/__/         \/__/       \/__/         \/__/         \/__/         \|__|

 ████████╗██╗  ██╗███████╗    ███████╗██╗    ██╗ █████╗ ██████╗ ███╗   ███╗
 ╚══██╔══╝██║  ██║██╔════╝    ██╔════╝██║    ██║██╔══██╗██╔══██╗████╗ ████║
    ██║   ███████║█████╗      ███████╗██║ █╗ ██║███████║██████╔╝██╔████╔██║
    ██║   ██╔══██║██╔══╝      ╚════██║██║███╗██║██╔══██║██╔══██╗██║╚██╔╝██║
    ██║   ██║  ██║███████╗    ███████║╚███╔███╔╝██║  ██║██║  ██║██║ ╚═╝ ██║
    ╚═╝   ╚═╝  ╚═╝╚══════╝    ╚══════╝ ╚══╝╚══╝ ╚═╝  ╚═╝╚═╝  ╚═╝╚═╝     ╚═╝

        "Good news, everyone!" - Professor Hubert J. Farnsworth

Tools (4)

chat_and_deliberationHandles primary chat interactions and the deliberation protocol for complex reasoning.
swarm_chatRoutes queries through the multi-model agent swarm for enhanced reasoning.
quantum_computingInterface for IBM Quantum computing tasks.
solana_oracleInteracts with the Solana blockchain for data and oracle services.

Environment Variables

FARNSWORTH_API_KEYrequiredAPI key for authenticating with the Farnsworth service.

Configuration

claude_desktop_config.json
{"mcpServers": {"farnsworth": {"command": "python", "args": ["path/to/farnsworth/main.py"], "env": {"FARNSWORTH_API_KEY": "your_key_here"}}}}

Try it

Use the swarm to analyze the current market trends for Solana tokens.
Run a deliberation protocol on the following complex logic problem.
Execute a quantum circuit simulation using the IBM Quantum integration.
Search for recent news and summarize it using the agent swarm's memory system.

Frequently Asked Questions

What are the key features of Farnsworth?

Hierarchical Memory system (Working, Episodic, and Archival). Multi-Model Swarm for improved reasoning and collective intelligence. Specialized agents for web browsing, vision (CLIP), and voice. Integration with IBM Quantum computing and Solana blockchain. Autonomous agent orchestration and deliberation protocols.

What can I use Farnsworth for?

Automating complex research tasks that require multi-step reasoning and web access.. Managing persistent memory across long-running AI sessions for personal or project context.. Executing specialized tasks like blockchain data analysis or quantum computing simulations.. Orchestrating a team of AI agents to perform collaborative development or trading tasks..

How do I install Farnsworth?

Install Farnsworth by running: git clone https://github.com/timowhite88/Farnsworth && cd Farnsworth && pip install -r requirements.txt

What MCP clients work with Farnsworth?

Farnsworth works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep Farnsworth docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare