Skip to main content

Choose Your Setup Method

Synta MCP supports two authentication methods:

OAuth

Easy setup - One-click install with automatic credential syncRequirements:
  • A Synta account at synta.io
  • Your n8n instance setup in your Synta account
  • A paid Claude plan (Pro, Team, or Enterprise)
For free plan users, see API Key installation.

API Key

Full control - Manual credential managementWorks on all Claude plans, but only in the desktop app.Requirements:

How to Get These Details

  1. Go to synta.io
  2. Click Continue with Google to sign up or log in
  3. Complete the onboarding to configure your n8n instance URL and API key (and optionally login email and password for self-healing)
  4. Your credentials are now stored securely for OAuth access
Your n8n instance must be publicly accessible (e.g., https://your-instance.app.n8n.cloud). Localhost URLs are not supported.

Configuration by Client

Select your AI client below:
OAuth provides automatic credential sync from your Synta account.
One-Click InstallRecommended
Click the button to add Synta MCP to Cursor automatically:
or
1

Open Cursor Settings

Go to CursorSettingsCursor SettingsTools & MCP
2

Add MCP Server

Click on “New MCP Server” and add the configuration below:
{
  "mcpServers": {
    "synta-mcp": {
      "url": "https://mcp.synta.io/mcp"
    }
  }
}
3

Authenticate

When Cursor connects, it will open your browser for OAuth. Log in with the same account you used at synta.io.
Highly recommended: Configure Rules & Agent Instructions to improve workflow quality.

Verify Installation

After setup, verify by asking your AI agent:
Can you search for the slack node in n8n?
Your AI should respond with Slack node search results if configured correctly.
Having issues? Check the Troubleshooting page for common problems and solutions.

Next Steps

Explore Agent Tools

Discover all 22 MCP tools with self-healing capabilities

Configure Agent Rules

Set up client-specific rules for optimal workflow building