looker-mcp-server

Ultrathink-Solutions/looker-mcp-server
★ 1 stars Python 🔒 Security Updated today
MCP server for the Looker API — 56 tools, OAuth pass-through, user impersonation, dual transport
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "looker-mcp-server": {
      "command": "uvx",
      "args": [
        "looker-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install looker-mcp-server