Skip to content
Claude Desktop

simceptor for Claude Desktop

io.github.ayda212/simceptor

AI-native mock API server with MCP. Create REST/SOAP mocks from Claude, Cursor, or Windsurf.

client:Claude Desktop transport:streamable-http

Install simceptor in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "simceptor": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://simceptor.com/api/mcp/sse"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

simceptor in other clients