mkdocs-mcp is an experimental plugin that integrates an MCP server into the MkDocs workflow, providing a script to handle the build process and launch the server.
From the registry: An MCP server that provides serves MkDocs as resources.
Please install the `mkdocs-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **uv** — uv Python package manager (https://github.com/astral-sh/uv)
- **MkDocs project** — An MkDocs project with the mcp plugin added to mkdocs.yml
Canonical MCP server config (stdio transport):
- command: `uv`
- args: ["run","mkdocs-mcp","-mt","stdio"]
- optional environment variables:
- `MKDOCS_PROJECT_PATH`: Path to the MkDocs project (example: `/path/to/your/mkdocs-project`)
Note: MkDocs plugin that serves MCP. Proof-of-concept.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.MKDOCS_PROJECT_PATHSpecifies the path to your MkDocs project.Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…