Supabase MCP Server — Database, Auth & Storage for AI Agents
Install the Supabase MCP server to give your AI agent direct access to your Supabase project — query Postgres tables, manage auth users, upload to Storage, and call Edge Functions, all from Claude Code or Cursor.
Install Supabase MCP Server
{
"mcpServers": {
"supabase": {
"command": "npx",
"args": ["-y", "@supabase/mcp-server-supabase", "--access-token", "sbp_your_token"]
}
}
}Supabase MCP — Postgres + Auth Server for AI Agents
MCP server for Supabase that gives AI agents access to PostgreSQL databases, authentication, storage, and edge functions. Query data, manage users, and build full-stack features. 4,000+ stars.
Jina Reader — AI-Friendly Web Content Extraction
Convert any URL to clean markdown for AI consumption. Free API at r.jina.ai strips ads, navigation, and clutter. Used by AI agents for web research and RAG.
Claude Code Templates — 600+ Agents, Commands & MCPs
Ready-to-use Claude Code configurations: 600+ agents, 200+ commands, 55+ MCPs, and project templates. Install any template with one command.
Google Stitch MCP — AI Design via Model Context Protocol
Connect Claude Code, Cursor, Gemini CLI, or VS Code to Google Stitch for AI-driven UI design. Create projects, generate screens from text, edit designs, manage design systems — all via MCP.
Pal MCP Server — Multi-Model AI Gateway for Claude Code
MCP server that lets Claude Code use Gemini, OpenAI, Grok, and Ollama as a unified AI dev team. Features model routing, CLI-to-CLI bridge, and conversation continuity across 7+ providers.
Chrome MCP Background Proxy — Fix Popups, Focus Stealing & Multi-Agent Conflicts
Drop-in proxy for Chrome MCP. Solves Chrome 146+ debugging popups, focus stealing, and multi-agent conflicts with persistent CDP connection, request ID remapping, and sessionId-based event routing.
Neon — Serverless Postgres with Database Branching
Serverless PostgreSQL with instant database branching, autoscaling, and a generous free tier. Branch your database like git branches — test schema changes without touching production. 16,000+ stars.
Appwrite — Open-Source Backend for AI Apps
Complete cloud backend with auth, database, storage, functions, and messaging in one platform. Self-hostable. 55K+ GitHub stars.
Neon MCP — Serverless Postgres via AI Agents
MCP server for Neon serverless Postgres. Create projects, branch databases, run SQL, optimize queries via natural language. Safe migration workflow with branching. MIT, 574+ stars.
Codebase Memory MCP — Code Knowledge Graph Server
High-performance MCP server that indexes codebases into persistent knowledge graphs. Supports 66 languages, sub-millisecond queries, and claims 99% fewer tokens than raw file context. 1,100+ stars.
Codebase Memory MCP — Code Intelligence for AI Agents
High-performance code intelligence MCP server. Indexes repos in milliseconds via tree-sitter AST, supports 66 languages, sub-ms graph queries. MIT, 1,300+ stars.
MCPHub — Centralized MCP Server Management Hub
Manage multiple MCP servers from one dashboard. Smart routing, hot-swap config, OAuth 2.0 auth. Deploy via Docker in one command. Apache-2.0, 2,000+ stars.
LMDeploy — High-Performance LLM Deployment Toolkit
Deploy and serve LLMs with 1.8x higher throughput than vLLM. 4-bit quantization, OpenAI-compatible API. By InternLM. 7.7K+ stars.
Smithery CLI — MCP Server Registry & Installer
Search, install, and manage MCP servers from Smithery's registry of 6,000+ servers. One command to connect any MCP server to Claude, Cursor, or other AI tools. AGPL-3.0.
Wrangler MCP — Cloudflare Workers for AI Agents
MCP server for managing Cloudflare Workers, KV, R2, and D1 from AI agents. Deploy serverless functions, manage storage, and query databases through Claude Code tool calls.
Docker MCP — Container Management for AI Agents
MCP server that gives AI agents Docker container management capabilities. Build, run, stop, and inspect containers through tool calls for automated DevOps workflows.
Firecrawl MCP — Web Scraping Server for AI Agents
Official Firecrawl MCP server for AI agents to scrape, crawl, and extract structured data from any website. Supports batch scraping, search, and markdown extraction. 15,000+ stars.
Haystack MCP — Connect AI Pipelines to MCP Clients
Expose Haystack RAG pipelines as MCP servers. Let Claude Code and other AI tools query your document search, QA, and retrieval pipelines through the MCP protocol.
Context7 — Live Library Docs for LLMs, 51K Stars
MCP server fetching up-to-date, version-specific library documentation into LLM context. Eliminates hallucinated APIs across 30+ AI coding tools.
MCP Inspector — Debug MCP Servers Visually
Official MCP Inspector for testing and debugging MCP servers. 9.3K+ stars. Web UI, tool/resource/prompt inspection, request testing.
Browser Use — AI Agent Browser Automation
Let AI agents control web browsers with natural language. Browser Use provides vision-based element detection, multi-tab support, and works with any LLM provider.
Unstructured — Document ETL for LLM Pipelines
Extract clean data from PDFs, DOCX, HTML, images, and emails for RAG and LLM ingestion. 14K+ GitHub stars.
Serena — Semantic Code Agent via MCP
Serena is a coding agent MCP server with semantic code retrieval and editing. 22K+ stars. Understands classes, functions, symbols for precise context-aware edits. MIT.
Uptime Kuma — Self-Hosted Uptime Monitoring
Monitor HTTP, TCP, DNS, Docker services with notifications to 90+ channels. Beautiful dashboard. 84K+ GitHub stars.
Context7 — Up-to-Date Docs MCP for AI Editors
MCP server that provides AI code editors with up-to-date library documentation. Eliminates hallucinations from outdated training data. Supports 1000+ libraries. 51K+ stars.
Glama — MCP Server Discovery and Management
Directory and management platform for MCP servers. Discover, install, and monitor Model Context Protocol servers for Claude Code, Cline, and other AI coding tools.
DBHub — Universal Database MCP Server, Zero Dependencies
Token-efficient database MCP server supporting Postgres, MySQL, MariaDB, SQL Server, and SQLite. Just two MCP tools, zero dependencies, read-only safe.
Chrome DevTools MCP — Browser Debugging for AI Agents
Give your AI coding agent full access to Chrome DevTools for browser automation, debugging, and performance analysis. Works with Claude, Cursor, Copilot, and 15+ AI tools.
PostgreSQL MCP Server — Database Queries for AI
MCP server for PostgreSQL database access. Run read-only SQL queries, inspect schemas, list tables, and analyze data directly from Claude Code or Cursor.
mcp-agent — Build AI Agents with MCP Patterns
mcp-agent is a Python framework for building AI agents using the Model Context Protocol. 8.2K+ GitHub stars. Implements composable workflow patterns (orchestrator, map-reduce, evaluator-optimizer, rou
Your full-stack backend, one MCP away
The Supabase MCP server goes beyond a simple database connector. Unlike the generic PostgreSQL MCP server which gives you raw SQL access, the Supabase server exposes the full Supabase platform — Postgres tables, Row Level Security policies, Auth users, Storage buckets, Edge Functions, and realtime subscriptions — as individual MCP tools the AI can reason about.
This matters because Supabase is a complete backend. When a developer asks "add a file upload feature," the AI agent needs to create a storage bucket, set RLS policies, write the upload API endpoint, and update the frontend. With the Supabase MCP server, the agent can do all of this in one conversation because it has visibility into every layer — no more "I've written the code but you'll need to create the bucket manually."
The server authenticates via your personal access token (not project API keys), which means it can manage multiple Supabase projects from a single connection. For teams building full-stack applications, pair it with the GitHub MCP server for automated PRs that include both frontend code and backend migrations. Browse the full list of database AI tools on TokRepo for alternatives like Neon, PlanetScale, and raw Postgres connectors.
Supabase gives your AI agent the same backend superpowers it gives developers — database, auth, storage, and functions in one platform.
Preguntas frecuentes
What is the Supabase MCP server?+
The official Supabase MCP server (@supabase/mcp-server-supabase) lets AI agents interact with your Supabase projects. It exposes tools for querying Postgres, managing tables and RLS policies, working with Auth users, Storage buckets, and Edge Functions. It authenticates with your personal access token and can manage multiple projects.
How do I get a Supabase access token?+
Go to supabase.com/dashboard/account/tokens, click 'Generate new token', give it a name, and copy the token (starts with sbp_). This is a personal access token that grants the same permissions as your Supabase dashboard account — keep it secure and never commit it to git.
How does this differ from the PostgreSQL MCP server?+
The PostgreSQL MCP server gives you raw SQL access to any Postgres database. The Supabase MCP server wraps the full Supabase Management API — including project creation, RLS policies, Auth configuration, Storage management, and Edge Functions. Use the Postgres MCP server when you only need SQL queries; use the Supabase server when you want the agent to manage your entire backend platform.
Can the Supabase MCP server create new tables and migrations?+
Yes. The server can create tables, add columns, set up foreign keys, and configure Row Level Security policies. For production use, we recommend reviewing AI-generated schema changes before applying them — the agent should propose migrations in a development project first, then you promote to production after review.
Is the Supabase MCP server safe for production projects?+
The server uses your personal access token, which has full dashboard-level permissions. For production safety: (1) Use a separate Supabase account with limited project access if possible. (2) Always review AI-proposed schema changes before applying. (3) Point the agent at a staging project for development work. (4) The server doesn't bypass RLS — data queries still respect your security policies.