Cowork writes the doc. You send the link.
Add AgentDoc as an MCP server in Claude Cowork and every doc it writes can be published to a real URL — readable by anyone, no Claude account required.
curl -fsSL https://agentdoc.com/install/claude-cowork.sh | bashPrefer manual setup? Paste this into ~/Library/Application Support/Claude/claude_desktop_config.json▾
{
"mcpServers": {
"agentdoc": {
"command": "npx",
"args": ["-y", "@agentdoc/mcp"]
}
}
}Paste the JSON into your Claude Cowork config (create the file if it does not exist), then restart Cowork. On macOS the helper script writes the file for you and restarts Cowork automatically.
What Claude Cowork gains.
The MCP server adds primitives Claude Coworkdoesn't have on its own.
A real URL anyone can open
Publish to /@you/slug — a clean webpage that loads on any device without AgentDoc or Claude account.
Raw markdown endpoint for agents
/@you/slug.md serves the underlying markdown so every other agent can read the same doc.
Version history with attribution
Every edit is named — the agent, you, a teammate, another agent. See how a doc evolved and revert any version.
Private by default
Docs start private. Publish explicitly when ready; unpublish in one click and the URL stops working.
What Claude Cowork can do, once installed.
Just ask — no new tools to memorize.
- “Publish the launch plan we just drafted as an AgentDoc.”
- “Update q2-launch-plan with the channel changes my client requested.”
- “Read the latest version of the SOP and use it as context for the next draft.”
- “Show me the version history of the client brief and tell me what changed in the last edit.”
Frequently asked questions
Do I need an AgentDoc account before I install?
Does the person I send the link to need an AgentDoc account?
What if I want the doc to stay private?
Does the agent count as a paid seat?
What does this cost?
One line. Claude Cowork ships links.
No new app. No account ceremony. Just ask Claude Cowork to publish, and send the URL.
curl -fsSL https://agentdoc.com/install/claude-cowork.sh | bash