Skip to main content
Connect an AI tool to Eyk through the Eyk MCP server and ask questions about your data in plain language. The tool queries the same metrics you see in Eyk, straight from your BigQuery warehouse. It only sees the data your access in Eyk allows, checked on every query.

Before you start

You need:
  • An Eyk account that is an approved member of your organization.
  • The AI tool installed, or open in your browser.
  • For ChatGPT, Perplexity and Vibe: a paid plan. See the note under each tool.

Server details

Claude

Works in Claude on the web and in the desktop app.
On Team and Enterprise plans an Owner must add the connector once via Organization settings >> Connectors before members can connect.
1

Open Connectors

In Claude, go to Customize >> Connectors.
2

Add a custom connector

Click +, then Add custom connector.
3

Enter the server URL

Name it Eyk and paste the MCP server URL, then click Add.
4

Connect

Click Connect next to Eyk and sign in with your Eyk account.
See the Claude documentation.

ChatGPT

Plugins are in beta and need a paid plan. Plus and Pro get read-only tools. Full tool access is currently limited to Business, Enterprise and Edu workspaces.
1

Enable Developer mode

On the web, enable Developer mode under Settings >> Security and login. On a workspace, an admin enables it first.
2

Add the plugin

Go to chatgpt.com/plugins, click + and name the plugin Eyk.
3

Enter the server URL

Under Connection, paste the MCP server URL. Sign in with your Eyk account when the OAuth flow opens.
4

Enable the plugin

Enable the Eyk plugin from a chat.
See the ChatGPT documentation.

Cursor

1

Add the server

Add this block to ~/.cursor/mcp.json for all projects, or to .cursor/mcp.json in the project.
2

Open Customize

Open the Customize page from the Cursor sidebar. The Eyk server appears under MCPs.
3

Sign in

Sign in with your Eyk account when the browser opens.
See the Cursor documentation.

Claude Code

1

Add the server

Run this command in your project.
2

Sign in

Run /mcp inside Claude Code, select Eyk, and complete the browser login with your Eyk account.
See the Claude Code documentation.

VS Code

Works with Copilot in agent mode.
VS Code 1.102 or newer is required, because older versions cannot sign in to MCP servers that require authentication.
1

Add a server

Open the Command Palette and run MCP: Add Server.
2

Enter the server details

Choose HTTP (HTTP or Server-Sent Events) and paste the MCP server URL. Name the server eyk and pick Workspace Settings or User Settings. This is the equivalent configuration:
3

Start the server

Run MCP: List Servers, select Eyk and choose Start Server.
4

Sign in

Confirm you trust the server, then sign in with your Eyk account when the browser opens.
5

Use Agent mode

Open Copilot Chat and switch it to Agent mode to use Eyk’s tools.
See the VS Code documentation.

Gemini CLI

1

Add the server

Add this block to ~/.gemini/settings.json, or run gemini mcp add --transport http eyk https://mcp.eykdata.com/mcp.
2

Confirm the server

Restart the CLI and run /mcp to confirm Eyk is listed.
3

Sign in

Sign in with your Eyk account in the browser popup on first connection.
See the Gemini CLI documentation.

Perplexity

Custom connectors require a paid plan. In organizations, an admin must allow members to add them.
1

Open Connectors

Go to Account settings >> Connectors and click + Custom connector.
2

Select Remote

In the pop-up, select Remote.
3

Enter the server details

Fill in the name Eyk and the MCP server URL. Set Authentication to OAuth and Transport to Streamable HTTP.
4

Add the connector

Check the risk acknowledgement box and click Add.
5

Sign in

Click the Eyk connector card and sign in with your Eyk account.
See the Perplexity documentation.

Vibe

Vibe is Mistral’s assistant, formerly Le Chat. Custom connectors are an administrator-only feature. On Free, Pro and Student plans the account owner is the administrator.
1

Open Connectors

In Work mode, open the Connectors page.
2

Add a connector

Click + Add Connector and switch to the Custom MCP Connector tab.
3

Enter the server details

Enter a connector name without spaces and the MCP server URL, then click Connect.
4

Sign in

Complete the OAuth sign-in with your Eyk account.
5

Enable Eyk

In a chat, open Tools and make sure Eyk is enabled.
See the Vibe documentation.

n8n

n8n 1.104 or newer is required for the HTTP Streamable transport.
1

Add a node

Add an MCP Client Tool node to give an AI Agent Eyk’s tools. To call the tools as workflow steps instead, add the MCP Client node.
2

Set the endpoint

Set the endpoint to the MCP server URL and pick the HTTP Streamable transport.
3

Set authentication

Set Authentication to OAuth2, create a credential pointing at Eyk and complete the sign-in. You can reuse the credential across workflows.
See the n8n documentation.

Any other client

1

Point the client at Eyk

Point your MCP client at the MCP server URL over streamable HTTP.
2

Sign in

Sign in with your Eyk account when prompted.
3

Use the tools

Tools and prompts are discovered automatically.
See Connect to remote MCP servers in the MCP documentation.

Check it worked

Ask the tool: “Which organizations can I access in Eyk?” It answers by calling Eyk’s list_organizations tool and lists your organizations. Then ask a data question, for example “What was my net sales last month?”.

What the tool can do

The tool sees the same data you see in Eyk. Your access is checked on every query. The server also provides an Eyk analytics reference that explains measure semantics and query rules, which tools read on their own.

Troubleshooting

You need an approved membership of an Eyk organization. Ask your organization admin to invite you.
ChatGPT, Perplexity and Vibe keep custom connectors behind a paid plan or an admin setting. See the note under the tool.
Update to VS Code 1.102 or newer.
Update to n8n 1.104 or newer.