lynxprompt-mcp
Rank #20,495io.github.GeiserX/lynxprompt-mcp
MCP server for LynxPrompt — browse, search, and manage AI configuration blueprints
lynxprompt-mcp is a Model Context Protocol (MCP) server published by geiserx. It ranks #20,495 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. lynxprompt-mcp is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 1 tracked version. It was first listed on Apr 2, 2026 and most recently updated on Apr 3, 2026.
Ranks ahead of 94,965 of 115,460 servers on MCP Toplist.
Use lynxprompt-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add lynxprompt-mcp -e "LYNXPROMPT_URL=<your LYNXPROMPT_URL>" -e "LYNXPROMPT_TOKEN=<your LYNXPROMPT_TOKEN>" -- npx -y lynxprompt-mcpReplace each placeholder with your own value before saving.
claude mcp add lynxprompt-mcp -e "LYNXPROMPT_URL=<your LYNXPROMPT_URL>" -e "LYNXPROMPT_TOKEN=<your LYNXPROMPT_TOKEN>" -- docker run -i --rm drumsergio/lynxprompt-mcp:v0.0.2Replace each placeholder with your own value before saving.
[mcp_servers.lynxprompt-mcp]
command = "npx"
args = ["-y", "lynxprompt-mcp"]
[mcp_servers.lynxprompt-mcp.env]
LYNXPROMPT_URL = "<your LYNXPROMPT_URL>"
LYNXPROMPT_TOKEN = "<your LYNXPROMPT_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.lynxprompt-mcp]
command = "docker"
args = ["run", "-i", "--rm", "drumsergio/lynxprompt-mcp:v0.0.2"]
[mcp_servers.lynxprompt-mcp.env]
LYNXPROMPT_URL = "<your LYNXPROMPT_URL>"
LYNXPROMPT_TOKEN = "<your LYNXPROMPT_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"lynxprompt-mcp": {
"command": "npx",
"args": [
"-y",
"lynxprompt-mcp"
],
"env": {
"LYNXPROMPT_URL": "<your LYNXPROMPT_URL>",
"LYNXPROMPT_TOKEN": "<your LYNXPROMPT_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). 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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"lynxprompt-mcp": {
"command": "npx",
"args": [
"-y",
"lynxprompt-mcp"
],
"env": {
"LYNXPROMPT_URL": "<your LYNXPROMPT_URL>",
"LYNXPROMPT_TOKEN": "<your LYNXPROMPT_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). 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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"lynxprompt-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"lynxprompt-mcp"
],
"env": {
"LYNXPROMPT_URL": "<your LYNXPROMPT_URL>",
"LYNXPROMPT_TOKEN": "<your LYNXPROMPT_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"lynxprompt-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"drumsergio/lynxprompt-mcp:v0.0.2"
],
"env": {
"LYNXPROMPT_URL": "<your LYNXPROMPT_URL>",
"LYNXPROMPT_TOKEN": "<your LYNXPROMPT_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"lynxprompt-mcp": {
"command": "npx",
"args": [
"-y",
"lynxprompt-mcp"
],
"env": {
"LYNXPROMPT_URL": "<your LYNXPROMPT_URL>",
"LYNXPROMPT_TOKEN": "<your LYNXPROMPT_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. 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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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.
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.GeiserX%2Flynxprompt-mcp)<a href="https://mcptoplist.com/server/io.github.GeiserX%2Flynxprompt-mcp"><img src="https://mcptoplist.com/badge/io.github.GeiserX%2Flynxprompt-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
geiserx
Other servers by geiserx
- Genieacs MCP#4,791 · 3 vers
- atlassian-browser-mcp#6,905 · 5 vers
- spinnaker-mcp#13,606 · 2 vers
- telegram-archive-mcp#15,820 · 1 ver
- cashpilot-mcp#17,720 · 1 ver
- pumperly-mcp#17,721 · 1 ver
- duplicacy-mcp#19,001 · 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, Glama and mcp.so.
- 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.