mcp-toolbox (MCP Server)

GitHub

MCP Toolbox for Databases is an open source MCP server for databases.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

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