Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.gumloop.com/llms.txt

Use this file to discover all available pages before exploring further.

Looker is a Google Cloud business intelligence platform for data exploration and visualization. The Looker MCP server lets you manage dashboards, run queries, explore LookML models, schedule deliveries, and monitor alerts using natural language.

What Can It Do?

  • Manage dashboards by listing, creating, updating, and deleting dashboards and their elements
  • Work with Looks to create, run, and manage saved queries
  • Run queries inline or from saved definitions, with async task support
  • Explore LookML models and their dimensions, measures, and relationships
  • Schedule deliveries for reports and dashboards
  • Manage alerts for threshold-based notifications
  • Organize content with folders, boards, favorites, and metadata
  • Render dashboards and Looks as downloadable images or PDFs

Where to Use It

Add Looker as a tool to any agent. The agent can then access your dashboards and analytics conversationally, choosing the right actions based on context. To add an MCP tool to your agent:
  1. Open your agent’s configuration
  2. Click Add toolsConnect an app with MCP
  3. Search for the integration and select it
  4. Authenticate with your account
You can control which tools your agent has access to. After adding an integration, click on it to enable or disable specific tools based on what your agent needs.

In Workflows (Via Agent Node)

For automated pipelines, use an Agent Node with Looker tools. This gives you the flexibility of an agent within a deterministic workflow.

As a Custom MCP Node

You can also create a standalone MCP node for a specific action. This generates a reusable node that performs one task, useful when you need the same operation repeatedly in workflows.
To create a custom MCP node:
  1. Go to your node library and search for the integration
  2. Click Create a node with AI
  3. Describe the specific action you want (e.g., “Run the monthly sales dashboard query”)
  4. Test the node and save it for reuse
Custom MCP nodes are single-purpose by design. For tasks that require multiple steps or dynamic decision-making, use an agent instead.

Setting Up Credentials

Looker uses API3 client credentials for authentication. You’ll need:
  1. A Looker Enterprise instance with API access enabled
  2. A dedicated service account Client ID and Client Secret (generated in Looker Admin → Users → API Keys)
  3. Your Looker API Host URL (e.g., https://company.cloud.looker.com)
Add these credentials to your Gumloop credentials.

Available Tools

Dashboards

ToolDescription
List DashboardsSearch Looker dashboards
Get DashboardGet a Looker dashboard
Create DashboardCreate a Looker dashboard
Update DashboardUpdate a Looker dashboard
Delete DashboardDelete a Looker dashboard
Move or Copy ContentMove or copy a dashboard or Look

Dashboard Elements

ToolDescription
List Dashboard ElementsSearch dashboard tiles
Create Dashboard ElementCreate a dashboard tile
Update Dashboard ElementUpdate a dashboard tile
Delete Dashboard ElementDelete a dashboard tile
Create Dashboard FilterCreate a dashboard filter
Update Dashboard FilterUpdate a dashboard filter
Delete Dashboard FilterDelete a dashboard filter

Looks

ToolDescription
List LooksSearch Looker Looks
Get LookGet a Looker Look
Create LookCreate a Looker Look
Update LookUpdate a Looker Look
Delete LookDelete a Looker Look
Run LookRun a Looker Look

Queries

ToolDescription
Run QueryRun a saved Looker query
Run Inline QueryRun an inline Looker query
Create QueryCreate a Looker query
Get QueryGet a Looker query
Create Query TaskCreate an async Looker query task
Get Query TaskGet a Looker query task
Get Query Task ResultsGet Looker query task results

Rendering

ToolDescription
Create Dashboard Render TaskCreate a dashboard render task
Create Look Render TaskCreate a Look render task
Get Render TaskGet a Looker render task
Get Render Task ResultsGet Looker render task results

LookML

ToolDescription
List LookML ModelsList LookML models
Get LookML ModelGet a LookML model
Get LookML Model ExploreGet a LookML explore

Folders & Content

ToolDescription
List FoldersSearch Looker folders
Get FolderGet a Looker folder
Create FolderCreate a Looker folder
Update FolderUpdate a Looker folder
Delete FolderDelete a Looker folder
Search ContentSearch Looker content
List Content FavoritesSearch content favorites
Create Content FavoriteFavorite Looker content
Delete Content FavoriteRemove a content favorite
Get Content MetadataGet Looker content metadata
Update Content MetadataUpdate Looker content metadata
Validate ContentRun Looker content validation

Boards

ToolDescription
List BoardsList Looker boards
Get BoardGet a Looker board
Create BoardCreate a Looker board
Update BoardUpdate a Looker board
Delete BoardDelete a Looker board
Create Board SectionCreate a board section
Update Board SectionUpdate a board section
Delete Board SectionDelete a board section
Create Board ItemCreate a board item
Update Board ItemUpdate a board item
Delete Board ItemDelete a board item

Scheduled Plans & Delivery

ToolDescription
List Scheduled PlansList Looker scheduled plans
Get Scheduled PlanGet a scheduled plan
Create Scheduled PlanCreate a scheduled plan
Update Scheduled PlanUpdate a scheduled plan
Delete Scheduled PlanDelete a scheduled plan
Run Scheduled Plan OnceRun a scheduled plan once

Alerts

ToolDescription
List AlertsSearch Looker alerts
Get AlertGet a Looker alert
Create AlertCreate a Looker alert
Update AlertUpdate a Looker alert
Delete AlertDelete a Looker alert

Example Prompts

Use these with your agent or in the Agent Node: List dashboards:
Show me all dashboards that contain "revenue" in the title
Run a Look:
Run the "Monthly Sales Summary" Look and show me the results
Run an inline query:
Run a query on the orders explore showing total revenue by region for this quarter
Explore LookML:
What dimensions and measures are available in the orders explore?
Schedule a report:
Create a scheduled plan to email the Sales Dashboard every Monday at 9am
Manage content:
Move the Q4 dashboard to the Finance folder
Render a dashboard:
Generate a PDF export of the Executive Summary dashboard
Check alerts:
Show me all active alerts for the revenue metrics

Troubleshooting

IssueSolution
Authentication failedVerify your Client ID and Client Secret are correct and the service account has API access
Dashboard not foundUse exact dashboard titles or IDs. Try listing dashboards first to find the correct reference.
Query timeoutLarge queries may take time. Use async query tasks for complex queries.
Permission deniedEnsure the service account has the appropriate Looker role and model access
Tool not availableVerify the tool is enabled in your agent’s MCP configuration
Agents are smart enough to chain multiple API calls together. For example, asking “Show me last month’s revenue trend” will find the right Look or explore, run the query, and present the results. If results seem off, check the agent’s step-by-step reasoning.

Need Help?


Use this integration directly in Claude or Cursor. Connect remotely via the Looker MCP server using your Gumloop credentials.