myst-mcp
Allows searching and fetching pages from Jupyter Book documentation sites that publish a MyST search index.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@myst-mcpsearch for installation instructions in the docs"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
myst-mcp
myst-mcp is an MCP server for searching any MyST Markdown or Jupyter Book documentation site that publishes myst.search.json. It consumes the static search index that MyST already builds, so it does not crawl pages, host a backend, or require embeddings.
MyST is the document engine and Jupyter Book is a distribution of it. The myst.search.json index is produced at the MyST engine layer, which means this package works across book-theme, article-theme, custom themes, Jupyter Book, and plain mystmd sites.
Usage
npx -y myst-mcp <site-url-or-local-path> ["Human description of these docs"]Examples:
npx -y myst-mcp https://your-myst-site.example "Example MyST docs"{
"mcpServers": {
"my-docs": {
"command": "npx",
"args": ["-y", "myst-mcp", "https://your-myst-site.example", "Example MyST docs"]
}
}
}Claude Code:
claude mcp add my-docs -- npx -y myst-mcp https://your-myst-site.example "Example MyST docs"Related MCP server: Cloudflare MCP Server for Static Sites
Tools
search_docs
Input:
{ "query": "installation", "limit": 10 }Returns search hits with title, section, breadcrumb, absolute URL, snippet, type, and score.
fetch_page
Input:
{ "url": "/getting-started/" }Returns the page title and LLM-friendly Markdown reconstructed from all matching search index records in document order. Full URLs and anchor URLs are accepted.
Supported sources
Remote MyST sites, loaded from
<base>/myst.search.jsonLocal MyST site build directories containing
myst.search.jsonA direct local path to
myst.search.json
The server requires MystSearchIndex version "1" and fails clearly if the file is missing, invalid, or from an unsupported future version.
Development
pnpm install
pnpm build
pnpm testThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/eresearchqut/myst-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server