Post Fusion Logo

CONNECT POST FUSION TO YOUR AI TOOLS

Post Fusion provides a Model Context Protocol (MCP) server, letting AI assistants like Claude, Cursor, and VS Code work directly with your Post Fusion account. Once connected, you can ask your AI tool to create and schedule posts, generate videos, manage campaigns, and analyse performance across all your connected social platforms — all in plain language.

This guide walks you through connecting Post Fusion to the most popular AI tools.


WHAT YOU NEED

Before you start, make sure you have:

That single URL is all most tools need. Post Fusion uses secure browser-based sign-in (OAuth), so you never paste passwords or API keys into your AI tool. The first time you connect, a browser window opens for you to log in and approve access.


HOW SIGN-IN WORKS

Post Fusion’s MCP server is protected. When you add it to an AI tool:

  1. The tool opens your browser to the Post Fusion login page.
  2. You sign in with your Post Fusion account and approve the connection.
  3. The tool receives a secure token and connects automatically.

You only do this once per tool. Your AI assistant then acts on your behalf, limited to your own account and data.


CLAUDE

There are two ways to use Post Fusion with Claude, depending on which product you use.

Claude.ai and Claude Desktop (Connectors)

  1. Open Claude and go to Settings → Connectors.

  2. Click Add custom connector.

  3. Enter a name (for example, Post Fusion) and the server URL:

    https://api.postfusion.ai/mcp
  4. Click Add, then Connect. A browser window opens — sign in to Post Fusion and approve access.

  5. Once connected, Post Fusion tools appear in the tools menu of any new chat.

Custom connectors are available on Claude Pro, Max, Team, and Enterprise plans.

Claude Code (CLI)

Run the following command in your terminal:

claude mcp add --transport http postfusion https://api.postfusion.ai/mcp

The next time you start Claude Code, it will prompt you to authenticate in your browser. You can confirm the connection at any time with:

claude mcp list

CURSOR

  1. Open Cursor Settings → MCP (or Tools & Integrations).

  2. Click Add new MCP server (this opens your mcp.json file).

  3. Add the Post Fusion entry:

    {
      "mcpServers": {
        "postfusion": {
          "url": "https://api.postfusion.ai/mcp"
        }
      }
    }
  4. Save the file. Cursor detects the server and prompts you to sign in through your browser.

  5. When the indicator turns green, Post Fusion tools are available to the Agent.


VS CODE (GitHub Copilot)

  1. In your project, create a file at .vscode/mcp.json (or run the MCP: Add Server command from the Command Palette).

  2. Add the following:

    {
      "servers": {
        "postfusion": {
          "type": "http",
          "url": "https://api.postfusion.ai/mcp"
        }
      }
    }
  3. Save the file and click Start above the server entry. A browser window opens for sign-in.

  4. Open Copilot Chat in Agent mode — Post Fusion tools now appear in the tools list.


OTHER MCP-COMPATIBLE TOOLS

Any tool that supports remote (HTTP) MCP servers can connect to Post Fusion. Provide these details:

SettingValue
Server URLhttps://api.postfusion.ai/mcp
TransportStreamable HTTP
AuthenticationOAuth (browser sign-in — no keys required)

Most clients accept a JSON configuration in this shape:

{
  "mcpServers": {
    "postfusion": {
      "url": "https://api.postfusion.ai/mcp"
    }
  }
}

WHAT YOU CAN DO ONCE CONNECTED

After connecting, try asking your AI assistant to:

Your assistant uses Post Fusion’s tools behind the scenes to get it done.


TROUBLESHOOTING


PRIVACY & SECURITY

Access is scoped to your own Post Fusion account. Connections use secure OAuth sign-in, so your credentials are never shared with the AI tool. You can revoke a tool’s access at any time from your Post Fusion account settings. For details on how we handle your data, see our Privacy Policy.