Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Http Client

БесплатноНе проверен

An MCP server that provides HTTP client capabilities with support for full HTTP methods, custom headers, query parameters, request bodies, and configurable time

GitHubEmbed

Описание

An MCP server that provides HTTP client capabilities with support for full HTTP methods, custom headers, query parameters, request bodies, and configurable timeouts.

README

A Model Context Protocol (MCP) server that provides HTTP client capabilities.

Features

  • Full HTTP method support (GET, POST, PUT, DELETE, PATCH, HEAD, OPTIONS)
  • Custom headers and query parameters
  • Request body support (JSON, form data, text)
  • Configurable timeouts and SSL verification
  • Detailed response information including status codes and headers

Setup for Claude Desktop

1. Install Dependencies

pip install fastmcp httpx pydantic

Or use the requirements file:

pip install -r requirements.txt

2. Configure Claude Desktop

Add this server to your Claude Desktop configuration file:

Windows: %APPDATA%\Claude\claude_desktop_config.json
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Linux: ~/.config/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "http-client": {
      "command": "python",
      "args": ["/path/to/http-client-mcp/src/http_client_mcp/server.py"]
    }
  }
}

Note: Replace /path/to/http-client-mcp with the actual location where you cloned this repository.

3. Restart Claude Desktop

After saving the configuration, restart Claude Desktop to load the MCP server.

Usage Examples

Once configured, you can use these tools:

Simple GET request:

Use the http_get tool to fetch data from https://api.github.com/users/octocat

POST request with JSON:

Use the http_post tool to send {"name": "test"} to https://httpbin.org/post

Custom request:

Use the http_request tool to make a PUT request to https://httpbin.org/put with custom headers

Available Tools

  • http_request - Full control over HTTP requests
  • http_get - Simplified GET requests
  • http_post - Simplified POST requests
  • http_put - Simplified PUT requests
  • http_delete - Simplified DELETE requests
  • http_patch - Simplified PATCH requests

License

MIT License - see LICENSE file for details.

AI-Assisted Development

This repository was created with the assistance of AI tools. The time invested in building a solution should not exceed the time it saves compared to not building it at all.

from github.com/keijeizei/http-client-mcp

Установить Http Client в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install http-client-mcp

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add http-client-mcp -- uvx --from git+https://github.com/keijeizei/http-client-mcp http-client-mcp

FAQ

Http Client MCP бесплатный?

Да, Http Client MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Http Client?

Нет, Http Client работает без API-ключей и переменных окружения.

Http Client — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Http Client в Claude Desktop, Claude Code или Cursor?

Открой Http Client на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Http Client with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development