Introducing the MCP plugin
docusaurus-plugin-mcp makes Docusaurus documentation searchable from AI coding tools through the Model Context Protocol.
During a build, the plugin creates a read-only snapshot of your documentation. It can also index OpenAPI specifications, resolve their references, and expose complete request and response shapes. An agent can search pages, read a document, find an API operation, and inspect an endpoint without guessing from a partial snippet.
Static sites can't host a live MCP endpoint by themselves, so serving is kept separate from indexing. The package includes a local CLI and a host-agnostic handler for a serverless function or existing Node server.
This site exposes its own MCP endpoint. Read the MCP plugin docs, find the package on npm, or browse the repository.