MCP BatchIt
by ryanjoachim
Aggregator server that batches multiple MCP tool calls into a single request to reduce token overhead.
What it does
MCP BatchIt is an aggregator server designed to solve the "one action per message" limitation of many AI agents. It allows an LLM to request multiple tool calls across a single target MCP server in one go, executing them in parallel and returning a consolidated result.
Tools
- batch_execute: The primary tool. It takes a target server configuration and a list of operations (tool calls) to execute. It manages the connection to the downstream server and handles parallel execution with configurable concurrency and timeout settings.
Installation
- Clone the repository:
git clone https://github.com/ryanjoachim/mcp-batchit.git - Install and build:
npm install && npm run build - Start the server:
npm start
Supported hosts
Confirmed for STDIO-based clients including Claude Desktop, Cline, and Roo Code.
Quick install
npm install && npm run build && npm startInformation
- Pricing
- free
- Published
- 4/13/2026
- stars







