Add Funnel MCP to Claude Code so you can query workspace data from the Claude Code terminal. Copy the command from Funnel AI > MCP or use the regional command below.
You do not need to paste a static OAuth client ID. Claude Code registers its own OAuth identity.
For Claude.ai or Claude desktop, see Connect Funnel MCP to Claude.
Before you begin
You have Claude Code installed and can run
claudein your terminal.You have a Funnel account with access to at least one workspace and at least one connected data source.
You know whether your Funnel data resides in the global region or the EU.
Connect Funnel MCP in Claude Code
In Funnel, click Funnel AI in the left navigation pane, then select MCP.
Select the Claude Code card and copy the command.
Paste the command into your terminal and run it.
If you prefer to type the command, use the URL for your region:
claude mcp add --transport http funnel https://mcp.ai.funnel.io/mcp
For EU data residency, replace the URL with https://mcp.eu.ai.funnel.io/mcp.
Authenticate Funnel MCP:
claude mcp login funnel
Complete the Funnel sign-in flow in the browser and approve the requested permissions.
Note: Don't add --client-id or pin a callback port. Claude Code registers its own OAuth identity.
Verify the connection
Check that the server is connected:
claude mcp get funnel
Status should be Connected.
Then ask something only Funnel can answer, for example:
claude -p "List the Funnel workspaces I have access to."
What to expect
Claude Code is connected to Funnel MCP with OAuth. You can query workspace data and field definitions from Claude Code using read-only Funnel MCP tools.
For tools and example prompts, see Quick start guide: Using Funnel MCP.
