feature-request-collection-mcp
Supabase MCP Server
Documentation
Supabase MCP Server
This is a Model Context Protocol (MCP) server that connects to Supabase and allows you to query the feature_suggestions table.
Prerequisites
- Node.js (v16 or higher)
- npm
- Supabase project with credentials
Setup
1. Make sure your `.env` file contains the following Supabase credentials:
SUPABASE_URL=your_supabase_url
SUPABASE_ANON_KEY=your_supabase_anon_key2. Install the required dependencies:
npm installRunning the Server
Run the MCP server using:
npx tsx mcp-server.tsOr use the npm script:
npm run devConnecting to AI Tools
Cursor
1. Open Cursor and navigate to Cursor Settings.
2. Under the Features tab, tap + Add new MCP server under the MCP Servers section.
3. Enter the following details:
4. You should see a green active status after the server is successfully connected.
Claude Desktop
1. Open Claude desktop and navigate to Settings.
2. Under the Developer tab, tap Edit Config to open the configuration file.
3. Add the following configuration:
{
"mcpServers": {
"supabase": {
"command": "npx",
"args": ["tsx", "/path/to/mcp-server.ts"]
}
}
}4. Save the configuration file and restart Claude desktop.
Available Tools
query_feature_suggestions
Query the feature_suggestions table in your Supabase database.
Parameters:
- `limit` (number, optional): Maximum number of records to return (default: 100)
Example usage in AI tool:
Can you show me feature suggestions from the database?Or with a limit:
Can you show me the top 10 feature suggestions?Troubleshooting
- If you encounter connection issues, make sure your Supabase credentials are correct.
- Check the console output for any error messages.
- Ensure that the feature_suggestions table exists in your Supabase database.
Frequently asked questions
What is feature-request-collection-mcp?
feature-request-collection-mcp is Supabase MCP Server
How do I install feature-request-collection-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is feature-request-collection-mcp open source?
Yes — it is hosted on GitHub at https://github.com/adiletD/feature-request-collection-mcp.
Related MCP tools
Model Context Protocol Servers
The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra
A MCP for Claude Desktop / Claude Code / Windsurf / Cursor to build n8n workflows for you
MCP server to provide Figma layout information to AI coding agents like Cursor
The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Instant is the best backend for AI-coded apps. You get auth, permissions, storage, presence, and streams — everything you need to ship apps your users will love.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP