Back to Apps

Curlity
Supports UIby elk4n4
Visual HTTP request and response viewer that replaces messy curl output in AI coding agent chats.
0 stars
Works in:Cursor
Exposes:Resources
What it does
Curlity is an MCP App that provides a structured, visual UI for HTTP traffic. Instead of reading raw curl commands and escaped JSON responses in a terminal, users get a dedicated request/response viewer inline in their chat, making API debugging and backend probing significantly easier.
Key features
- Visual Request/Response UI: Replaces terminal noise with structured views of methods, URLs, headers, and bodies.
- Status & Timing: Clear visibility into HTTP status codes and response times.
- Clean Integration: Works seamlessly within the chat interface of supported AI agents.
- Developer Focused: Specifically designed to eliminate "curl spaghetti" during the SDLC.
Installation
- Claude Code:
claude mcp add curlity-mcp -- npx -y curlity-mcp - Claude Desktop:
{
"mcpServers": {
"curlity-mcp": {
"command": "npx",
"args": ["-y", "curlity-mcp"]
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- Claude Code
Quick install
npx -y curlity-mcpInformation
- Pricing
- free
- Published
- 7/31/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Install via the 'Add MCP Server' button using command `npx` and args `[-y, curlity-mcp]`Claude Desktop
{
"mcpServers": {
"curlity-mcp": {
"command": "npx",
"args": ["-y", "curlity-mcp"]
}
}
}





