L

Looker

Run Looker queries and read dashboards.

·No reviews yet
Repo
Share:

About

Auto-generated

Looker is a Model Context Protocol server in the Analytics & Monitoring category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Looker.

What does the Looker MCP enable?
The Looker MCP allows you to run Looker queries and access dashboard information. It integrates Looker's analytics and business intelligence capabilities with your MCP client.
How do I configure API key authentication for the Looker MCP?
Authentication for the Looker MCP uses an API key. You will need to obtain this key from your Looker instance and configure it within your MCP client's connection settings for the Looker MCP.
What kind of tasks can I automate with the Looker MCP?
You can automate tasks related to data retrieval and reporting. This includes executing specific Looker queries and extracting data from existing dashboards programmatically.
Does the Looker MCP require a Looker instance?
Yes, the Looker MCP requires an existing Looker deployment. It interacts with your Looker instance to perform queries and access your analytics data.
Is there a cost associated with using the Looker MCP?
The Looker MCP itself is provided by the community. However, the underlying Looker service may incur costs depending on your Looker subscription and usage.

Install Looker

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "looker": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-looker"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "looker": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-looker"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "looker": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-looker"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.