MITPOMITPO
Docs
DemoOpen App
OverviewQuick StartDemo vs full
Marketing FoundationsBrand SetupCampaignsCreative StudioCompetitor IntelAutomationConnect your channelsMarketing AssistantConnect via MCP
FAQSecurityTroubleshootingChangelog
  1. Home
  2. Docs
  3. Connect via MCP

Connect

Connect via MCP

Bring your MITPO account into Claude, Cursor, OpenAI Codex, and any AI tool that speaks the Model Context Protocol.

Open App

Model Context Protocol

Use MITPO from the AI tool you already work in

MITPO runs a hosted MCP server. Connect it once and your assistant — Claude, Cursor, OpenAI Codex, or any MCP-capable tool — can write copy, generate creatives, run campaigns, research competitors, and publish posts directly in your account, without you switching tabs.

  • One connection covers every capability your plan already includes.
  • You sign in and approve exactly what the tool can access — nothing runs until you allow it.

The one address you need

Point any MCP client at the MITPO server URL. It lives on its own subdomain, separate from the app and the API — this exact address, nothing else.

Server URL

Add this as a custom MCP server

Copy it into your client below. Do not use the app or API address — MCP has its own.

https://mcp.mitpo.io/mcp

Two ways to connect

Most people sign in with their MITPO account — the client opens a browser, you log in, and you approve access. For servers or scripts with no browser, use an API key instead.

MethodBest forHow it works
Sign in (recommended)Desktop apps and editors like Claude, Cursor, CodexThe client opens a browser, you sign in, and you approve what it can access. No key to store.
API keyServers, CI, and headless automationSend a key from your developer settings as a Bearer token instead of signing in.

Claude Code

Add the server from your terminal, then sign in from inside Claude Code.

Terminal

One command, then authenticate

After adding it, run /mcp inside Claude Code and choose Authenticate to sign in.

claude mcp add --transport http mitpo https://mcp.mitpo.io/mcp

Claude desktop & claude.ai

Add MITPO as a custom connector from the Claude settings — no config file needed.

  1. 1.

    Open Connectors

    Go to Settings → Connectors → Add custom connector.

  2. 2.

    Paste the server URL

    Enter https://mcp.mitpo.io/mcp and click Connect.

  3. 3.

    Sign in and approve

    Log in to MITPO and approve the access the connector asks for. Tools appear right after.

Cursor

Add MITPO to your Cursor MCP config. Cursor opens a browser to sign in the first time it calls a tool.

~/.cursor/mcp.json

Add MITPO to your MCP servers

Create the file if it does not exist, then reload Cursor.

{
"mcpServers": {
"mitpo": {
"url": "https://mcp.mitpo.io/mcp"
}
}
}

OpenAI Codex CLI

Add a server entry to your Codex config, then sign in from the terminal.

~/.codex/config.toml

Add the server, then run codex mcp login mitpo

The url key makes it a remote server; auth = "oauth" triggers the sign-in flow.

[mcp_servers.mitpo]
url = "https://mcp.mitpo.io/mcp"
auth = "oauth"

Any other MCP client

MITPO works with any client that supports remote MCP over the streamable-http transport. Point it at the server URL and sign in. For a client with no browser, send an API key as a Bearer token instead.

Request header

Authenticate a headless client with a key

Create a key in your developer settings, then send it on every request.

Authorization: Bearer mk_live_your_api_key_here

What your assistant can do

Once connected, the client can act across your account. Everything it does respects your plan, your credits, and the access you approved.

AreaWhat you can do
Copy & contentWrite and refine marketing copy, and generate on-brand content for any channel.
CreativeGenerate and edit images, video, motion graphics, voiceover, and personas.
CampaignsCreate, update, list, and optimize campaigns.
PublishingPublish social posts and track every one — approve, cancel, or check status.
ResearchRun competitor research, analyze a market, pull trends, and validate an idea.
Brand & workspaceRead your brand voice, list connected channels, and check usage.
AutomationsRun your workflows and ask your marketing assistant.

Permissions & credits

When you sign in, MITPO shows exactly what the client can do — split into read and write access — and nothing runs until you approve. Generating images, video, copy, and other AI work uses your credits, the same as in the app. You can revoke any connected client anytime from your settings.

See also
  • Creative Studio

    How credits work for image, video, and speech generation.

  • Security & data handling

    How MITPO authenticates connections and isolates your data.

Previous

Marketing Assistant

Next

FAQ

On this page

  • The one address you need
  • Two ways to connect
  • Claude Code
  • Claude desktop & claude.ai
  • Cursor
  • OpenAI Codex CLI
  • Any other MCP client
  • What your assistant can do
  • Permissions & credits
MITPOMITPO© 2026 MITPO
PrivacyTermsBlogGitHub