Back to the catalog

com.mdtidy/mcp

Clean, repair, and convert AI-generated Markdown to HTML/PDF/DOCX/PNG; save and share documents.

Open source Repository Open in the app JSON README (API)

About

Clean, repair, and convert AI-generated Markdown to HTML/PDF/DOCX/PNG; save and share documents.

Details

Kind
MCP servers
Topic
Files & documents
Publisher
com.mdtidy
Origin
official
Category
ferramentas
Transport
http
Version
1.1.11
Added
2026-08-29 03:01:15
Updated
2026-09-13 03:10:10
Origin id
com.mdtidy/mcp

README

# @mdtidy/mcp

Model Context Protocol server for **[mdtidy.com](https://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:

```bash
# Claude Code
claude mcp add mdtidy --env MDTIDY_API_KEY=mt_live_… -- npx -y @mdtidy/mcp
```

```json
// 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. Reads `MDTIDY_API_KEY` (and optional
  `MDTIDY_BASE_URL`).
- `@mdtidy/mcp/http` — `createMcpRouteHandler()`, the stateless Streamable-HTTP
  handler the mdtidy `/mcp` route mounts.
- `@mdtidy/mcp` — library exports (`registerTools`, `REGISTRY`, `createMdtidyClient`, …).

Full tool reference: <https://github.com/mdtidy/mdtidy-agents/blob/main/docs/tools.md>.

MIT.

More