insomnia

GitHub

The open-source, cross-platform API client for GraphQL, REST, WebSockets, SSE and gRPC. With Cloud, Local and Git storage.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "insomnia": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-insomnia"
      ]
    }
  }
}