mcp-httpx

mcp-httpx

3.1

If you are the rightful owner of mcp-httpx and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The HTTPX MCP Server is a REST API server using the Python `httpx` library, supporting various HTTP methods.

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 various methods for making HTTP requests, including `GET`, `POST`, `PUT`, `PATCH`, and `DELETE`. This server is designed to facilitate interaction with web APIs by providing a structured way to execute HTTP requests. It supports authentication and custom headers, making it versatile for different API requirements. The server can be deployed using `uv` or Docker, offering flexibility in deployment options.

Features

  • Supports multiple HTTP methods: GET, POST, PUT, PATCH, DELETE
  • Authentication and custom headers support
  • Flexible deployment options using `uv` or Docker
  • Structured response with URL, status code, and response body
  • Easy integration with Claude Desktop