SERVER

lynxprompt-mcp

Rank #13653

glama/GeiserX/lynxprompt-mcp

MCP server that exposes any LynxPrompt instance to LLMs, enabling browsing, searching, and managing AI configuration blueprints and prompt hierarchies.

First listed
Apr 2, 2026
Last publish date
Apr 3, 2026
OVERVIEW

lynxprompt-mcp is a Model Context Protocol (MCP) server published by GeiserX. It ranks #13653 of 58,832 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. lynxprompt-mcp is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Apr 2, 2026 and most recently updated on Apr 3, 2026.

STANDING
#13,653of 58,832 tracked serversTop 25%

Ranks ahead of 45,179 of 58,832 servers on MCP Toplist.

CONNECT

Use lynxprompt-mcp

Add lynxprompt-mcp to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.

npm package
{
  "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.

Docker image
{
  "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.

REGISTRIES

Listed on 1 registry (1 delisted)

GlamaDelisted · last seen Apr 27, 2026
ORGANIZATION

GeiserX

Organization
Total servers
8
Total versions
10
MORE FROM THIS PUBLISHER

Other servers by GeiserX

View all GeiserX servers →
VERSIONS

Available versions (1)

VersionPublished
0.0.2Apr 3, 2026
FAQ

Frequently asked questions

What is lynxprompt-mcp?
MCP server that exposes any LynxPrompt instance to LLMs, enabling browsing, searching, and managing AI configuration blueprints and prompt hierarchies.
Who maintains lynxprompt-mcp?
lynxprompt-mcp is maintained by GeiserX, which publishes 8 MCP servers (10 total versions) tracked on MCP Toplist.
Is lynxprompt-mcp an official MCP server?
Yes — lynxprompt-mcp is listed on the Official MCP Registry, alongside 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.
EXPLORE