io.github.bierlingm/spikes MCP Server
io.github.bierlingm/spikes
What is the io.github.bierlingm/spikes MCP server?
UI feedback for AI-assisted building. Click elements, rate them, agents triage via MCP.
How to install io.github.bierlingm/spikes
Copy-paste configuration for popular MCP clients.
SPIKES_TOKENsecretBearer token for the hosted Spikes API. Required only when using --remote mode against spikes.sh. Local mode reads .spikes/feedback.jsonl and needs no token.
SPIKES_API_URLOverride the Spikes API base URL. Defaults to https://spikes.sh/api. Useful for self-hosted Spikes workers.
{
"mcpServers": {
"spikes": {
"command": "npx",
"args": [
"-y",
"spikes-mcp"
],
"env": {
"SPIKES_TOKEN": "<YOUR_SPIKES_TOKEN>",
"SPIKES_API_URL": "<YOUR_SPIKES_API_URL>"
}
}
}
}{
"mcpServers": {
"spikes": {
"command": "npx",
"args": [
"-y",
"spikes-mcp"
],
"env": {
"SPIKES_TOKEN": "<YOUR_SPIKES_TOKEN>",
"SPIKES_API_URL": "<YOUR_SPIKES_API_URL>"
}
}
}
}{
"mcpServers": {
"spikes": {
"command": "npx",
"args": [
"-y",
"spikes-mcp"
],
"env": {
"SPIKES_TOKEN": "<YOUR_SPIKES_TOKEN>",
"SPIKES_API_URL": "<YOUR_SPIKES_API_URL>"
}
}
}
}{
"servers": {
"spikes": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"spikes-mcp"
],
"env": {
"SPIKES_TOKEN": "<YOUR_SPIKES_TOKEN>",
"SPIKES_API_URL": "<YOUR_SPIKES_API_URL>"
}
}
}
}claude mcp add spikes --env SPIKES_TOKEN=<YOUR_SPIKES_TOKEN> --env SPIKES_API_URL=<YOUR_SPIKES_API_URL> -- npx -y spikes-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.