Fix This MCP Server

Point at a Jetpack Compose UI, write the change you want, and hand Claude, Codex, Cursor, or another coding agent the source context it needs. It runs locally over stdio via the published package.

People connecting browser automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Kotlin.

VERIFIED ACTIVE

LAST COMMIT 2026-07-19 · ★ 5 · #116 OF 196 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-08-25

MIT · Kotlin · how we verify → /methodology

01 · Install Fix This

Claude Code

claude mcp add beyondwin-fixthis -- npx -y @beyondwin/fixthis

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "beyondwin-fixthis": {
      "command": "npx",
      "args": [
        "-y",
        "@beyondwin/fixthis"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @beyondwin/fixthis - published under the repo owner's npm scope (@beyondwin)

registry namespace io.github.beyondwin is GitHub-verified and matches the repo owner

03 · What Fix This can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.5.0 · 2026-07-14

FixThis v1.5.0 · FixThis v1.5.0 makes runtime diagnostics part of the normal agent handoff · without turning FixThis into a remote telemetry service. Save to MCP can collect · a bounded, redacted local baseline before…

v1.4.1 · 2026-07-05

FixThis v1.4.1 · FixThis v1.4.1 is a release-readiness patch. It does not change the runtime · bridge, MCP queue schema, Gradle plugin behavior, or console workflow. It makes · the evidence path for source-trust and…

v1.4.0 · 2026-06-28

FixThis v1.4.0 · FixThis v1.4.0 turns the external-app handoff path into a more agent-readable · release surface. The release adds setup verification actions, connected Android · proof orchestration, runtime evidence…

04 · Who maintains Fix This

FixThis is maintained by beyondwin. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
browser automation - ranked #116 of 196 actively-maintained browser automation servers as of 2026-08-25.
release cadence
6 releases in the last 90 days (latest 2026-07-14)
registry
io.github.beyondwin/fixthis (active, first published 2026-05-16 · 11 versions)
packages
npm:@beyondwin/fixthis

06 · Fix This FAQ

What is Fix This?

Point at a Jetpack Compose UI, write the change you want, and hand Claude, Codex, Cursor, or another coding agent the source context it needs. It runs locally over stdio via the published package.

Is Fix This still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-19 and it shipped 6 releases in the last 90 days. We re-verify nightly.

How do I install Fix This?

Run `npx -y @beyondwin/fixthis`. You can also paste the ready-made client config above.

Does Fix This run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Fix This

More browser automation MCP servers · Openbrowser AI · Bitrise · Zendriver MCP · Lanhu Design MCP · Brightdata MCP