Skip to content
Claude Desktop

lynxprompt mcp for Claude Desktop

io.github.geiserx/lynxprompt-mcp

MCP server for LynxPrompt — browse, search, and manage AI configuration blueprints

client:Claude Desktop transport:stdio runtime:npm

Install lynxprompt mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "lynxprompt-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "lynxprompt-mcp"
      ],
      "env": {
        "LYNXPROMPT_URL": "<LYNXPROMPT_URL>",
        "LYNXPROMPT_TOKEN": "<LYNXPROMPT_TOKEN>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

lynxprompt mcp in other clients