Faster Fixes MCP Server

The open-source feedback pipeline for AI-native dev teams. Built for developers, designed for their clients.

Local serverstdio

What is the Faster Fixes MCP server?

The open-source feedback pipeline for AI-native dev teams. Built for developers, designed for their clients. Exposed over MCP by the faster fixes mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

During the review phase of a web project, clients send feedback through WhatsApp messages, scattered screenshots, and vague descriptions with no link to the page. Developers then spend time deciphering what was meant, finding the right page, and turning it into something actionable.

  • Visual feedback widget — — clients click on elements to leave feedback, no training needed
  • Automatic context capture — — screenshot, page URL, DOM selector, component tree, browser info
  • Developer dashboard — — organized view of all feedback across projects
  • Markdown export — — copy any feedback item as a structured bug report for AI agents
  • MCP server — — AI coding agents fetch and resolve feedback programmatically
  • Agent skill — — install as a skill for autonomous feedback-to-fix workflows

Its toolset

Everything the assistant can do here goes through one of these:

  • Package — Description

Configuration

You will need 2 environment variables: FASTER_FIXES_TOKEN, FASTER_FIXES_PROJECT. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Adding it to your client

The server ships on npm as @fasterfixes/mcp, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

When to reach for it

This sits in the browser automation group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Faster Fixes's toolset — Package — is a fair guide to whether it matches your workflow. It is maintained by manucoffin; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the faster fixes mcp server does with a few real requests.

Available tools

ToolWhat it does
PackageDescription

How to install the Faster Fixes MCP server

{
  "mcpServers": {
    "faster-fixes": {
      "command": "npx",
      "args": ["-y", "@fasterfixes/mcp"],
      "env": {
        "FASTER_FIXES_TOKEN": "ff_agent_your_token_here",
        "FASTER_FIXES_PROJECT": "proj_your_project_id"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
FASTER_FIXES_TOKENCredential the server authenticates with.Yes
FASTER_FIXES_PROJECTConfiguration value read at startup.Optional

Example prompts to try

  • Use Faster Fixes to Package.

Frequently asked questions

The MCP server works with Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, Codex, and Zed.