lynxprompt mcp for Grok
io.github.geiserx/lynxprompt-mcp
MCP server for LynxPrompt — browse, search, and manage AI configuration blueprints
client:Grok
transport:stdio
runtime:npm
Install lynxprompt mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"lynxprompt-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"lynxprompt-mcp"
],
"env": {
"LYNXPROMPT_URL": "<LYNXPROMPT_URL>",
"LYNXPROMPT_TOKEN": "<LYNXPROMPT_TOKEN>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs