MCP.so
登录

HTTPX MCP Server

@avishekjana-89

关于 HTTPX MCP Server

The HTTPX MCP Server helps to perform REST API operations in your AI worklfows

基本信息

分类

其他

许可证

MIT license

运行时

python

传输方式

stdio

发布者

avishekjana-89

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-httpx": {
      "command": "uv",
      "args": [
        "pip",
        "install",
        "."
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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 uv or 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.

评论

其他 分类下的更多 MCP 服务器