hoppscotch-mcp-server

hoppscotch/hoppscotch-mcp-server
★ 2 stars TypeScript AI/LLM Updated today
The Hoppscotch MCP Server implements the Model Context Protocol (MCP) to connect AI agents and coding assistants including Claude Code, Cursor, VS Code Copilot, GitHub Copilot CLI, and Gemini CLI directly to your Hoppscotch workspaces, collections, specifications, and environments.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hoppscotch-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "hoppscotch/hoppscotch-mcp-server"
      ]
    }
  }
}

Topics

agentic-aiaiai-agentsapi-testingclaudeclaude-codecopilotcursorgeminihoppscotchllmmcpmcp-servermodel-context-protocolrest-api