ThinkingCap

ThinkingCap

Multi-agent research server that runs multiple LLM providers in parallel with web search capabilities, synthesizing their responses into comprehensive answers for complex queries.

Category
Visit Server

README

🧠 ThinkingCap

A multi-agent research MCP server that runs multiple LLM providers in parallel and synthesizes their responses. Built on the Model Context Protocol for seamless integration with Claude Desktop, Cursor, and other MCP-compatible tools.

🌟 Features

  • 🔀 Multi-Agent Research: Deploy multiple AI agents simultaneously for comprehensive analysis
  • 🎯 Multi-Provider Support: OpenAI, Anthropic, xAI, Google, OpenRouter, Groq, Cerebras
  • ⚡ Parallel Execution: All agents run concurrently for maximum speed
  • 🔄 Intelligent Synthesis: Combines multiple perspectives into unified, comprehensive answers
  • 🔍 Built-in Web Search: DuckDuckGo search integration (no API key required)
  • 🔌 MCP Native: Works with any MCP-compatible client via npx

🚀 Quick Start

Installation

No installation required! Just add to your MCP client configuration.

Configuration

Add the following to your MCP client configuration (e.g., ~/.cursor/mcp.json):

{
  "mcpServers": {
    "thinkingcap": {
      "command": "npx",
      "args": [
        "-y",
        "thinkingcap",
        "openrouter:moonshotai/kimi-k2-thinking",
        "groq:moonshotai/kimi-k2-instruct-0905",
        "cerebras:zai-glm-4.6",
        "xai:grok-4-fast"
      ]
    }
  }
}

Customizing Agents

You can specify any combination of providers and models as arguments:

"args": [
  "-y",
  "thinkingcap",
  "anthropic:claude-sonnet-4-20250514",
  "openai:gpt-4o",
  "google:gemini-2.0-flash"
]

📋 Supported Providers

Provider Env Variable Default Model Example
openai OPENAI_API_KEY gpt-5.1 openai:gpt-4o
openrouter OPENROUTER_API_KEY moonshotai/kimi-k2-thinking openrouter:anthropic/claude-3.5-sonnet
groq GROQ_API_KEY moonshotai/kimi-k2-instruct-0905 groq
cerebras CEREBRAS_API_KEY zai-glm-4.6 cerebras
xai XAI_API_KEY grok-4-fast xai:grok-4-fast
anthropic ANTHROPIC_API_KEY claude-opus-4-5 anthropic
google GOOGLE_API_KEY gemini-3-pro-preview google:gemini-2.0-flash

🔑 Environment Variables

API keys are read from environment variables. Add them to your ~/.bashrc or ~/.zshrc:

export OPENROUTER_API_KEY="sk-or-..."
export GROQ_API_KEY="gsk_..."
export CEREBRAS_API_KEY="..."
export XAI_API_KEY="..."
# etc.

🛠️ How It Works

  1. Query Decomposition: Your research query is broken into multiple specialized questions
  2. Parallel Execution: Each agent (provider/model combo) researches a different angle
  3. Web Search: Each agent performs web searches to gather current information
  4. Synthesis: All agent responses are combined into one comprehensive answer

🔥 OpenRouter Fireworks Routing

When using OpenRouter, requests are automatically routed to Fireworks as the preferred provider with fallbacks enabled for maximum reliability.

📝 License

MIT License

🙏 Acknowledgments

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured