by scalvert · MCP Server · ★ 29
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 Add the Plugin Create the API Endpoint Choose your deployment platform: Vercel Create : javascript snippet=readme/snippet-02.js import { createVercelHandler } from 'docusaurus-plugin-mcp-server/adapters'; import path from 'path'; import { fileURLToPath } from 'url'; const dirname = path.dirname(fileURLToPath(import.meta.url)); export default...
| Stars | 29 |
| Forks | 6 |
| Language | TypeScript |
| Category | MCP Server |
| License | MIT |
| Quality Score | 72.4654510149501/100 |
| Last Updated | 2026-06-30 |
| Created | 2026-01-24 |
| Platforms | mcp, node |
| Est. Tokens | ~18k |
Explore other popular mcp server tools:
docusaurus-plugin-mcp-server is Docusaurus plugin that publishes your documentation as an MCP server. It is categorized as a MCP Server with 29 GitHub stars.
docusaurus-plugin-mcp-server is primarily written in TypeScript.
You can find installation instructions and usage details in the docusaurus-plugin-mcp-server GitHub repository at github.com/scalvert/docusaurus-plugin-mcp-server. The project has 29 stars and 6 forks, indicating an active community.
docusaurus-plugin-mcp-server is released under the MIT license, making it free to use and modify according to the license terms.