MCP Server
Mercur exposes a Model Context Protocol (MCP) server that lets AI tools search Mercur documentation directly. Instead of relying on training data that may be outdated, your AI assistant queries the actual docs in real time.Available tool
SearchMercurJsDocumentation
Searches across all Mercur documentation and returns:- Relevant excerpts matching your query
- Page titles for context
- Direct links to documentation pages
Connect to your AI environment
- Cursor
- VS Code
- Windsurf
- Claude
- Claude Code
See Cursor MCP docs for more.
When to use MCP vs llms.txt
| Approach | Best for |
|---|---|
| MCP Server | Live search, always up-to-date, integrated environments |
| llms.txt | Full context dump, tools without MCP, offline use |