Mkdocs MCP
Rank #19,087io.github.ubaumann/mkdocs-mcp
MCP server providing mkdocs-mcp capabilities
Mkdocs MCP is a Model Context Protocol (MCP) server published by ubaumann. It ranks #19,087 of 132,046 servers tracked on MCP Toplist, and its repository has 9 GitHub stars. Mkdocs MCP is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Apr 20, 2025 and most recently updated on Sep 20, 2025.
Ranks ahead of 112,959 of 132,046 servers on MCP Toplist.
Use Mkdocs MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mkdocs-mcp -e "MKDOCS_PROJECT_PATH=<your MKDOCS_PROJECT_PATH>" -- uvx mkdocs-mcpReplace each placeholder with your own value before saving.
[mcp_servers.mkdocs-mcp]
command = "uvx"
args = ["mkdocs-mcp"]
[mcp_servers.mkdocs-mcp.env]
MKDOCS_PROJECT_PATH = "<your MKDOCS_PROJECT_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mkdocs-mcp": {
"command": "uvx",
"args": [
"mkdocs-mcp"
],
"env": {
"MKDOCS_PROJECT_PATH": "<your MKDOCS_PROJECT_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mkdocs-mcp": {
"command": "uvx",
"args": [
"mkdocs-mcp"
],
"env": {
"MKDOCS_PROJECT_PATH": "<your MKDOCS_PROJECT_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mkdocs-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"mkdocs-mcp"
],
"env": {
"MKDOCS_PROJECT_PATH": "<your MKDOCS_PROJECT_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mkdocs-mcp": {
"command": "uvx",
"args": [
"mkdocs-mcp"
],
"env": {
"MKDOCS_PROJECT_PATH": "<your MKDOCS_PROJECT_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mkdocs-mcp": {
"command": "uvx",
"args": [
"mkdocs-mcp"
],
"env": {
"MKDOCS_PROJECT_PATH": "<your MKDOCS_PROJECT_PATH>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ubaumann%2Fmkdocs-mcp)<a href="https://mcptoplist.com/server/io.github.ubaumann%2Fmkdocs-mcp"><img src="https://mcptoplist.com/badge/io.github.ubaumann%2Fmkdocs-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
ubaumann
Available versions (2)
| Version | Published |
|---|---|
| 0.1.2 | Sep 20, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Mkdocs MCP?
- Mkdocs MCP is maintained by ubaumann, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Mkdocs MCP listed on the Official MCP Registry?
- Yes — Mkdocs MCP is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Mkdocs MCP have?
- MCP Toplist tracks 2 versions of Mkdocs MCP, most recently published on Sep 20, 2025.
- Where can I find the source code for Mkdocs MCP?
- The source code for Mkdocs MCP is hosted at github.com/ubaumann/mkdocs-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.