Back to Apps

MCP Builder CLI
by fikri2992
Generate custom MCP servers from API specifications and provide a generic HTTP bridge for AI assistants.
0 stars
Works in:claude
Exposes:Tools
What it does
MCP Builder CLI is a dual-purpose toolkit designed to streamline the creation and usage of Model Context Protocol (MCP) servers. It allows developers to rapidly generate specialized MCP servers by providing API specification documents, while also offering a generic MCP API Server that lets AI assistants make direct HTTP requests to any web API.
Tools
api_get: Performs HTTP GET requests to retrieve data from a specified URL.api_post: Sends data to a URL via HTTP POST requests.api_put: Updates existing data at a URL using HTTP PUT requests.api_delete: Removes resources from a URL using HTTP DELETE requests.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"api-server": {
"command": "npx",
"args": ["mcp-api-server"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
npx mcp-api-serverInformation
- Pricing
- free
- Published
- 7/14/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"api-server": {
"command": "npx",
"args": ["mcp-api-server"]
}
}
}





