Skip to content

Cursor

Add the MDtoLink MCP server to Cursor with one click or one command.

Install in Cursor

Or add manually to .cursor/mcp.json in your project:

{
"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.

In Agent mode, ask Cursor things like:

  • “Publish docs/api.md to a shareable URL”
  • “List my MDtoLink documents”
  • “Update the published version of this file”