Connect Reepl to AI Tools With MCP

Set up MCP connectors to use Reepl with Claude Desktop, ChatGPT, Cursor, and other AI tools that support the Model Context Protocol

The Model Context Protocol (MCP) lets AI tools interact with Reepl directly. You can create drafts, publish posts, schedule content, manage contacts, generate images, and access your Reepl data from within AI assistants like Claude Desktop, ChatGPT, Cursor, and other MCP-compatible tools -- all without opening the Reepl web app.

MCP Connectors require a Premium plan or above. Visit Settings > Plans & Pricing to upgrade.

Set up MCP

Open the MCP Connectors page

Navigate to Settings > MCP Connectors or go directly to MCP Connectors in the app. You see setup guides for Claude Desktop and ChatGPT, with a toggle to switch between Simple (visual guide) and Advanced (code configuration) modes.

Choose your AI app and follow the setup guide

Simple mode:

  1. Open Claude Desktop and go to Settings > Connectors > Add Custom Connector
  2. Enter "Reepl" as the connector name
  3. Copy the Remote MCP server URL from the Reepl page and paste it into Claude Desktop
  4. Click Add to complete the connection

Advanced mode:

Copy the JSON configuration snippet from the Reepl page and paste it into your claude_desktop_config.json file.

Simple mode:

  1. Open ChatGPT and go to Settings > Connectors > Advanced
  2. Turn on Developer Mode
  3. Click Create to add a new connector
  4. Enter "Reepl" as the name and paste the Remote MCP server URL
  5. Complete the connection

Advanced mode:

Use the provided OAuth configuration details to set up the connector manually in ChatGPT's settings.

Any MCP-compatible client can connect to the Reepl MCP server at https://mcp.reepl.io. The server uses standard MCP protocol over HTTP.

  1. Open your MCP client's settings and add a new server
  2. Paste the Reepl server URL and your API key
  3. Consult your tool's documentation for any client-specific configuration steps

Authenticate with Reepl

When prompted, log in with your Reepl credentials. The OAuth 2.0 flow generates a secure API key linked to your account. Your key is displayed on the MCP page with a masked preview and a copy button. Claude Desktop and other MCP clients store this key automatically for future sessions.

Test the connection

After configuring, verify the connection works:

  1. Ask your AI tool to list your recent Reepl drafts or scheduled posts
  2. Try creating a draft post through the AI tool
  3. Verify the draft appears in your Reepl content creator

If the connection fails, double-check your API key and server URL. Ensure your Reepl plan includes API access.

Available tools

Once connected, your AI assistant has access to 19 Reepl tools organized into six categories.

Draft Management

ToolWhat it does
create_draftCreate a LinkedIn post draft (plain text only)
get_draftsGet all drafts with optional limit and search
update_draftUpdate an existing draft
delete_draftDelete a draft

Publishing and Scheduling

ToolWhat it does
publish_to_linkedinPublish directly to LinkedIn (max 3,000 characters)
schedule_postSchedule for a future time (rounded to 15-minute intervals)
update_scheduled_postModify a scheduled post's time, content, or visibility

Content Retrieval

ToolWhat it does
get_published_postsGet your published LinkedIn posts
get_scheduled_postsGet your scheduled posts
get_user_profileGet your name, email, and LinkedIn URL

Contacts and Lists

ToolWhat it does
get_contactsGet saved contacts and profiles
get_listsGet your contact lists

Templates

ToolWhat it does
get_templatesGet saved templates and ideas

AI Features

ToolWhat it does
generate_imageGenerate an AI image (8 styles: infographic, minimal-illustration, bold-text, screenshot-social-proof, comic-storyboard, realistic-portrait, diagram-flowchart, custom)
get_voice_profileGet your learned voice profile patterns
update_voice_profileUpdate your voice profile settings

Example prompts

With the connection active, you can work with Reepl through natural language:

  • "Create a LinkedIn post about remote work productivity tips"
  • "Show me my scheduled posts for this week"
  • "Add this contact to my Prospects list"
  • "Generate an infographic image about AI trends"

The AI tool translates your request into Reepl API calls and returns the results.

Important constraints

  • LinkedIn posts must be plain text only -- LinkedIn does not render markdown
  • Posts are limited to 3,000 characters
  • Scheduled posts are rounded to the nearest 15-minute interval
  • Image generation requires a Gemini API key linked in Settings > AI Models & API
  • Voice profile updates respect the allowAutoUpdate lock setting

Manage access and security

Review your MCP connections periodically:

  • Rotate your API key if you suspect it has been compromised (regenerate at Settings > Apps & API)
  • Remove MCP connections from tools you no longer use
  • Check AI Models settings to ensure the correct AI model is being used for MCP-initiated content generation