Meta MCP Server
About
A meta server for orchestrating and leveraging multiple MCP servers and tools based on user requests
Details
- Author
- infinitimeless
- GitHub stars
- 3
- Downloads
- 395
- Categories
- Other
Jump to
- Parses and understands user requests to determine intent
- Maintains a registry of available MCP tools and their capabilities
- Creates execution plans that may involve multiple MCP servers
- Suggests creation of new tools when gaps are identified
- Exposes a REST API for sending user requests
Install Node.js v18 or higher, clone the repository, run npm install, configure a .env file (copy from .env.example), and start the server with npm start. The server exposes a REST API at POST /api/request where you send a JSON object with a query field describing the task.
Meta MCP Server
A meta server for orchestrating and leveraging multiple MCP servers and tools based on user requests.
Overview
This project serves as an orchestration layer between users and various Model Control Protocol (MCP) servers and tools. It analyzes user requests, determines the appropriate tools needed, and coordinates their execution to fulfill the request.
Key Features
- Request Analysis: Parses and understands user requests to determine intent
- Tool Discovery: Maintains a registry of available MCP tools and their capabilities
- Orchestration: Creates execution plans that may involve multiple MCP servers
- Tool Recommendation: Suggests creation of new tools when gaps are identified
Quick Start
For a quick setup and usage guide, please refer to the QUICKSTART.md file.
Getting Started
Prerequisites
- Node.js v18 or higher
- Access to one or more MCP servers/tools
Installation
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



