@joshuarileydev/supabase-mcp-server
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.
Supabase MCP Server
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"
}
}
}
}
Recommend MCP Servers 💡
@harperdb/mcp-server
An MCP server that exposes HarperDB data as structured 'Resources' via JSON-RPC calls, supporting read-only access, filtering, and pagination.
mongodb-mcp-server
A Model Context Protocol server for interacting with MongoDB Databases and MongoDB Atlas, providing tools for data management and administration.
viragtripathi/cockroachdb-mcp-server
A production-grade, spec-aligned MCP server using FastAPI and CockroachDB for context management
@gomomento/mcp-momento
A simple Model Context Protocol (MCP) server implementation for Momento Cache, providing tools to interact with Momento Cache for operations like get, set, list, create, and delete caches.
pocketbase-mcp
An MCP server providing sophisticated tools for interacting with PocketBase databases, enabling advanced database operations, schema management, and data manipulation.