Integrations
Allows exposing custom JavaScript functions as MCP tools, enabling integration of JavaScript capabilities into the tool ecosystem.
Supports integration with Swagger/OpenAPI APIs, as demonstrated in the example using the Petstore API for managing pets, users, orders and store data.
Meta MCP Proxy
A flexible Model Context Protocol (MCP) proxy that enables discovery and execution of tools across multiple MCP servers and JavaScript functions. Enabling to have a reduced context event if you have houndreds of tools. This mcp act as wrapper of other mcps (or libraries) doing a kind of Local RAG (Retrieval Augmented Generation) to reduce the context size providing the llm with 2 methods (discover and execute) and asking the llm to be concise about discovery. The execute method is a simple proxy
We extremely recommends add the configuration discoverDescriptionExtras
to extends in details about the purpose of the tools and for what kind of topics the llm should use it.
Features
- 🌉 Unified Tool Discovery: Search for tools across multiple MCP servers
- 🔌 Proxy Execution: Route tool calls to the appropriate server
- 🔍 Smart Search: Find the best tool for the job with fuzzy matching
- 🧩 JavaScript Integration: Expose custom JavaScript functions as MCP tools
- 📝 Configurable: Load configuration from files or command-line arguments
Usage
🧱 Installation
Edit your file ~/Library/Application Support/Claude/claude_desktop_config.json
and add the following
Configuration File Format
Your config.json
should follow this structure:
as example
Example 0-Shot conversation with Claude
the example is using the demo config with the pet store with almost no description of what the api
As a Library
You can also use Meta MCP Proxy as a library in your own JavaScript applications:
Example creating an mcp with meta-mcp-proxy as a lib
License
MIT
This server cannot be installed
A flexible proxy that enables discovery and execution of tools across multiple Model Context Protocol (MCP) servers and JavaScript functions, reducing context size even when dealing with hundreds of tools.
Related MCP Servers
- -securityAlicense-qualityMCP Server simplifies the implementation of the Model Context Protocol by providing a user-friendly API to create custom tools and manage server workflows efficiently.Last updated -43TypeScriptMIT License
- -securityFlicense-qualityA Model Context Protocol server built with mcp-framework that allows users to create and manage custom tools for processing data, integrating with the Claude Desktop via CLI.Last updated -484TypeScript
- -security-license-qualityA specialized server that helps users create new Model Context Protocol (MCP) servers by providing tools and templates for scaffolding projects with various capabilities.Last updated -1TypeScript
- -securityAlicense-qualityAn MCP (Model Context Protocol) server that chains calls to other MCP tools, reducing token usage by allowing sequential tool execution with result passingLast updated -10925JavaScriptMIT License