Guide

Use XtraPush inside Claude (MCP)

XtraPush works as a Model Context Protocol (MCP) server, so Claude can generate images, video and deep insight as tools — without leaving your editor. Here's the full setup.

  1. 1

    Upgrade to Galaxy or higher

    MCP access is included on the Creator (Galaxy), Pro and Studio plans. Upgrade on the pricing page.

  2. 2

    Create an API key

    In XtraPush, open Settings → Claude MCP and create a key. Copy it — it's shown only once.

  3. 3

    Add the server to Claude Code

    Run: claude mcp add --transport http xtrapush https://www.xtrapush.space/api/mcp --header "Authorization: Bearer YOUR_KEY".

  4. 4

    Generate from Claude

    Ask Claude to create an image, video or insight. It calls generate_image, generate_video or generate_insight, and the result is saved to your XtraPush library.

# Claude Code
claude mcp add --transport http xtrapush \
https://www.xtrapush.space/api/mcp \
--header "Authorization: Bearer YOUR_KEY"

Ready to connect? See plans or open Settings → Claude MCP.