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.
| Tool | Pricing | License | Platforms | Category |
|---|---|---|---|---|
| Github MCP Server | open source | MIT | Web, macOS, Windows, Linux | MCP |
| Postgres MCP Pro | open source | MIT | macOS, Windows, Linux | MCP |
| pgroll | open source | Apache-2.0 | Linux, macOS, Windows | CLI |
| Cloudflare MCP | free | Apache-2.0 | Web | MCP |
| Stripe MCP | free | MIT | Web, macOS, Windows, Linux | MCP |
Supabase MCP alternatives in detail
Github MCP Server
open sourceMITWeb, macOS, Windows, LinuxMCPGitHub'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.
Postgres MCP Pro
open sourceMITmacOS, Windows, LinuxMCPPostgres 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.
pgroll
open sourceApache-2.0Linux, macOS, WindowsCLIpgroll 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.
Cloudflare MCP
freeApache-2.0WebMCPCloudflare 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.
Stripe MCP
freeMITWeb, macOS, Windows, LinuxMCPStripe'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.