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
Related MCP server: Meta MCP Server
๐จโ๐ป 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:8002Click "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