mcp-httpx
The HTTPX MCP Server facilitates REST API operations via a Model Context Protocol (MCP) implementation. It utilizes the Python `httpx` library to perform HTTP requests and can be seamlessly integrated with external applications like Claude Desktop. The server offers versatile methods for convenient interaction with web APIs.
Overview
The HTTPX MCP Server is an implementation of the Model Context Protocol (MCP) for performing REST API operations using the Python httpx
library. It supports various HTTP methods including GET
, POST
, PUT
, PATCH
, and DELETE
to interact with web APIs. Core features of the server include executing requests with optional authentication tokens and custom headers. The server can be deployed using uv
or Docker, and integrated with Claude Desktop for convenient usage.