Catalog
com.mdtidy/mcp
OfficialClean, repair, and convert AI-generated Markdown to HTML/PDF/DOCX/PNG; save and share documents.
Convert and repair AI-generated Markdown into HTML, PDF, DOCX, and PNG formats.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
MDTIDY_API_KEYrequiredsecretmdtidy API key (mt_live_… / mt_test_…). Create one at https://mdtidy.com/account/api-keys.
MDTIDY_BASE_URLOverride the API base URL. Defaults to https://mdtidy.com.
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@mdtidy/mcp@1.1.11"
],
"env": {
"MDTIDY_API_KEY": "<YOUR_MDTIDY_API_KEY>",
"MDTIDY_BASE_URL": "<YOUR_MDTIDY_BASE_URL>"
}
}
}
}