Supports importing cURL commands to automatically generate API configurations, allowing users to easily convert existing HTTP requests into MCP tools.
Enables access to the project repository on Gitee, offering an alternative source for cloning and accessing the HTTP-4-MCP server codebase.
Provides integration with GitHub repositories for cloning and accessing the HTTP-4-MCP server codebase.
Built on Python 3.8+, enabling Python-based setup and execution of the HTTP-4-MCP middleware server.
๐ HTTP-4-MCP Middleware Server
๐ Introduction
HTTP-4-MCP is a powerful middleware server that magically transforms regular HTTP interfaces into MCP (Model Control Protocol) interfaces. With simple configuration, your HTTP API becomes an MCP tool instantly!
โจ Key Features
๐ HTTP to MCP: One-click conversion of HTTP APIs to MCP interfaces
๐ JSON Configuration: Simple and intuitive configuration
๐ SSE Support: Real-time data streaming
๐จ Visual Configuration: Drag-and-drop interface for API configuration
๐ฅ Hot Reload: Instant configuration updates without restart
๐ Complete Monitoring: Detailed logging and error tracking
๐ก๏ธ Secure & Reliable: Built-in error handling and parameter validation
๐จโ๐ป Author Information
๐ธ System Demo
๐ฅ๏ธ Intuitive Visual Configuration Interface
๐ Powerful API Conversion
๐ cURL Import Support
๐ Tool Description
๐ Quick Start
๐ฆ Installation
๐ฎ Start Service
๐ฏ Usage Guide
1๏ธโฃ Configure API
Method 1: ๐จ Visual Configuration (Recommended)
Visit
http://localhost:8002
Click "Add New Interface"
Fill in configuration parameters
Save and apply instantly!
Method 2: ๐ JSON Configuration
2๏ธโฃ Connect to MCP
๐ ๏ธ Project Structure
๐ Configuration Reference
๐ง Global Configuration
Configuration | Description | Default |
๐ host | Server address | "0.0.0.0" |
๐ port | Server port | 8000 |
๐ debug | Debug mode | false |
๐ log_level | Log level | "info" |
๐ Special Features
๐ cURL Import
Paste cURL command directly, automatically generate configuration:
๐จ Pixel Art Interface
๐ฎ Game-like configuration experience
๐ฏ Drag-and-drop parameter setting
๐ Real-time request test
๐ Automatically generate configuration
๐ค Contribution Guide
๐ด Fork this repository
๐ง Create feature branch
๐ Submit changes
๐ Push branch
๐ฌ Submit Pull Request
๐ Get Help
๐ง Submit Issue
๐ฌ Join Discussion Group
๐ View Wiki
๐ Open Source License
This project uses the MIT license - see LICENSE file
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
HTTP-4-MCP configuration tool allows you to easily convert HTTP API into MCP tool, writing the code written. Through simple interface operation, you can quickly configure an mcp-server.
Related MCP Servers
- -securityAlicense-qualityAn MCP server that exposes HTTP methods defined in an OpenAPI specification as tools, enabling interaction with APIs via the Model Context Protocol.Last updated -8MIT License
- AsecurityAlicenseAqualityA tool that dynamically generates and configures MCP servers by automatically creating necessary directories and files according to user specifications.Last updated -11619MIT License
- -securityAlicense-qualityA server that translates Model Context Protocol (MCP) tool callings to traditional HTTP API requests, allowing existing HTTP APIs to be integrated into MCP territory through configurable mappings.Last updated -1Apache 2.0
- JavaScriptMIT License