Lynxprompt MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 47 installs a week from npm. Last commit 3 Sep 2026.
MCP server for LynxPrompt — browse, search, and manage AI configuration blueprints
We read the source, 22 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
postinstall: node postinstall.js
execSync(
ENV MCP_AUTH_TOKEN=""
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add lynxprompt-mcp -- npx -y lynxprompt-mcp
{
"mcpServers": {
"lynxprompt-mcp": {
"args": [
"-y",
"lynxprompt-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.lynxprompt-mcp]
command = "npx"
args = ["-y", "lynxprompt-mcp"]
{
"mcpServers": {
"lynxprompt-mcp": {
"args": [
"-y",
"lynxprompt-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"lynxprompt-mcp": {
"args": [
"-y",
"lynxprompt-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
LYNXPROMPT_URL (LynxPrompt instance URL (e.g. https://lynxprompt.com)), LYNXPROMPT_TOKEN (LynxPrompt API token (lp_xxx format)).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Pexels — search photos and videos, and browse collections
MCP server for ChipsAI — manage chatbots, conversations, and AI models
MCP server for Spotify - let AI agents control playback, search music, and manage playlists
MCP server for Probo print-on-demand — search products, configure orders, track shipments.
MCP server for siGit (sigit.si): browse repos, search code, manage PRs/issues, web search.
MCP server for HEB grocery store integration - search products, manage carts, clip coupons, and more
MCP server for Adobe Commerce / Magento 2 documentation — search, browse, and read official docs.
MCP server for Safari DevTools — browser debugging and automation for AI coding agents
Answers built from our own checks of this server.