Pincushion for Claude Desktop
io.github.jcooley8/pincushion
Stakeholders pin feedback on your live app; your AI agent reads the pins via MCP and fixes them.
client:Claude Desktop
transport:stdio
runtime:npm
Install Pincushion in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"pincushion": {
"command": "npx",
"args": [
"-y",
"pincushion-mcp"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs