mcp-batchit

🚀 MCP aggregator for batching multiple tool calls into a single request. Reduces overhead, saves tokens, and simplifies complex operations in AI agent workflows.

GitHub Stars

41

User Rating

Not Rated

Favorites

0

Views

26

Forks

3

Issues

2

Installation
Difficulty
Advanced
Estimated Time
20-45 minutes

Installation

bash
git clone https://github.com/ryanjoachim/mcp-batchit.git
cd mcp-batchit
npm install
npm run build
npm start
BatchIt starts on STDIO by default so your AI agent (or any MCP client) can spawn it. For example:

mcp-batchit is running on stdio. Ready to batch-execute!
You can now send JSON-RPC requests (tools/call method, name= "batch_execute") to it. ---

Additional Resources