Supabase
Freeby MCP Community
MCP (Model Context Protocol) server for self-hosted Supabase instances. Allows AI assistants to interact with your self-hosted Supabase database.
v1.0.10Added Apr 12, 2026
supabasemcpself-hostedaiclaude
Supabase MCP Server
MCP (Model Context Protocol) server for self-hosted Supabase instances. Allows AI assistants to interact with your self-hosted Supabase database.
Installation
Reviews
Installation
Quick install
npx -y @aliyun-rds/supabase-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"supabase": {
"command": "npx",
"args": ["-y", "@aliyun-rds/supabase-mcp-server"]
}
}
}