Claude Code
This guide explains how to add our MCP server to Claude Code.
Add the MCP Server to Claude Code
Run the following command, replacing the environment variables with your specific configuration values:
claude mcp add kaimo --env API_KEY=your-kaimo-api-key --env TEST_USER_USERNAME='your_test_user@example.com' --env TEST_USER_PASSWORD='YourTestPassword' --env TARGET_URL='http://localhost:3000' -- npx -y --registry=https://packages.kaimo.ai @kaimo-ai/mcp-serverEnvironment Variables:
API_KEY: Your platform API key. Get an API key by going to Kaimo’s web app and clicking API Keys at the top of the homepage.TEST_USER_USERNAME: Email address or username for the test user account. Make sure this user already exists for your locally running web app.TEST_USER_PASSWORD: Password for the test user account.TARGET_URL: The URL of your locally running web app.
Running Your First Flow
You’re all set! See how to run your first flow here.