Connect the tools you use.
Keep your workflow moving.

Share and update documents from AI tools such as Claude and Cursor. You can also connect your own application through the API.

Keep working in your tools.
Share from there.

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.

ShareHubInteractive example

Publish from your agent.

publish_share({
  title: "Project notes",
  html: "<h1>Hello, team.</h1>",
  accessMode: "public"
})
One source. The same sharing rules.
01

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.

02

Create and publish

Share the document from the tool you use. Upload larger files without pasting their entire contents into the chat.

03

Manage the same link

Update content, organize tags, check viewing status, or revoke access.

Your questions,
clear answers.

Does every AI tool work?

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.

How are MCP and REST different?

MCP lets AI tools call ShareHub operations. REST exposes HTTP endpoints for your own applications. Both follow the same sharing rules.

How are large documents transferred?

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.