Faster Fixes
@manucoffin
About Faster Fixes
The open-source feedback pipeline for AI-native dev teams. Built for developers, designed for their clients.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"faster-fixes": {
"command": "npx",
"args": [
"-y",
"@fasterfixes/mcp"
],
"env": {
"FASTER_FIXES_TOKEN": "<YOUR_TOKEN>",
"FASTER_FIXES_PROJECT": "<YOUR_PROJECT_ID>"
}
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Faster Fixes?
Faster Fixes is an MCP server that turns messy client feedback into structured, agent-ready bug reports. It integrates with the Faster Fixes platform, where clients leave feedback directly on a website via a lightweight React widget. The server lets AI coding agents fetch new feedback, read the full context (screenshot, page URL, DOM selector, component tree, browser metadata), locate relevant code, fix the issue, and mark it as resolved — all from the terminal.
How to use Faster Fixes?
Install the @fasterfixes/react widget in your React application and wrap your app with FeedbackProvider, providing your project API key. To use the MCP server, run npx -y @fasterfixes/mcp with the environment variables FASTER_FIXES_TOKEN and FASTER_FIXES_PROJECT. The server supports Claude Code, Cursor, VS Code, Windsurf, Codex, and Zed.
Key features of Faster Fixes
- Visual feedback widget for clients to click on elements
- Automatic context capture (screenshot, URL, DOM, React component tree)
- Developer dashboard to review feedback organized by project
- Markdown export of each feedback item as a structured bug report
- MCP server for AI coding agents to fetch and resolve feedback
- GitHub integration to automatically create issues from feedback
Use cases of Faster Fixes
- Developers receiving vague client feedback can turn it into actionable, context-rich reports.
- AI coding agents autonomously fetch new feedback, locate the relevant code, and fix issues.
- Teams collaborate on client feedback with role-based access and project organization.
- Clients leave feedback without an account via shareable review links.
FAQ from Faster Fixes
What tools does the Faster Fixes MCP server work with?
The MCP server works with Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, Codex, and Zed.
How do I get the required credentials for the MCP server?
You can find your agent token and project ID in Organization Settings on the dashboard at https://faster-fixes.com/docs.
What is the license for Faster Fixes?
The repository is licensed under AGPLv3. The widget packages (@fasterfixes/core, @fasterfixes/react) and the MCP server (@fasterfixes/mcp) are licensed under MIT for unrestricted use.
What does the MCP server’s list_feedbacks tool do?
The MCP server exposes two tools: list_feedbacks and update_feedback_status. It connects to the Faster Fixes API using an organization-scoped agent token.
Are there any runtime dependencies for the MCP server?
The MCP server is run via npx -y @fasterfixes/mcp and requires Node.js. No other runtime dependencies are listed beyond the environment variables.
Frequently asked questions
What tools does the Faster Fixes MCP server work with?
The MCP server works with Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, Codex, and Zed.
How do I get the required credentials for the MCP server?
You can find your agent token and project ID in Organization Settings on the dashboard at https://faster-fixes.com/docs.
What is the license for Faster Fixes?
The repository is licensed under AGPLv3. The widget packages (`@fasterfixes/core`, `@fasterfixes/react`) and the MCP server (`@fasterfixes/mcp`) are licensed under MIT for unrestricted use.
What does the MCP server’s `list_feedbacks` tool do?
The MCP server exposes two tools: `list_feedbacks` and `update_feedback_status`. It connects to the Faster Fixes API using an organization-scoped agent token.
Are there any runtime dependencies for the MCP server?
The MCP server is run via `npx -y @fasterfixes/mcp` and requires Node.js. No other runtime dependencies are listed beyond the environment variables.
Basic information
More Other MCP servers
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)

Glasswarp
GlasswarpSee and control a real Windows PC you own — from any MCP client, locally or remotely. Observe (UIA + screenshots), click/type/drag/scroll, launch apps, owner Live View. BYOH: your machine, your key.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments