FREE MCP v1.3.0

@easecloudio/mcp-metabase-server

MCP server for Metabase — 96 tools covering dashboards, cards, databases, tables, collections, public sharing, schema cache, and SQL-to-MBQL conversion

View on npm Source

Install

# CLI install
npm install -g @easecloudio/mcp-metabase-server

MCP client config

{
  "command": "npx",
  "args": ["-y", "@easecloudio/mcp-metabase-server"],
  "env": { "SPAWNPAY_API_KEY": "spk_live_..." }
}

Drop this into your Claude Desktop or Cursor config. Agents call the tool, payments settle automatically.

Make it paid

This MCP is currently free. Authors can wrap any tool in two lines using spawnpay-paywall to charge per call in USDC. Keep 99.5%, no payment infra.

// Node — npm install spawnpay-paywall
import { paywall } from 'spawnpay-paywall';
const myTool = paywall(
  { price: 0.005, vendor: 'SP_yourCode' },
  originalToolFn
);

About

Package
@easecloudio/mcp-metabase-server
Version
1.3.0
Author
safoor.safdar
Published
2026-05-14
Keywords
mcp, mcp-server, model-context-protocol, metabase, analytics, business-intelligence, ai, claude

Related MCPs

Browse all MCPs →