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

API Key

Full control - Manual credential managementRequirements:

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 coding agent below:
OAuth provides automatic credential sync - your n8n instance configured at synta.io/mcp is used automatically.
One-Click InstallRecommended
Click the button to add Synta MCP to Cursor automatically:
or
1

Open Cursor Settings

Go to CursorSettings…Cursor SettingsMCPOr press Cmd+Shift+P (macOS) / Ctrl+Shift+P (Windows/Linux) and type “Cursor Settings”
2

Add MCP Server

Click “Add a Custom MCP Server” or edit your config file directly:Config file location:
  • macOS: ~/.cursor/mcp.json
  • Windows: %APPDATA%\Cursor\mcp.json
  • Linux: ~/.config/cursor/mcp.json
{
  "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