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:
- Open Claude Desktop and go to Settings > Connectors > Add Custom Connector
- Enter "Reepl" as the connector name
- Copy the Remote MCP server URL from the Reepl page and paste it into Claude Desktop
- 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:
- Open ChatGPT and go to Settings > Connectors > Advanced
- Turn on Developer Mode
- Click Create to add a new connector
- Enter "Reepl" as the name and paste the Remote MCP server URL
- 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.
- Open your MCP client's settings and add a new server
- Paste the Reepl server URL and your API key
- 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:
- Ask your AI tool to list your recent Reepl drafts or scheduled posts
- Try creating a draft post through the AI tool
- 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
| Tool | What it does |
|---|---|
create_draft | Create a LinkedIn post draft (plain text only) |
get_drafts | Get all drafts with optional limit and search |
update_draft | Update an existing draft |
delete_draft | Delete a draft |
Publishing and Scheduling
| Tool | What it does |
|---|---|
publish_to_linkedin | Publish directly to LinkedIn (max 3,000 characters) |
schedule_post | Schedule for a future time (rounded to 15-minute intervals) |
update_scheduled_post | Modify a scheduled post's time, content, or visibility |
Content Retrieval
| Tool | What it does |
|---|---|
get_published_posts | Get your published LinkedIn posts |
get_scheduled_posts | Get your scheduled posts |
get_user_profile | Get your name, email, and LinkedIn URL |
Contacts and Lists
| Tool | What it does |
|---|---|
get_contacts | Get saved contacts and profiles |
get_lists | Get your contact lists |
Templates
| Tool | What it does |
|---|---|
get_templates | Get saved templates and ideas |
AI Features
| Tool | What it does |
|---|---|
generate_image | Generate an AI image (8 styles: infographic, minimal-illustration, bold-text, screenshot-social-proof, comic-storyboard, realistic-portrait, diagram-flowchart, custom) |
get_voice_profile | Get your learned voice profile patterns |
update_voice_profile | Update 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
allowAutoUpdatelock 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