lighthouse-mcp
Rank #33,660io.github.fullstackdegen/agent-audit
Turn Lighthouse audits into coding-agent fix packs for Claude Code, Cursor, and Copilot.
lighthouse-mcp is a Model Context Protocol (MCP) server published by fullstackdegen. It ranks #33,660 of 132,345 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. lighthouse-mcp is listed across 4 registries — Official MCP, Glama, mcp.so and PulseMCP, with 1 tracked version. It was first listed on Jun 14, 2026 and most recently updated on Jun 28, 2026.
Ranks ahead of 98,685 of 132,345 servers on MCP Toplist.
Use lighthouse-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add agent-audit -- npx -y @fullstackdegen/agent-audit[mcp_servers.agent-audit]
command = "npx"
args = ["-y", "@fullstackdegen/agent-audit"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"agent-audit": {
"command": "npx",
"args": [
"-y",
"@fullstackdegen/agent-audit"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"agent-audit": {
"command": "npx",
"args": [
"-y",
"@fullstackdegen/agent-audit"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"agent-audit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@fullstackdegen/agent-audit"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"agent-audit": {
"command": "npx",
"args": [
"-y",
"@fullstackdegen/agent-audit"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agent-audit": {
"command": "npx",
"args": [
"-y",
"@fullstackdegen/agent-audit"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.fullstackdegen%2Fagent-audit)<a href="https://mcptoplist.com/server/io.github.fullstackdegen%2Fagent-audit"><img src="https://mcptoplist.com/badge/io.github.fullstackdegen%2Fagent-audit.svg" alt="MCP Toplist: Top 50% of 132,345" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries (1 delisted)
fullstackdegen
Available versions (1)
| Version | Published |
|---|---|
| 0.3.1 | Jun 28, 2026 |
Frequently asked questions
- Who maintains lighthouse-mcp?
- lighthouse-mcp is maintained by fullstackdegen, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is lighthouse-mcp listed on the Official MCP Registry?
- Yes — lighthouse-mcp is listed on the Official MCP Registry, alongside Glama, mcp.so and PulseMCP.
- How many versions does lighthouse-mcp have?
- MCP Toplist tracks 1 version of lighthouse-mcp, most recently published on Jun 28, 2026.
- Where can I find the source code for lighthouse-mcp?
- The source code for lighthouse-mcp is hosted at github.com/fullstackdegen/lighthouse-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.