API & Agentic

Install the mdtidy skill into your agent, connect over MCP, or call the API directly. Pick the path that fits your workflow.

Install the mdtidy skill

Teach your agent to clean, convert, save, and share Markdown — across 20+ tools. Install with skills.sh, or as a Claude Code plugin.

Any agent — skills.sh
One command installs the skill into your tool of choice. It uses the mdtidy MCP tools when present, otherwise the REST API — so it works with or without MCP.
npx skills add mdtidy/mdtidy-agents

Works in

  • Claude Code
  • Cursor
  • Codex
  • GitHub Copilot
  • Windsurf
  • Gemini
  • Cline
  • AMP
  • Antigravity
  • ClawdBot
  • Droid
  • Goose
  • Kilo
  • Kiro CLI
  • Nous Research
  • OpenCode
  • Roo
  • Trae
  • VS Code
  • Zed
Claude Code — plugin
The plugin bundles the skill and the MCP server (all 12 tools), pre-wired — no JSON to edit.
1.Add the marketplace
/plugin marketplace add mdtidy/mdtidy-agents
2.Install the plugin
/plugin install mdtidy@mdtidy
3.Activate it
/reload-plugins

Loads the mdtidy tools into the session — they aren't live until you reload (or restart Claude Code).

4.Set your API key
export MDTIDY_API_KEY=mt_live_…

Export it in the shell before you launch Claude Code, so the bundled server can authenticate.

View the plugin source

Either way, you'll need an API key. Create one and set MDTIDY_API_KEY (or paste it when the skill asks).