Z2H Explore MCP

Z2H Explore MCP

MCP server for creating and managing looks and dashboards in campaign-explore on bigbrain.me.

Category
Visit Server

README

Z2H Explore MCP

Repo: https://github.com/ram-amit/z2h-explore-mcp (public)

MCP server for campaign-explore looks and dashboards on bigbrain.me. Not Looker (looker-toolbox is a different MCP).

Prerequisites

Requirement Notes
Cursor, Claude Code (terminal), or Claude Desktop Not monday browser/workspace Claude
Python 3.10+ macOS Xcode python3 is often 3.9 → brew install python
git For clone-based install
git config user.name Becomes your campaign-explore personal folder name

Install (new users)

Copy/paste exactly in Terminal (include --dir .):

git clone https://github.com/ram-amit/z2h-explore-mcp.git ~/z2h-explore-mcp && cd ~/z2h-explore-mcp && ./install-z2h-explore-mcp.sh --dir .

Installer auto-detects your app (--clients auto): uses claude-code when only the claude CLI is installed, cursor when only Cursor is.

Claude Code (terminal) — uses claude mcp add -s user automatically:

./install-z2h-explore-mcp.sh --dir . --clients claude-code

Restart claude, run /mcp, confirm z2h-explore is connected.

Cursor:

./install-z2h-explore-mcp.sh --dir . --clients cursor

Then follow the Next steps printed at the end (restart app, test prompt).

After install

  1. Quit the app fully (Cmd+Q), reopen
  2. Cursor: Settings → MCP → z2h-explore connected
  3. New chat, ask exactly:
list explores in campaign-explore

Expected: Campaign Monitoring, Advanced Analytics, LinkedIn Habu.

Verify install

cd ~/z2h-explore-mcp && ./verify-install.sh

Troubleshooting

Symptom Fix
Script exits with no output You ran --dir without a path. Use --dir .
invalid option nameipefail Don't use curl | bash. Use git clone command above.
MCP not registered (Claude Code) Re-run: ./install-z2h-explore-mcp.sh --dir . --clients claude-code
MCP not in chat list Wrong app: use Cursor, Claude Code (claude in terminal), or Claude Desktop — not monday browser Claude
Claude Code: MCP missing Run /mcp after restarting claude. Check claude mcp list
Only see looker-toolbox That's Looker. Ask for campaign-explore / z2h-explore
Install finished but no MCP Re-run without --skip-mcp-json: ./install-z2h-explore-mcp.sh --dir .
Writes fail Connect VPN or set BIGBRAIN_AUTH_TOKEN in .env

Slack message (team)

campaign-explore MCP for Cursor

paste in Terminal (not a Slack link):

git clone https://github.com/ram-amit/z2h-explore-mcp.git ~/z2h-explore-mcp && cd ~/z2h-explore-mcp && ./install-z2h-explore-mcp.sh --dir .

quit Cursor (Cmd+Q), reopen, test: list explores in campaign-explore

stuck? cd ~/z2h-explore-mcp && ./verify-install.sh and paste output in thread

repo: https://github.com/ram-amit/z2h-explore-mcp

Upgrade

cd ~/z2h-explore-mcp && git pull && ./install-z2h-explore-mcp.sh --dir .

Restart Cursor / Claude Desktop after.

Flags

Flag Purpose
--dir . Install path
--clients auto|cursor|claude-code|... Which app gets MCP config (default: auto)
--python /path/to/python3.12 Force Python for venv
Z2H_EXPLORE_MCP_DIR Override install folder

Tools

Tool Purpose
list_explores Campaign Monitoring, Advanced Analytics, LinkedIn Habu
get_dimensions / get_measures / get_parameters Field catalog
list_looks / create_look / update_look / delete_look Saved views
list_dashboards / create_dashboard / update_dashboard Dashboards
get_z2h_url Build campaign-explore URLs

Storage default: personal folder (looks/<your name>/, dashboards/<your name>/). Pass shared=true only when explicitly needed.

Notes

  • Field catalog cached in ~/.cache/z2h-explore-mcp/
  • run_query not in v1; queries run in campaign-explore UI

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured