Native MCP

The home your AI agents publish pages to.

GitHub Pages, Netlify and Vercel have no MCP server. ShareMyPage does. Point Claude, Cursor, ChatGPT or any MCP client at one endpoint and create, update and organize access-controlled pages without leaving your tools.

MCP endpointhttps://sharemypage.app/api/mcp
Full setup docs

Connect in two steps

Web clients connect over OAuth, just paste the URL. Config-file clients use a scoped token.

1

Create a scoped token

In Settings, Connect AI, generate a token scoped to one workspace. It's shown once and revocable anytime.

Get your token
2

Add the endpoint to your client

Drop the server into your client's MCP config. The same endpoint works everywhere.

// any config-file client (Claude Desktop, Cursor, Gemini CLI, Copilot){
  "mcpServers": {
    "sharemypage": {
      "url": "https://sharemypage.app/api/mcp",
      "headers": { "Authorization": "Bearer YOUR_TOKEN" }
    }
  }
}
// Claude Code, one lineclaude mcp add --transport http sharemypage \
  https://sharemypage.app/api/mcp \
  --header "Authorization: Bearer YOUR_TOKEN"

Use the ?key= URL instead if your client can't send headers.

Works with your stack

Claude (web & desktop)

Add a custom connector and paste the URL. Approve over OAuth, no token needed.

ChatGPT

Connectors, developer mode, paste the URL. OAuth, no token needed.

Claude Code

One claude mcp add command with the endpoint and your token.

Cursor

Add the server block to your MCP config with a Bearer token.

VS Code Copilot

Register an MCP server in settings.json with your token.

Gemini CLI

Add the server to settings.json, or use the ?key= URL.

Native MCP

Twelve tools, the full page lifecycle

Everything an agent needs to create, revise and organize pages, plus read your team's comments to act on feedback.

Scoped tokens · read/write per page · revoke anytime

// sharemypage · mcp server · 12 tools

  • statusShow your connection: workspace, plan, and page count.
  • list_pagesList pages in the workspace, optionally by folder.
  • list_foldersList the workspace’s folders.
  • get_pageReturn a page’s current HTML and metadata.
  • list_commentsRead a page’s comments, each with the text it points at, so you can revise.
  • create_pageCreate a page from HTML or Markdown and get its shareable URL.
  • update_pageReplace a page’s HTML or change its settings.
  • patch_pageReplace an exact snippet of a page’s HTML, without resending the whole document.
  • delete_pageDelete a page by id.
  • resolve_commentMark a comment resolved once you’ve applied its feedback.
  • comment_on_pagePost a comment on a page, or reply to a comment thread.
  • send_feedbackSend feedback about the MCP server to the ShareMyPage team.

Give your agents a place to publish.

Free to start. Scoped tokens, EU-hosted, revoke anytime.