Lighthouse MCP
Rank #4,751io.github.priyankark/lighthouse-mcp
MCP server providing lighthouse-mcp capabilities
Lighthouse MCP is a Model Context Protocol (MCP) server published by priyankark. It ranks #4,751 of 115,460 servers tracked on MCP Toplist, and its repository has 202 GitHub stars. Lighthouse MCP is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 3 tracked versions. It was first listed on Apr 7, 2025 and most recently updated on Sep 9, 2025.
Ranks ahead of 110,709 of 115,460 servers on MCP Toplist.
Use Lighthouse MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add lighthouse-mcp -- npx -y lighthouse-mcp[mcp_servers.lighthouse-mcp]
command = "npx"
args = ["-y", "lighthouse-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"lighthouse-mcp": {
"command": "npx",
"args": [
"-y",
"lighthouse-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"lighthouse-mcp": {
"command": "npx",
"args": [
"-y",
"lighthouse-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"lighthouse-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"lighthouse-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"lighthouse-mcp": {
"command": "npx",
"args": [
"-y",
"lighthouse-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"lighthouse-mcp": {
"command": "npx",
"args": [
"-y",
"lighthouse-mcp"
]
}
}
}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.priyankark%2Flighthouse-mcp)<a href="https://mcptoplist.com/server/io.github.priyankark%2Flighthouse-mcp"><img src="https://mcptoplist.com/badge/io.github.priyankark%2Flighthouse-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
priyankark
Other servers by priyankark
View all priyankark servers →Available versions (3)
| Version | Published |
|---|---|
| 0.1.9 | Sep 9, 2025 |
| 0.1.7 | Sep 9, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Lighthouse MCP?
- Lighthouse MCP is maintained by priyankark, which publishes 6 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Lighthouse MCP listed on the Official MCP Registry?
- Yes — Lighthouse MCP is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Lighthouse MCP have?
- MCP Toplist tracks 3 versions of Lighthouse MCP, most recently published on Sep 9, 2025.
- Where can I find the source code for Lighthouse MCP?
- The source code for Lighthouse MCP is hosted at github.com/priyankark/lighthouse-mcp.