Skip to content

Mariadb

Free

by MCP Community

An MCP server that provides access to MariaDB ou MySQL databases.

v0.0.1Added Apr 12, 2026
mcpmysqlmariadbdatabasemodel-context-protocol
Works with:ClaudeGPTGeminiCopilot

Mariadb MCP Server

An MCP server that provides access to MariaDB ou MySQL databases.

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y mariadb-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "mariadb": {
      "command": "npx",
      "args": ["-y", "mariadb-mcp-server"]
    }
  }
}