Skip to content

Cline

Add the MDtoLink MCP server to Cline in VS Code.

Install in VS Code

Or configure manually in Cline’s MCP settings:

{
"mcpServers": {
"mdtolink": {
"command": "npx",
"args": ["-y", "-p", "mdtolink", "mdtolink-mcp"],
"env": {
"MDTOLINK_API_KEY": "mdtolink_xxxxxxxxxxxx"
}
}
}
}

Get your API key from your account settings. If you’ve already run mdtolink login, the env block is optional.

Ask Cline things like:

  • “Publish README.md to a shareable URL”
  • “List my MDtoLink documents”
  • “Update the published version of this document”