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
{
"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