Connect Claude Code
Prerequisites
- Claude Code installed (
npm install -g @anthropic-ai/claude-code). - An Appier Auth0 account with access to at least one EAM Project.
Add the MCP server
Run this once on your machine:
claude mcp add --transport http appier-enterprise https://mcp.stg.enterprise.appier.net/mcp
The configuration is stored under your user profile and is not shared with the repo.
First connection
- Open Claude Code and start a session (
claude). - Ask Claude to call a tool, for example
whoami. - Your browser opens the Appier Auth0 sign-in page.
- After sign-in, the agent receives an MCP-scoped token and the tool call proceeds.
Verify
whoami # returns your Appier email
list_projects # lists EAM Projects you can access