A MCP Server providing docs for LLMs from Lynx official site, with carefully designed prompting.
@lynx-js/docs-mcp-server lets your coding agent (such as Gemini, Claude, Cursor or Copilot)
access Lynx documentation to assist you in development tasks. Therefore,
we have specifically optimized llms.txt,
a condensed version of the documentation site optimized for LLMs.
Add the following config to your MCP client:
@lynx-js/docs-mcp-server works best with MCP clients that supports Server Instructions, such as Claude Code.
If you find your MCP client doesn't know about the MCP server,
you can manually provide the following instructions
(e.g. in your AGENTS.md, CLAUDE.md, or just send it along with your question):
Follow the configure MCP guide using the standard config from above. You can also install the Lynx Docs MCP server using the Codex CLI:
Follow the MCP install guide, with the standard config from above. You can also install the Lynx Docs MCP server using the VS Code CLI:
Install manually:
Go to Cursor Settings -> MCP -> New MCP Server. Use the config provided above.
Install the Lynx Docs MCP server using the Gemini CLI.
Project wide:
Globally:
Alternatively, follow the MCP guide and use the standard config from above.
This project is inspired by Svelte MCP server. Both the implementation and documentation have been adapted and referenced from the original MCP server.