@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 💡
cdata-jdbc-mcp-server
A read-only MCP Server that connects Claude Desktop to external data through CData JDBC Drivers
opensearch-mcp-server-py
opensearch-mcp-server-py is a Model Context Protocol (MCP) server for OpenSearch that enables AI assistants to interact with OpenSearch clusters. It provides a standardized interface for AI models to perform operations like searching indices, retrieving mappings, and managing shards through both stdio and streaming (SSE/Streamable HTTP) protocols.
neo4j-contrib/mcp-neo4j
A collection of Model Context Protocol (MCP) servers that enable natural language interaction with Neo4j databases and cloud services, including Cypher query generation, knowledge graph memory, Aura cloud management, and data modeling.
mcp-adonet-server
A C#-based MCP server enabling ADO.NET ODBC database interactions for LLMs via Model Context Protocol, supporting SQL/SPARQL queries and Virtuoso-specific features
@valuprosys/mysql-mcp-server
提供对MySQL数据库只读访问的MCP服务器,支持列出数据库、表,描述表结构及执行只读SQL查询。
couchbase
An MCP server implementation for interacting with Couchbase clusters, supporting CRUD operations and SQL++ queries.