MCP server
md-bin exposes a Model Context Protocol (MCP) server. Connect it to any MCP-compatible AI to create and delete pastes directly from your conversations.
Server URL
Point your AI client at the following URL to connect:
https://md-bin.com/mcp
Claude Desktop
In your claude_desktop_config.json, add an entry under mcpServers:
{
"mcpServers": {
"md-bin": {
"command": "npx",
"args": [
"mcp-remote",
"https://md-bin.com/mcp"
]
}
}
}Claude Code
Run the following command in your terminal:
claude mcp add --transport http md-bin https://md-bin.com/mcp
Available tools
create_pasteβ create a markdown paste and receive a URL and delete tokendelete_pasteβ delete a paste using its key and delete token
What is md-bin?
md-bin is an anonymous markdown paste tool. Paste text, get a shareable URL. No account required.
How pastes work
Content is stored as-is. Pastes expire based on the duration chosen at creation. A URL is generated immediately on submit and can be shared with anyone.
Delete tokens
The delete token shown after creation is the only way to delete a paste. It is not stored anywhere else and cannot be recovered. Save it somewhere safe if you need to delete your paste later.
Risks
Paste URLs are public and unguessable but not private. Anyone with the URL can read the content. Do not paste sensitive data (passwords, private keys, personal information). Content is stored on Cloudflare infrastructure and subject to their data handling policies.