Lynx Docs MCP
@lynx-js/docs-mcp-server is an MCP server providing docs for LLMs from Lynx official site, with carefully designed prompting. It 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.
Requirements
- Node.js v18.17 or a newer latest maintenance LTS version.
Getting started
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):
Codex
Follow the configure MCP guide using the standard config from above. You can also install the Lynx Docs MCP server using the Codex CLI:
Copilot / VS Code
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:
Cursor
Install manually:
Go to Cursor Settings -> MCP -> New MCP Server. Use the config provided above.
Gemini CLI
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.
Credits
This project is inspired by Svelte MCP server. Both the implementation and documentation have been adapted and referenced from the original MCP server.