Connect an AI assistant

Link Claude, ChatGPT, Cursor, or any MCP client to your SocialCRM workspace. Once connected, the assistant can read your analytics, draft posts in your voice, and schedule content, all on your account and within your plan limits.

Server URL

This is the address you paste into your assistant when it asks for a custom connector or MCP server.

https://api.socialcrm.org/mcp

How connecting works

  1. You add the server URL above to your assistant.
  2. The assistant opens a SocialCRM sign-in page in your browser.
  3. You sign in and approve the permissions you want to grant.
  4. The assistant is connected. No keys or passwords change hands.

You never paste a password or API key into the assistant. Sign-in happens on SocialCRM's own pages, and you can revoke access at any time.

Step by step

Claude

Open Settings > Connectors > Add custom connector, paste the server URL, and follow the sign-in prompt.

ChatGPT

Open Settings > Connectors > Add, paste the server URL, and approve the permissions when prompted.

Cursor and Claude Code

Add the server to your MCP config:

{
  "mcpServers": {
    "socialcrm": {
      "url": "https://api.socialcrm.org/mcp"
    }
  }
}

What you are approving

During sign-in you choose which permissions to grant. Each permission unlocks a set of tools the assistant can use on your behalf.

PermissionWhat it lets the assistant doTools
insights:readRead analytics, accounts, persona, and trendsget_persona list_social_accounts get_account_analytics get_post_analytics list_trending
posts:readRead your postslist_posts get_post
posts:writeDraft and edit postscreate_post update_post
posts:publishSchedule and publish postsschedule_post publish_post
ai:generateGenerate and rewrite content in your voicegenerate_content rewrite_content generate_ideas

Manage and disconnect

Security

Troubleshooting