supabase-nextjs-server MCP Server
@MCP-Mirror
About supabase-nextjs-server MCP Server
Mirror of
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
1Create new text notes
Overview
What is supabase-nextjs-server MCP Server?
A TypeScript-based MCP server that implements a simple notes system for NextJS. It provides resources for text notes, tools for creating notes, and prompts for generating summaries. Requires NEXT_PUBLIC_SUPABASE_URL and NEXT_PUBLIC_SUPABASE_ANON_KEY environment variables.
How to use supabase-nextjs-server MCP Server?
Install dependencies with npm install, build with npm run build, or use npm run watch for auto-rebuild. Configure the server in Claude Desktop's claude_desktop_config.json with the path to the built index.js. Use the create_note tool and summarize_notes prompt via MCP. Debug with the MCP Inspector using npm run inspector.
Key features of supabase-nextjs-server MCP Server
- List and access notes via
note://URIs - Each note includes title, content, and metadata
create_notetool to create notes with title and contentsummarize_notesprompt for LLM summarization- Plain text mime type for simple content access
- Requires Supabase environment variables for initialization
Use cases of supabase-nextjs-server MCP Server
- Managing text notes in a NextJS application through MCP
- Creating and summarizing notes via Claude Desktop or MCP clients
- Prototyping a notes system with Supabase backend and MCP integration
FAQ from supabase-nextjs-server MCP Server
What environment variables are required?
The server requires NEXT_PUBLIC_SUPABASE_URL and NEXT_PUBLIC_SUPABASE_ANON_KEY.
How do I install the server for Claude Desktop?
Add a configuration entry in claude_desktop_config.json with the command pointing to the built index.js file. Paths differ by OS (MacOS: ~/Library/Application Support/Claude/, Windows: %APPDATA%/Claude/).
How are notes stored?
Notes are stored in server state (in-memory). No external database is used.
What MCP primitives does the server support?
It supports resources (note:// URIs),
Frequently asked questions
What environment variables are required?
The server requires `NEXT_PUBLIC_SUPABASE_URL` and `NEXT_PUBLIC_SUPABASE_ANON_KEY`.
How do I install the server for Claude Desktop?
Add a configuration entry in `claude_desktop_config.json` with the command pointing to the built `index.js` file. Paths differ by OS (MacOS: `~/Library/Application Support/Claude/`, Windows: `%APPDATA%/Claude/`).
How are notes stored?
Notes are stored in server state (in-memory). No external database is used.
What MCP primitives does the server support?
It supports resources (`note://` URIs),
Basic information
More Cloud & Infrastructure MCP servers
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
Cloudflare MCP Server
cloudflareTerraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
Comments