Skip to content
Claude Desktop

spikes for Claude Desktop

io.github.bierlingm/spikes

UI feedback for AI-assisted building. Click elements, rate them, agents triage via MCP.

client:Claude Desktop transport:stdio runtime:npm

Install spikes in Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "spikes": {
      "command": "npx",
      "args": [
        "-y",
        "spikes-mcp"
      ],
      "env": {
        "SPIKES_TOKEN": "<SPIKES_TOKEN>",
        "SPIKES_API_URL": "<SPIKES_API_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

spikes in other clients