
Supabase MCP Server Featured
Contribute to JoshuaRileyDev/supabase-mcp-server development by creating an account on GitHub.
JoshuaRileyDev
README
supabase-mcp-server/README.md at main · JoshuaRileyDev/supabase-mcp-server · GitHub
Navigation Menu
Toggle navigation
-
Product
- GitHub Copilot Write better code with AI
- Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
Explore
-
Solutions
By company size
By use case
By industry
-
Resources
Topics
Explore
-
Open Source
Repositories
-
Enterprise
Available add-ons
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search
Clear
Provide feedback
We read every piece of feedback, and take your input very seriously.
Include my email address so I can be contacted
Cancel Submit feedback
Saved searches
Use saved searches to filter your results more quickly
Name
Query
To see all available qualifiers, see our documentation.
Cancel Create saved search
Sign up Reseting focus
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
{{ message }}
JoshuaRileyDev / supabase-mcp-server Public
-
Notifications You must be signed in to change notification settings
Additional navigation options
Files
main
-
dist
-
node_modules
-
README.md
-
index.ts
-
package-lock.json
-
package.json
-
schemas.ts
-
tsconfig.json
Breadcrumbs
/
README.md
Copy path
Blame
Blame
Latest commit
Dec 6, 2024
78289d0 · Dec 6, 2024
History
36 lines (31 loc) · 807 Bytes
Breadcrumbs
/
README.md
Top
File metadata and controls
-
Preview
-
Code
-
Blame
36 lines (31 loc) · 807 Bytes
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"
}
}
}
}
Footer
Footer navigation
You can’t perform that action at this time.
Recommended Servers
Claude Code MCP
claude-code-mcp. Contribute to auchenberg/claude-code-mcp development by creating an account on GitHub.

Linear MCP Server
A server that integrates Linear's project management system with the Model Context Protocol (MCP) to allow LLMs to interact with Linear. - jerhadf/linear-mcp-server
MCP DuckDB Knowledge Graph Memory Server
MCP Memory Server with DuckDB backend. Contribute to IzumiSy/mcp-duckdb-memory-server development by creating an account on GitHub.
mcp-shodan
MCP server for querying the Shodan API. Contribute to BurtTheCoder/mcp-shodan development by creating an account on GitHub.
contentful-mcp
MCP (Model Context Protocol) server for the Contentful Management API - ivo-toby/contentful-mcp
dbt Semantic Layer MCP Server
MCP Server for querying DBT Semantic Layer. Contribute to TommyBez/dbt-semantic-layer-mcp-server development by creating an account on GitHub.
Metabase MCP Server
mcp metabase. Contribute to imlewc/metabase-server development by creating an account on GitHub.
@kazuph/mcp-gmail-gas
Contribute to kazuph/mcp-gmail-gas development by creating an account on GitHub.

Airtable MCP Server
Search, create and update Airtable bases, tables, fields, and records using Claude Desktop and MCP (Model Context Protocol) clients - felores/airtable-mcp

SettleMint
Integrate SettleMint into your application with ease. - sdk/sdk/mcp at main · settlemint/sdk