Set up a connection
Open Connections in your dashboard. Follow the setup steps for your AI tool or create an access key for your own application.
Share and update documents from AI tools such as Claude and Cursor. You can also connect your own application through the API.
Publish, update, and check shares through MCP-compatible tools such as Claude and Cursor. Connect your own application through the REST API. Manage keys and their permissions in the dashboard's Connect section.
publish_share({
title: "Project notes",
html: "<h1>Hello, team.</h1>",
accessMode: "public"
})Open Connections in your dashboard. Follow the setup steps for your AI tool or create an access key for your own application.
Share the document from the tool you use. Upload larger files without pasting their entire contents into the chat.
Update content, organize tags, check viewing status, or revoke access.
Your tool must support ShareHub's MCP connection. The dashboard includes examples for Claude Desktop, Claude Code, and Cursor. Other clients may offer different connection options.
MCP lets AI tools call ShareHub operations. REST exposes HTTP endpoints for your own applications. Both follow the same sharing rules.
The MCP upload flow issues a one-time upload capability, transfers the file, then publishes the uploaded content. The full file does not need to pass through the model's text output.