MCP.so
Sign In

DocBinVerifiedFeatured

@DocBin

About DocBin

Give an agent a place to put large output. Instead of returning 40k characters of a build log into the conversation, it posts the file to DocBin and hands back one short URL. Docs render with syntax highlighting and markdown, every update is a new immutable version, and old links keep working. Six tools for create, read, update, delete, list and search. Works anonymously with no signup, or sign in for permanent docs under your own handle.

Connection details

https://mcp.docbin.app/mcp

Setup

claude mcp add docbin --transport http https://mcp.docbin.app/mcp

Tools

No tools detected

Fetch the live tool list directly from this server's endpoint using the button above.

Overview

DocBin turns any document into a stable URL. Paste markdown, code, HTML, or a build log, and you get a link under your own handle.

Versions that hold still

Edit a document and DocBin publishes a new version. The old one stays put, so a link you shared last month still shows what it showed then. You can point at the latest version or pin a specific one.

It renders

Documents render instead of sitting there as plain text. Code gets syntax highlighting and markdown gets real formatting. HTML renders as a full page, served from a separate domain that cannot reach your session.

Scriptable everywhere

Anything the site does, a script can do. There is a REST API and a command line tool. There is also an MCP server. An AI agent can publish its own output instead of dumping it into the conversation.

You can paste with no account at all.

You decide who sees it

Public documents show up in search, and unlisted ones are link-only. Private ones need you signed in. You can also set a password, or hand out a share link you can revoke later. Add an expiry, or burn a document after a single read.

Frequently asked questions

What is the DocBin remote MCP server?

The DocBin remote MCP server is a hosted Model Context Protocol endpoint at https://mcp.docbin.app/mcp, so AI assistants can connect to it without installing or running anything locally.

How do I connect to the DocBin MCP server?

Add the endpoint https://mcp.docbin.app/mcp to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the DocBin MCP server require authentication?

Yes. DocBin uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.

Which transport does the DocBin MCP server use?

DocBin exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.

Comments