How to Use MCP Connectors
Learn how to connect Reepl to Claude Desktop and other AI assistants using the MCP server
Reepl's MCP (Model Context Protocol) server connects your account with Claude Desktop and other MCP-compatible AI clients. Once connected, you can create drafts, publish posts, schedule content, manage contacts, and generate images -- all through natural language conversations with your AI assistant.
Start the OAuth connection
Open your MCP client (such as Claude Desktop) and add the Reepl MCP server at https://mcp.reepl.io. The client initiates an OAuth 2.0 authorization flow.
Authorize Reepl
You are redirected to the Reepl web app's authorization page. Log in with your Reepl credentials and approve the connection.
Complete setup
After authorization, the MCP client receives an API key. Claude Desktop (and other MCP clients) stores this key automatically for future sessions.
Your AI assistant now has access to 19 Reepl tools organized into six categories.
Available tools
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 |
Collections and Posts
| Tool | What it does |
|---|---|
get_collections | Get your saved post collections |
get_saved_posts | Get posts from a specific collection |
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 |
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