Skip to content
Level up your prompts with SurePrompts — curated prompts for every workflow.
agentscamp

Supabase MCP Alternatives

5 alternatives to Supabase MCP — free and paid AI coding tools covering similar jobs, with pricing and standout strengths.

Looking for a Supabase MCP alternative? Supabase MCP is listed under MCP (open source). The 5 tools below cover similar jobs, closest matches first — the table compares pricing, license, and platforms so you can shortlist quickly, and each entry further down adds a fuller summary and a link to the full profile.

ToolPricingLicensePlatformsCategory
Github MCP Serveropen sourceMITWeb, macOS, Windows, LinuxMCP
Postgres MCP Proopen sourceMITmacOS, Windows, LinuxMCP
pgrollopen sourceApache-2.0Linux, macOS, WindowsCLI
Cloudflare MCPfreeApache-2.0WebMCP
Stripe MCPfreeMITWeb, macOS, Windows, LinuxMCP

Supabase MCP alternatives in detail

  1. Github MCP Server

    open sourceMITWeb, macOS, Windows, LinuxMCP

    GitHub's official MCP server gives agents the full GitHub surface — repositories, issues, pull requests, Actions, code and secret scanning, Dependabot, discussions, projects — organized into toolsets you can enable selectively, each with a read-only variant. Use the hosted remote at api.githubcopilot.com/mcp with a PAT or OAuth, or run it locally via Docker.

  2. Postgres MCP Pro

    open sourceMITmacOS, Windows, LinuxMCP

    Postgres MCP Pro (MIT) is the maintained successor to the archived reference Postgres server — and goes further: alongside schema browsing and execute_sql with a restricted read-only mode, it pairs the LLM with classical optimization algorithms: explain_query with hypothetical-index simulation, workload index analysis via pg_stat_statements, and a multi-dimension analyze_db_health check.

  3. pgroll

    open sourceApache-2.0Linux, macOS, WindowsCLI

    pgroll is an open-source CLI from Xata for zero-downtime, reversible Postgres schema migrations. It automates the expand-contract pattern: old and new schema versions stay live simultaneously behind versioned views, with backfills and lock-friendly DDL handled for you — start a migration, roll your app, then complete it or roll back instantly.

  4. Cloudflare MCP

    freeApache-2.0WebMCP

    Cloudflare ships two kinds of official MCP servers, all hosted: 16 domain servers (docs, Workers bindings and builds, observability, browser rendering, Radar, and more at <name>.mcp.cloudflare.com/mcp) and the newer Code Mode server at mcp.cloudflare.com/mcp, which exposes the entire 2,500-endpoint Cloudflare API in about 1k tokens by letting the agent write code against the API spec server-side.

  5. Stripe MCP

    freeMITWeb, macOS, Windows, LinuxMCP

    Stripe's official MCP server — hosted at mcp.stripe.com with OAuth, or local via npx @stripe/mcp — lets agents work the Stripe API: create and list customers, products, prices, and invoices, generate payment links, manage subscriptions and refunds, handle disputes, and search Stripe's documentation. Tool availability follows your key's permissions, so a restricted key is the safety mechanism.