joshuarileydev/supabase-mcp-server
FreeNot checkedSupabase MCP Server for managing and creating projects and organisations in Supabase
About
Supabase MCP Server for managing and creating projects and organisations in Supabase
README
A Model Context Protocol (MCP) server that provides programmatic access to the Supabase Management API. This server allows AI models and other clients to manage Supabase projects and organizations through a standardized interface.
Features
Project Management
- List all projects
- Get project details
- Create new projects
- Delete projects
- Retrieve project API keys
Organization Management
- List all organizations
- Get organization details
- Create new organizations
Installation
Add the following to your Claude Config JSON file
{
"mcpServers": {
"supabase": {
"command": "npx",
"args": [
"y",
"@joshuarileydev/supabase-mcp-server"
],
"env": {
"SUPABASE_API_KEY": "API_KEY_HERE"
}
}
}
}
Installing joshuarileydev/supabase-mcp-server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/joshuarileydev/supabaseFAQ
Is joshuarileydev/supabase-mcp-server MCP free?
Yes, joshuarileydev/supabase-mcp-server MCP is free — one-click install via Unyly at no cost.
Does joshuarileydev/supabase-mcp-server need an API key?
No, joshuarileydev/supabase-mcp-server runs without API keys or environment variables.
Is joshuarileydev/supabase-mcp-server hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install joshuarileydev/supabase-mcp-server in Claude Desktop, Claude Code or Cursor?
Open joshuarileydev/supabase-mcp-server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare joshuarileydev/supabase-mcp-server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
