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
{
"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