lynxprompt-mcp
Rank #12,894io.github.GeiserX/lynxprompt-mcp
MCP server that exposes any LynxPrompt instance to LLMs, enabling browsing, searching, and managing AI configuration blueprints and prompt hierarchies.
lynxprompt-mcp is a Model Context Protocol (MCP) server published by geiserx. It ranks #12,894 of 76,851 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. lynxprompt-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 2, 2026 and most recently updated on Apr 3, 2026.
Ranks ahead of 63,957 of 76,851 servers on MCP Toplist.
Use lynxprompt-mcp
Add lynxprompt-mcp to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"lynxprompt-mcp": {
"command": "npx",
"args": [
"-y",
"lynxprompt-mcp"
],
"env": {
"LYNXPROMPT_URL": "<your LYNXPROMPT_URL>",
"LYNXPROMPT_TOKEN": "<your LYNXPROMPT_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"lynxprompt-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"drumsergio/lynxprompt-mcp:v0.0.2"
],
"env": {
"LYNXPROMPT_URL": "<your LYNXPROMPT_URL>",
"LYNXPROMPT_TOKEN": "<your LYNXPROMPT_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 1 registry (2 delisted)
geiserx
Other servers by geiserx
- Genieacs MCP#3,455 · 3 vers
- atlassian-browser-mcp#5,999 · 5 vers
- spinnaker-mcp#6,064 · 2 vers
- telegram-archive-mcp#9,148 · 1 ver
- cashpilot-mcp#9,389 · 1 ver
- duplicacy-mcp#12,893 · 1 ver
- pumperly-mcp#12,895 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.0.2 | Apr 3, 2026 |
Frequently asked questions
- Who maintains lynxprompt-mcp?
- lynxprompt-mcp is maintained by geiserx, which publishes 8 MCP servers (15 total versions) tracked on MCP Toplist.
- Is lynxprompt-mcp listed on the Official MCP Registry?
- Yes — lynxprompt-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does lynxprompt-mcp have?
- MCP Toplist tracks 1 version of lynxprompt-mcp, most recently published on Apr 3, 2026.
- Where can I find the source code for lynxprompt-mcp?
- The source code for lynxprompt-mcp is hosted at github.com/geiserx/lynxprompt-mcp.