Mcp Http
@one-matrix
About Mcp Http
MCP Http Server is a Model Context Protocol (MCP) server implemented based on the Python httpx library. It supports HTTP request operations via a REST API, including various methods like GET, POST, PUT, and DELETE, aiming to simplify integration with various Web APIs.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-httpx": {
"command": "uv",
"args": [
"--from",
"git+https://github.com/one-matrix/mcp-http",
"run",
"mcp-http"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Mcp Http?
Mcp Http is a Model Context Protocol (MCP) server built on the Python httpx library. It provides HTTP request tools for GET, POST, PUT, and DELETE methods, enabling simple integration with web APIs. It is designed for developers working with MCP-compatible clients like Claude Desktop.
How to use Mcp Http?
Clone the repository, install dependencies using uv (recommended) or pip, then start the server. To integrate with Claude Desktop, add a configuration entry to claude_desktop_config.json referencing the server via uv or uvx.
Key features of Mcp Http
- Supports GET, POST, PUT, and DELETE HTTP methods
- Accepts URL, query parameters, JSON body, and custom headers
- Returns HTTP status code (int) and response content (str)
- Built on the fast, modern httpx library
- Simple integration with Claude Desktop
Use cases of Mcp Http
- Fetching data from a public REST API
- Submitting form data or JSON to a web endpoint
- Updating resources via PUT requests
- Deleting resources via DELETE requests
- Building an AI agent that can perform arbitrary HTTP requests
FAQ from Mcp Http
What are the dependencies to run Mcp Http?
Python 3.x, the httpx library, and optionally the uv package manager (recommended).
How do I integrate Mcp Http with Claude Desktop?
Add the server to your claude_desktop_config.json using either uv --from git+https://github.com/one-matrix/mcp-http run mcp-http or uvx --from git+https://github.com/one-matrix/mcp-http mcp-http.
What HTTP methods are supported?
GET, POST, PUT, and DELETE are supported, each with configurable parameters like URL, query parameters, body, and headers.
What does each tool return?
All tools return an integer status code and the response content as a string.
What license is Mcp Http under?
It is open-sourced under the MIT License.
Frequently asked questions
What are the dependencies to run Mcp Http?
Python 3.x, the httpx library, and optionally the uv package manager (recommended).
How do I integrate Mcp Http with Claude Desktop?
Add the server to your `claude_desktop_config.json` using either `uv --from git+https://github.com/one-matrix/mcp-http run mcp-http` or `uvx --from git+https://github.com/one-matrix/mcp-http mcp-http`.
What HTTP methods are supported?
GET, POST, PUT, and DELETE are supported, each with configurable parameters like URL, query parameters, body, and headers.
What does each tool return?
All tools return an integer status code and the response content as a string.
What license is Mcp Http under?
It is open-sourced under the MIT License.
Basic information
More Developer Tools MCP servers

Foremerge
naw103Catch intent conflicts before code conflicts. The open-source coordination protocol for coding agents, built above Git.

directree
coburn2716directree MCP server — query the honest software directory from any AI assistant

Perfex CRM
themesicTurn Perfex CRM into an AI-ready workspace. This MCP server exposes your full REST API to Claude, ChatGPT and any AI agent, so leads, invoices and tasks are one prompt away.

Reelier
Maxime HouleAgents make claims. Reelier writes receipts — record an agent's tool-call workflow once, replay it deterministically at 0 tokens, and diff runs to catch drift.
Mobbin
MobbinMobbin MCP connects your AI agents to 600,000+ real product screens, so what they build starts with what already works.
Comments