Articles on: API

How to connect CrowdReply MCP

Connect CrowdReply to Claude or Cursor so your AI assistant can use your account through MCP.


Connect in Claude


  1. Open Settings in the sidebar.
  2. Go to Connectors and choose Add custom connector.
  3. Set Name to CrowdReply.
  4. Set URL to https://mcp.crowdreply.io/mcp/client
  5. Save the connector and complete any sign-in steps shown.


Connect in Cursor


  1. Open your project .cursor/mcp.json file (or your global Cursor MCP config).
  2. Add the following snippet:


{
  "mcpServers": {
    "CrowdReply": {
      "url": "https://mcp.crowdreply.io/mcp/client",
      "headers": {}
    }
  }
}


  1. Save the file.
  2. Restart Cursor if the connector does not appear right away.


Good to know


  • The MCP server URL is always https://mcp.crowdreply.io/mcp/client.
  • In the dashboard, use the connect buttons on MCP settings when they are available — you do not need to follow every manual step if the button works for your tool.
  • If you remove CrowdReply from Claude or Cursor, the dashboard may not know right away. You can always reconnect using the steps above.
  • Integrations marked Upcoming in MCP settings are not ready yet.




Updated on: 29/06/2026

Was this article helpful?

Share your feedback

Cancel

Thank you!