فارسی SourCherry
SourCherry Help Centre
HomeMCP Server (2)

Automate Workflows with SourCherry MCP and N8N

SourCherry MCP now works with N8N out of the box, allowing you to connect SourCherry with N8N workflows without requiring custom plugins.


This integration simplifies how you build and automate workflows between both platforms, reducing setup time and complexity. This reduces setup complexity and allows faster automation between SourCherry and N8N.


What’s New

  • Native compatibility between SourCherry MCP and N8N

  • No custom plugins required

  • Faster and simpler integration setup


How It Works


You can now connect SourCherry MCP directly with N8N and begin automating workflows immediately.


This enables you to:

  • Connect SourCherry data with N8N workflows

  • Automate processes across both platforms

  • Build integrations without additional development or plugins


How to Get Started

  1. Log in to your SourCherry MCP account

  2. Configure your MCP connection inside your agent or client

  3. Add your MCP endpoint and authentication headers

  4. Configure your workflows within N8N

  5. Test your workflow to confirm data is flowing correctly


Example: MCP Configuration


Below is an example of how to configure your MCP endpoint and authentication headers inside your agent or client:

{  "mcpServers": {    "ghl-mcp": {      "url": "https://services.leadconnectorhq.com/mcp/",      "headers": {        "Authorization": "Bearer <your-token>",        "locationId": "<your-location-id>"      }    }  } }


This configuration includes:

  • MCP server endpoint

  • Authorization header (Bearer token)

  • Optional locationId for scoped requests


Frequently Asked Questions


Do I need a custom plugin to use N8N with SourCherry MCP?

No. The integration works out of the box without requiring any custom plugins.


Can I use my existing N8N workflows?

Yes. Existing N8N workflows can be used with SourCherry MCP.


Is additional configuration required?

No advanced setup is required beyond connecting the systems and configuring your workflows.


What is the main benefit of this integration?

It allows you to automate workflows between SourCherry and N8N quickly without needing custom development or plugins.


Related Articles