mcpbeat Sign in

GhostQA MCP Server

by synctekllc Your server? Claim it
local only

GhostQA runs on your own machine — the client starts it, so there is no endpoint to ping. 1 installs a week from pypi. Last commit 21 Mar 2026.

AI personas navigate your web app in real browsers, find bugs and UX issues. No scripts needed.

The author archived this repository on GitHub, meaning it is no longer maintained.

1
Installs / week
pypi · ghostqa
0
Stars
1 open issues
21 Mar 2026
Last commit
0 releases in 90 days
MIT
License
Python

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ghostqa -- uvx ghostqa
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ghostqa": {
      "args": [
        "ghostqa"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ghostqa]
command = "uvx"
args = ["ghostqa"]
.cursor/mcp.json
{
  "mcpServers": {
    "ghostqa": {
      "args": [
        "ghostqa"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ghostqa": {
      "args": [
        "ghostqa"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: ANTHROPIC_API_KEY (Your Anthropic API key for AI-powered testing), GHOSTQA_ALLOWED_DIRS (Colon-separated list of allowed directories for MCP server access restriction). The author declared them in the registry entry; get the values from the project itself.

Alternatives to GhostQA

same job, measured the same way
ProdPoke
by prodpoke

AI QA tester — real browsers scan sites for bugs, SEO, perf, and accessibility issues via chat.

answering
E2LLM
by e2llm

E2LLM gives your AI eyes and hands in a real browser: structured perception (SiFR) plus action.

answering
Dsh Verify
by 263311487-ux

Agent-built web app quality gate. Real browser is the judge. PASS/FAIL with receipts.

596 installs/wk local only
Feedthrough
by feedthrough

Debug bridge inside your web app: an agent reads the DOM, console and network. Any browser.

87 installs/wk local only
LinkedIn Sales Navigator
by nick-choudhary

LinkedIn Sales Navigator contact and account search from your logged-in browser.

77 installs/wk local only
Val
by nyx-intelligence

QA agent for vibecoded apps. Real browser checks, your AI fixes them. Ship to green.

76 installs/wk local only
Sealedmail
by thesuitabs

Send and receive on-chain private messages via SealedMail on Sui. No browser wallet needed.

41 installs/wk local only
C
Browser Forest
by browserforest

Undetectable cloud browser sessions for AI agents and scrapers. Navigate, extract, click, captcha.

answering

GhostQA — questions

Answers built from our own checks of this server.

Why is there no uptime for GhostQA?
GhostQA runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package ghostqa was installed 1 times last week.
Is GhostQA still maintained?
The author archived this repository on GitHub, meaning it is no longer maintained. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect GhostQA?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ghostqa straight from pypi; nothing to host, nothing to sign up for.
How many people use GhostQA?
The pypi package ghostqa was installed 1 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is GhostQA open source?
Yes — it is published under the MIT licence, written in Python, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.