Multi-Agent Thinking MCP Server
About
MCP server for multi-agent thinking using smolagents
Details
- Author
- Hajime-Y
- Downloads
- 163
- Categories
- AI
Jump to
- Automatically generates multiple perspectives from a single task description.
- Runs specialist agents in parallel, each focusing on a distinct approach.
- Supports diverse problem‑solving strategies: perspective sharing, task sharing, stage sharing, parallel solving, branch search, and decomposition‑reconstruction.
- Integrates reports from all specialists into a final conclusion or solution.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Multi-Agent Thinking MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Clone the repository, create a virtual environment with uv, install dependencies with uv sync, then set OPENAI_API_KEY and HF_TOKEN in a .env file. Start the server with uv run python -m src.multiagents. MCP clients such as Cursor IDE can invoke the tool via multiagent.multiagent_thinking. For Claude Desktop, add a configuration entry in the MCP servers settings.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"multi-agent thinking mcp server": {
"multiagents-thinking": {
"command": "uv",
"args": [
"venv"
]
}
}
}
}
McpServers
{
"multiagents-thinking": {
"command": "uv",
"args": [
"venv"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

