Supabase
Freeby MCP Community
Supabase runtime adapter for MCP servers built with ModelFetch
v1.0.13Added Apr 12, 2026
model-context-protocolmcpmcp-serveraiai-integration
Supabase MCP Server
Supabase runtime adapter for MCP servers built with ModelFetch
Installation
Reviews
Installation
Quick install
npx -y @modelfetch/supabase
Add to claude_desktop_config.json
{
"mcpServers": {
"supabase": {
"command": "npx",
"args": ["-y", "@modelfetch/supabase"]
}
}
}