@mdtidy/mcp
v1.1.13
Published
Model Context Protocol server for Markdown Tidy (mdtidy.com) — tidy, convert, save, and share Markdown from any AI agent.
Maintainers
Readme
@mdtidy/mcp
Model Context Protocol server for mdtidy.com — clean, convert, save, and share Markdown from any AI agent.
Use it
Create an API key at https://mdtidy.com/account/api-keys, then:
# Claude Code
claude mcp add mdtidy --env MDTIDY_API_KEY=mt_live_… -- npx -y @mdtidy/mcp// Any stdio client (.mcp.json / client MCP config)
{
"mcpServers": {
"mdtidy": {
"command": "npx",
"args": ["-y", "@mdtidy/mcp"],
"env": { "MDTIDY_API_KEY": "${MDTIDY_API_KEY}" }
}
}
}Or point any client at the hosted https://mdtidy.com/mcp with
Authorization: Bearer mt_live_….
Entry points
mdtidy-mcp(bin) — stdio server. ReadsMDTIDY_API_KEY(and optionalMDTIDY_BASE_URL).@mdtidy/mcp/http—createMcpRouteHandler(), the stateless Streamable-HTTP handler the mdtidy/mcproute mounts.@mdtidy/mcp— library exports (registerTools,REGISTRY,createMdtidyClient, …).
Full tool reference: https://github.com/mdtidy/mdtidy-agents/blob/main/docs/tools.md.
MIT.
