mcp-metabase-server
mcp-metabase-server is a TypeScript MCP server for Claude Desktop with npx, docker. A comprehensive MCP server for Metabase with 70+ tools.
How to use mcp-metabase-server
Install or run
npx @easecloudio/mcp-metabase-serverClient configuration
# Smithery configuration file: https://smithery.ai/docs/config#smitheryyaml
startCommand:
type: stdio
configSchema:
# JSON Schema defining the configuration options for the MCP.
type: object
required:
- metabaseUrl
- metabaseUsername
- metabasePassword
properties:
metabaseUrl:
type: string
description: URL of the Metabase instance (e.g. https://your-metabase-instance.com)
metabaseUsername:
type: string
description: Username for authenticating with Metabase
metabasePassword:
type: string
description: Password for authenticating with Metabase
commandFunction:
# A JS function that produces the CLI command based on the given config to start the MCP on stdio.
|-
(config) => ({
command: 'node',
args: ['build/index.js'],
env: {
METABASE_URL: config.metabaseUrl,
METABASE_USERNAME: config.metabaseUsername,
METABASE_PASSWORD: config.metabasePassword
}
})
exampleConfig:
metabaseUrl: https://example-metabase.com
metabaseUsername: example_user
metabasePassword: example_password
Compatible clients
What is mcp-metabase-server?
mcp-metabase-server is a TypeScript MCP server for Claude Desktop with npx, docker. A comprehensive MCP server for Metabase with 70+ tools. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Tool access support
- Browser use support
- Spreadsheet work support
- Anthropic provider support
- package.json config support
- Dockerfile config support
- smithery.yaml config support
Technical details
Install or run mcp-metabase-server using npx. Check easecloudio/mcp-metabase-server for the latest setup command.
- Built for TypeScript
- Built for Node.js
- Built for Docker
- Built for Go
- Install or run with npx
- Install or run with docker
- Works with Claude Desktop
- Uses stdio transport
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use mcp-metabase-server
- Use it for connecting agents to external tools and data.
- Use it for integrations workflows.
- Use it for coding workflows.
- Use it for data workflows.
- Use it for claude desktop users.
Built with
Explore related resources
Frequently asked questions
What is mcp-metabase-server?
mcp-metabase-server is a TypeScript MCP server for Claude Desktop with npx, docker. A comprehensive MCP server for Metabase with 70+ tools.
Who is mcp-metabase-server best for?
mcp-metabase-server is best for connecting agents to external tools and data, integrations workflows, coding workflows, data workflows, claude desktop users.
How do I install mcp-metabase-server?
Install or run mcp-metabase-server using npx. Check mcp-metabase-server for the latest setup command.
Is mcp-metabase-server actively maintained?
mcp-metabase-server may need a closer maintenance check before production use.
Auto-fetched from GitHub.