HTTPX MCP Server
@avishekjana-89
About HTTPX MCP Server
The HTTPX MCP Server helps to perform REST API operations in your AI worklfows
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-httpx": {
"command": "uv",
"args": [
"pip",
"install",
"."
]
}
}
}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 HTTPX MCP Server?
The HTTPX MCP Server is an implementation of the Model Context Protocol (MCP) that performs REST API operations using the Python httpx library. It provides tools for making HTTP GET, POST, PUT, PATCH, and DELETE requests directly from AI assistants like Claude.
How to use HTTPX MCP Server?
Clone the repository from GitHub, then install via uv (uv pip install .) or build a Docker image (docker build -t mcp/httpx .). Configure the server in your claude_desktop_config.json using either the uv command or the Docker command as shown in the README.
Key features of HTTPX MCP Server
- GET, POST, PUT, PATCH, DELETE HTTP methods
- Optional token and headers for authenticated requests
- Returns URL, status code, and response body
- Installable via
uvor Docker - Integrates with Claude Desktop via MCP
Use cases of HTTPX MCP Server
- Query public REST APIs from Claude
- Create or update resources via POST/PUT/PATCH
- Delete resources via DELETE requests
- Test and interact with web endpoints during development
- Integrate external API data into AI conversations
FAQ from HTTPX MCP Server
What HTTP methods does the HTTPX MCP Server support?
It supports GET, POST, PUT, PATCH, and DELETE requests.
How do I install the HTTPX MCP Server?
Clone the repository and install using uv (uv pip install .) or build a Docker image (docker build -t mcp/httpx .).
How do I configure the HTTPX MCP Server with Claude Desktop?
Add the appropriate configuration block to claude_desktop_config.json using either the uv command or the Docker command as detailed in the README.
What does each tool return?
Each tool returns a dictionary containing the URL, the HTTP status code, and the response body.
What are the arguments for POST, PUT, and PATCH requests?
They accept a URL, a data payload, an optional token for authentication, and optional headers as key-value pairs.
More Other MCP servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

EverArt
modelcontextprotocolModel Context Protocol Servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Servers
modelcontextprotocolModel Context Protocol Servers
Comments