ReeplDOCS

How to Connect Reepl via MCP

Connect Reepl to Claude Desktop, ChatGPT, Cursor, or OpenClaw using the Model Context Protocol to write posts, schedule content, manage carousels, and more through natural language

The Reepl MCP server lets you control Reepl directly from your AI client. Once connected, you can write and publish LinkedIn posts, schedule content, manage drafts, generate carousels, look up contacts, track analytics, and pull your signals feed — all through natural language. No switching tabs, no copy-pasting.

Before you start: MCP requires a Premium plan. You also need one of the four supported AI clients installed or configured on your device.

Supported clients

Connect to Claude Desktop

Open MCP Setup in Reepl

Navigate to MCP Setup in Reepl (from the left sidebar or go to app.reepl.io/mcp-setup). Select Claude as your app.

Authorize with your Reepl account

Click Connect to Claude Desktop. You will be redirected to https://mcp.reepl.io/oauth/authorize to log in with your Reepl credentials. After authorizing, you will see your MCP configuration.

Add the configuration to Claude Desktop

Open your Claude Desktop configuration file:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

Add the Reepl server block with your API key:

{
  "mcpServers": {
    "reepl": {
      "command": "curl",
      "args": [
        "-X", "POST",
        "-H", "Content-Type: application/json",
        "-H", "Authorization: Bearer YOUR_API_KEY",
        "--data-binary", "@-",
        "https://mcp.reepl.io/mcp"
      ]
    }
  }
}

Replace YOUR_API_KEY with the key shown on the setup page.

Restart Claude Desktop

Quit and relaunch Claude Desktop. The Reepl tools will be available in your next conversation.

Connect to ChatGPT

Open MCP Setup in Reepl

Navigate to MCP Setup in Reepl and select ChatGPT as your app.

Authorize and note the server URL

Click Connect to complete the OAuth flow. Your MCP server URL is https://mcp.reepl.io/mcp.

Create a custom connector in ChatGPT

In ChatGPT, go to Settings > Connectors > Advanced and enable Developer Mode. Click Create to add a new connector.

Enter the connection details

Set the connector name to Reepl, enter https://mcp.reepl.io/mcp as the server URL, and select OAuth 2.0 as the authentication method. Complete the OAuth flow when prompted.

Connect to Cursor

Open MCP Setup in Reepl

Navigate to MCP Setup in Reepl and select Cursor as your app. Complete the OAuth flow at https://mcp.reepl.io/oauth/authorize to get your API key.

Add the server to Cursor

Open Cursor's MCP settings (typically under Settings > MCP Servers or in ~/.cursor/mcp.json). Add the Reepl server:

{
  "mcpServers": {
    "reepl": {
      "url": "https://mcp.reepl.io/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Replace YOUR_API_KEY with the key from the setup page.

Restart Cursor

Reload the Cursor window. Reepl tools will be available to the Cursor AI agent.

Connect to OpenClaw

Open MCP Setup in Reepl

Navigate to MCP Setup in Reepl and select OpenClaw as your app. Complete the OAuth flow to authorize your account.

Add the server in OpenClaw

In OpenClaw, go to Connectors > Add Server. Enter https://mcp.reepl.io/mcp as the server URL and paste your API key when prompted.

Confirm the connection

OpenClaw will list available Reepl tools once the connection is established. You can verify by asking it to fetch your recent drafts.

What you can do with Reepl via MCP

Once connected, your AI client has access to 46 tools across eight capability areas. For the full tool list and constraints, see the MCP Connectors reference.

Draft management — Create, search, update, and delete LinkedIn post drafts.

Publishing and scheduling — Publish immediately, schedule for a future time, modify scheduled posts, or cancel them. Schedule existing drafts directly.

Content retrieval — Retrieve published posts, scheduled posts, and your account profile. All retrieval tools support cursor-based pagination for large result sets.

Post engagement — Comment on published LinkedIn posts (max 1,250 characters; not supported on reshares or restricted posts).

Carousel management — Generate AI slide content from a topic or URL, then save, edit, and delete carousel drafts. Your brand kit is applied automatically if no theme is specified.

Contacts and lists — Search contacts, browse contact lists, and add contacts to lists.

Twitter / X — Create tweets and threads, schedule them, manage tweet drafts, retrieve published and scheduled tweets, and pull Twitter analytics. Polls, quote tweets, and threads are all supported.

Analytics — Per-post LinkedIn engagement metrics, aggregate LinkedIn stats, and aggregate Twitter/X analytics.

AI and voice — Generate AI images in 8 styles, retrieve your voice profile with learned writing patterns, and update your voice profile instructions.

Ideas and signals — List and filter content ideas by status and source, generate new ideas from existing content (uses credits), and pull your personalized signals feed from Reddit, YouTube, RSS, and trending topics.

Example prompts

Once connected, you can use natural language like:

  • "Write a LinkedIn post about remote work productivity and save it as a draft."
  • "Schedule my latest draft for tomorrow at 8 AM in my timezone."
  • "Generate a 6-slide carousel about negotiation tips and save it."
  • "Show me all my posts scheduled for this week."
  • "Find contact Jane Smith in my Reepl contacts."
  • "Tweet a thread about the three biggest mistakes founders make when hiring."
  • "What were my top-performing LinkedIn posts last month?"
  • "Pull my signals inbox and suggest three post ideas."

Token refresh and re-authentication

ID tokens refresh automatically during active sessions. Refresh tokens expire after 30 days of inactivity — after that, you need to complete the OAuth flow again. If your MCP client shows an authentication error, return to MCP Setup in Reepl and reconnect.

Troubleshooting