hoverfly-mcp-server

kapishmalik/hoverfly-mcp-server
★ 8 stars Java 🤖 AI/LLM Updated 4mo ago
Hoverfly MCP Server is a Spring Boot app that exposes Hoverfly via the Model Context Protocol (MCP), enabling AI assistants like Cursor or Copilot to manage mock APIs automatically. It helps simulate unavailable APIs with simple JSON, supporting full mock lifecycle control.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

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