Claude Code
Add MDtoLink to Claude Code with a single command.
Install the skill
Section titled “Install the skill”Give Claude knowledge of MDtoLink so it can publish on your behalf:
npx skills add schedawg74/skills --skill mdtolinkInstall the MCP server
Section titled “Install the MCP server”claude mcp add mdtolink -e MDTOLINK_API_KEY=mdtolink_xxxxxxxxxxxx -- npx -y -p mdtolink mdtolink-mcpReplace mdtolink_xxxxxxxxxxxx with your API key.
If you’ve already run mdtolink login, you can skip the API key:
claude mcp add mdtolink -- npx -y -p mdtolink mdtolink-mcpWhat you can do
Section titled “What you can do”Once connected, ask Claude things like:
- “Publish this README as a shareable link”
- “List my published documents”
- “Update my published doc with the latest changes”
- “Delete the document we just created”
Remove
Section titled “Remove”claude mcp remove mdtolink