MCP HTTP Client Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP HTTP Client Serverget https://api.github.com/repos/ferPrieto/MCP-Http-Client"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP HTTP Client Server
A powerful Model Context Protocol (MCP) server for making HTTP requests, GraphQL queries, and TCP/Telnet connections from AI assistants. Inspired by Postman but designed for AI-native workflows with enhanced response formatting, intelligent caching, and multiple content type support.
Why Use This?
Seamlessly integrates with AI assistants like Claude
13.7x faster with intelligent LRU caching
Auto-formatted JSON, status emojis, performance metrics
JSON, form-data, URL-encoded - all supported
very request shows response time
atural language commands, no complex setup
Related MCP server: MCP API Server
Installation
Choose your preferred installation method:
Option 1: npm (Recommended for easy setup)
npm install -g @mcp/http-clientOption 2: Homebrew (macOS/Linux)
brew tap ferPrieto/mcp-http-client
brew install mcp-http-clientOption 3: GitHub Packages (for Kotlin/JVM projects)
Add the repository and dependency to your build.gradle.kts:
repositories {
maven {
url = uri("https://maven.pkg.github.com/ferPrieto/MCP-Http-Client")
credentials {
username = project.findProperty("gpr.user") as String? ?: System.getenv("GITHUB_ACTOR")
password = project.findProperty("gpr.key") as String? ?: System.getenv("GITHUB_TOKEN")
}
}
}
dependencies {
implementation("ferprieto.mcp:httpclient:1.0.0")
}Note: GitHub Packages requires authentication. Generate a Personal Access Token with read:packages scope.
Option 4: Build from Source
git clone https://github.com/ferPrieto/MCP-Http-Client.git
cd MCP-Http-Client
./gradlew clean buildThis generates build/libs/mcp-http-client-all.jar.
Configuration
Add to your MCP client configuration file:
Cursor:
~/.cursor/mcp.jsonClaude Desktop:
~/Library/Application Support/Claude/claude_desktop_config.json
If installed via npm:
{
"mcpServers": {
"http-client": {
"command": "npx",
"args": ["@mcp/http-client"]
}
}
}If installed via Homebrew:
{
"mcpServers": {
"http-client": {
"command": "mcp-http-client"
}
}
}If using JAR directly:
{
"mcpServers": {
"http-client": {
"command": "java",
"args": ["-jar", "/path/to/mcp-http-client-all.jar"]
}
}
}Comparison with Postman
Feature | MCP HTTP Client | Postman |
Interface | 🤖 Natural Language | 🖱️ GUI |
Setup Time | ⚡ 1 minute | ⏱️ 5+ minutes |
HTTP Methods | ✅ All | ✅ All |
GraphQL | ✅ Native | ✅ Yes |
TCP/Telnet | ✅ Yes | ❌ No |
Content Types | ✅ JSON, Form, URL-encoded | ✅ Many |
Response Formatting | ✅ Auto pretty-print | ✅ Yes |
Performance Cache | ✅ 13.7x faster | ❌ No |
Response Time | ✅ Auto-tracked | ✅ Yes |
Cost | 🆓 Free & Open Source | 💰 Free/Paid |
AI Integration | ✅ Native | ❌ Manual |
Advanced Features
Content-Type Auto-Detection
The server automatically:
Detects JSON responses and pretty-prints them
Sets appropriate
Content-Typeheaders based onbodyTypeHandles form-data with proper multipart boundaries
URL-encodes form parameters automatically
Performance Metrics
Every request automatically tracks:
Total request duration
Response size
Status codes
Timing information
Roadmap
Future features planned for upcoming releases:
Collections: Save and organize API requests (like Postman collections)
Environments: Manage variables across different environments (Dev, Staging, Production)
Authentication Helpers: Built-in support for Basic Auth, Bearer Token, API Key, OAuth2
Request Chaining: Use response values in subsequent requests with variable substitution
Postman Import: Import existing Postman collections for easy migration
License
MIT License
Made with ❤️ for the AI-native development workflow. Simpler than Postman, faster than manual curl commands, perfect for AI assistants!
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceAn MCP server that enables AI assistants to make HTTP requests and download files using curl, allowing them to interact with web APIs and content.Last updated6532MIT
- AlicenseAqualityDmaintenanceA Model Context Protocol server that enables AI assistants to make HTTP requests (GET, POST, PUT, DELETE) to external APIs through standardized MCP tools.Last updated42MIT
- Alicense-qualityDmaintenanceA universal MCP server that connects any REST API to AI assistants via OpenAPI or Postman specifications. It enables dynamic tool creation with GraphQL-style field selection and automatic schema inference for efficient data retrieval.Last updated475Inno Setup
- Alicense-qualityBmaintenanceAn MCP Server that enables AI assistants to interact with your local browsers.Last updated3,24754MIT
Related MCP Connectors
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
MCP server for AI dialogue using various LLM models via AceDataCloud
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ferPrieto/MCP-Http-Client'
If you have feedback or need assistance with the MCP directory API, please join our Discord server