Meta API MCP Server
About
A user-friendly editor tool has been developed to create or edit JSON configuration files:
Details
- Author
- savhascelik
- GitHub stars
- 12
- Downloads
- 344
- Categories
- Developer Tools, API
Jump to
- Multi-API support through a single server
- Automatic conversion of Postman Collections to MCP tools
- Comprehensive HTTP method support (GET, POST, PUT, DELETE, PATCH)
- Authentication via API Key and Bearer Token
- Configurations loaded from local files or remote URLs
- Includes a web-based API Editor for creating configurations
Install globally with npm install -g meta-api-mcp-server. Run from the command line by providing a configuration file, folder, remote URL, or Postman collection. For use with MCP clients such as Cursor, configure the server in the client's mcp.json file with the appropriate command, arguments, and environment variables.
Meta API MCP Server
A meta API Gateway server that works with the Model Context Protocol (MCP). You can connect any API to LLMs (Claude, GPT, etc.) through MCP. This enables AI assistants to interact directly with APIs and access real-world data sources.
Features
- π Multi-API support: Manage multiple APIs through a single server
- π οΈ Easily add APIs with JSON configuration files
- π Automatically convert Postman Collections to MCP tools
- π Comprehensive support for HTTP APIs (GET, POST, PUT, DELETE, PATCH)
- π Various authentication methods (API Key, Bearer Token)
- π Load configurations from local files or remote URLs
- π Support for configuration file lists
API Editor Tool
A user-friendly editor tool has been developed to create or edit JSON configuration files:
Installation
Global Installation with NPM (Recommended)
npm install -g meta-api-mcp-server
Installation from Source Code
git clone https://github.com/savhascelik/meta-api-mcp-server.git
cd meta-api-mcp-server
npm install
Usage
As a Command Line Tool
```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.





