{"repo":"scalvert/docusaurus-plugin-mcp-server","free":true,"listed":false,"github":"https://github.com/scalvert/docusaurus-plugin-mcp-server","clone":"git clone https://github.com/scalvert/docusaurus-plugin-mcp-server.git","description":"Docusaurus plugin that publishes your documentation as an MCP server","language":"TypeScript","stars":30,"topics":[],"license":"MIT","category":"mcp-servers","readme_excerpt":"docusaurus-plugin-mcp-server A Docusaurus plugin that exposes an MCP (Model Context Protocol) server endpoint, allowing AI agents like Claude, Cursor, and other MCP-compatible tools to search and retrieve your documentation. Installation Quick Start 1. Add the Plugin 2. Create the API Endpoint The MCP server runs on any web-standard serverless or edge runtime — Cloudflare Workers, modern Netlify functions, Vercel Edge, Deno, Bun. Import the build artifacts and pass them to createWebRequestHandler , which returns a standard (request: Request) = Promise . (These runtimes can't read the filesystem, so the data is imported as modules rather than loaded from disk.) The export default { fetch } form works on Cloudflare Workers, Deno, and Bun. Other runtimes use their own entry convention (e.g. modern Netlify functions export default async (request) = Response ) — the handler is identical, only the export wrapper differs. The handler is unauthenticated and allows all origins ( Access-Control-Allow-Origin: ) by default, since a docs MCP endpoint is meant to be public — pass corsOrigin to restrict it. For local development, run the server over Node's http with createNodeServer from docusaurus-plugin-mcp-server/adapters/node (see Adapter Exports). 3. Build and Deploy 4. Connect Your AI Tool Claude Code: Cursor / VS Code: 5. Add an Install Button (Optional) Add a dropdown button to your docs site so users can easily install the MCP server in their AI tool: The button shows a dropdown wi","default_branch":null,"files":null,"tree":[],"storefront":"/r/scalvert","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/scalvert/docusaurus-plugin-mcp-server/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}