Deploy your MkDocs MCP Server to FastMCP Cloud for free and share with your team.
Fork mkdocs-mcp to your GitHub account.
mkdocs-mcp (or your choice)server.py:mcpmainFastMCP Cloud will:
Your URL will be: https://your-project-name.fastmcp.app/mcp
Give team members:
Example team message:
Our MkDocs MCP Server is live!
URL: https://our-team-docs.fastmcp.app/mcp
Configuration:
{
"mcpServers": {
"mkdocs": {
"url": "https://our-team-docs.fastmcp.app/mcp",
"env": {
"MKDOCS_DOCS_PATH": "YOUR_LOCAL_DOCS_PATH",
"MKDOCS_CONFIG_PATH": "YOUR_LOCAL_MKDOCS_YML_PATH"
}
}
}
}
Replace YOUR_LOCAL_* with your local project paths.
FastMCP Cloud automatically redeploys when you push to your repository:
git add .
git commit -m "Update server"
git push origin main
Your changes will be live in ~30 seconds!
Enable authentication to restrict access to your team:
View your server status at: https://fastmcp.cloud/projects/your-project
Monitor:
Check that:
requirements.txt includes all dependenciesserver.py:mcp is the correct entrypointVerify:
/mcp suffix)Contact FastMCP support to configure a custom domain:
docs-mcp.yourcompany.comCurrently free during beta. Pricing will be announced before general availability.