Skip to main content
n8n

Quick Setup Guide

1

Authorize MCP Servers to Use with Strata

Navigate to the Klavis home page and click “MCP Server” in the left sidebar. You will see a list of MCP servers available in Klavis.Klavis home pageClick the “Authorize” button next to your chosen server. Once server is authorized, you will see Green Checkmark status.Authorize MCP Servers
You can authorize one or more servers to use with Strata
2

Get Strata Server URL

Klavis Dashboard consisting MCP ServersFrom Klavis Dashboard, click “Add to Other Clients” button to get your Strata Server URL.
  1. Navigate to n8n
  2. MCP URL with custom auth headers enabled: https://strata.klavis.ai/mcp/ (Copy it)
  3. Click on “Generate Token” to get Bearer Token (Copy token & keep it secret!)
Copy Strata Server URL
  • Automatically redirected to OAuth authorization
  • Sign in to your account (GitHub, Google, Slack, etc.)
  • Grant necessary permissions
  • Redirected back to Klavis automatically
  • Prompted to enter an API key
  • Follow service-specific instructions to generate key
  • Paste key in the provided field
  • Click “Save” to continue

Build AI Workflow using Strata

1

Launch Your First n8n Workflow

Begin your automation by creating a New Workflow in your n8n personal workspace.n8n workflow creation
2

Set Up Your Trigger Node

First Node in n8nClick the Add First Step (’+’ icon) and select Trigger Manually to kickstart your workflow and you should see your first node being created.
3

Integrate Your AI Agent

Adding AI Agent Node in n8n
  1. Click ”+ (What happens next?)”
  2. Navigate to AIAI Agents from the menu
  3. Configure Your AI Agent:
  • Source for Prompt: choose “Connected Chat Trigger Node”
  • Prompt: {{ $json.chatInput }} (default setting)
  1. Click Back to Canvas to save the agent
You should see “When Chat Message Received” and “AI Agent” nodes appear on the workflow diagram.Next Nodes appearing in n8n workflow
4

Add Chat Model to your AI Agent

Including Chat Model
  1. Click ”+ (Chat Model)” -> Anthropic Chat Model (or your preferred model)
  2. Connect Chat Model to n8n using API Key
  3. Select Model: Claude Sonnet 4.5 (for example)
  4. Click Back to Canvas to lock in your chat model configuration
Your Chat Model node now elegantly connects to your AI Agent node.n8n workflow now includes Chat Model
5

Connect Strata Server to your AI Agent

MCP Client in n8n
  1. Click ”+ (Tool)” -> “MCP Client Tool”
  2. Configure Your MCP Client:
  • Endpoint: Paste https://strata.klavis.ai/mcp/
  • Server Transport: HTTP Streamable
  • Authentication: Bearer Auth
  • Credentials for Bearer Auth: Paste Bearer Token that you copied earlier
  • Tools to Include: All (highly recommended for maximum capabilities)
  1. Click Back to Canvas to save your MCP Client
6

Connect Bearer Auth Account to n8n

Bearer Auth connected to n8n workflowTo connect your bearer account to n8n, simply paste “Bearer Token” that you copied from Klavis Dashboard.
  1. Navigate to Connection menu
  2. Bearer Token: Paste your “Bearer Auth Token”
  3. Allowed HTTP Request Domains: All (default settings)
Now, AI workflow diagram has been completed and should look similar to screenshot below.Strata connected to n8n workflow
7

Start Using Strata Server in n8n workflow

Ready to test your workflow? Launch the chat interface in n8n by pressing ‘C’ on your keyboard.Using Chat in n8n
"Create a new issue titled 'Add dark mode' with priority label"
Once your chat executes successfully, celebrate as Green Checkmarks appear across all nodes—including your Model and MCP Client!Final n8n workflow after executing the chat
8

Happy Building! 🎉

You’re all set! Your Strata MCP server is now integrated with n8n.

Troubleshooting

  • Double-check your Server URL for typos
  • Ensure stable internet connection
  • Verify authentication in Klavis dashboard
  • Check n8n logs for error messages
  • Try completely restarting n8n
  • Re-authenticate in the Klavis dashboard
  • Check if your OAuth tokens have expired
  • Verify API key permissions (for API key services)
  • Ensure you’ve granted all necessary permissions
  • Limit the number of active MCP servers (or Use Strata)
  • Check your internet connection speed
  • Restart n8n periodically
  • Contact support if issues persist

Need Help?

Community

Join our Discord for community support and discussions

Support

Contact our technical support team for assistance