MCP server for Faster Fixes. Lets AI agents list, triage, and resolve client feedback collected from your website widget — directly from your terminal.
Server Config
{
"mcpServers": {
"faster-fixes": {
"command": "npx",
"args": [
"-y",
"@fasterfixes/mcp"
],
"env": {
"FASTER_FIXES_TOKEN": "<YOUR_TOKEN>",
"FASTER_FIXES_PROJECT": "<YOUR_PROJECT_ID>"
}
}
}
}