FeedbackBasket MCP Server
Model Context Protocol (MCP) server for FeedbackBasket that allows AI assistants to query your project feedback and bug reports.
Features
- 🔍 List Projects - View all your FeedbackBasket projects with summary statistics
- 📝 Get Feedback - Retrieve feedback with filtering by category, status, sentiment, and more
- 🐛 Get Bug Reports - Specifically fetch bug reports with severity classification
- 🔎 Search Feedback - Search across all feedback content using text queries
- 🔐 Secure Authentication - Uses API keys with project-level access control
- 📊 Rich Statistics - Get counts by category, status, sentiment, and severity
Installation & Setup
1. Generate API Key
First, you'll need to create an API key from your FeedbackBasket account:
- Visit feedbackbasket.com and log into your account
- Navigate to your Account Settings (click your profile → Account)
- Find the "MCP API Keys" section
- Click "New API Key"
- Name your key (e.g., "Claude Desktop", "Cursor IDE", "Windsurf")
- Select projects you want to grant access to (or leave empty for all projects)
- Copy the generated API key (starts with
fb_key_
) - you'll only see the full key once!
💡 Tip: You can manage your API keys anytime from your account settings at feedbackbasket.com/account
2. Configure Your Editor
Add the MCP server to your editor's configuration:
Quick Setup (All Editors)
Detailed Examples
Claude Desktop
Cursor/Windsurf
Environment Variable (Alternative)
Usage Examples
Once configured, you can ask your AI assistant:
Project Overview
- "Show me all my FeedbackBasket projects"
- "What projects do I have and how much feedback do they have?"
Bug Reports
- "Show me all bug reports from my projects"
- "Get high severity bug reports that are still pending"
- "Find bug reports for my main website project"
Feedback Analysis
- "Show me negative feedback from the last week"
- "Get all feature requests from my mobile app project"
- "Search for feedback containing 'login error'"
Filtering & Search
- "Show me reviewed feedback with positive sentiment"
- "Find all pending bug reports with high severity"
- "Search for feedback about 'payment issues' in my e-commerce project"
Available Tools
list_projects
Lists all projects accessible by your API key with summary statistics.
get_feedback
Retrieves feedback with optional filtering:
projectId
- Filter by specific projectcategory
- Filter by BUG, FEATURE, or REVIEWstatus
- Filter by PENDING, REVIEWED, or DONEsentiment
- Filter by POSITIVE, NEGATIVE, or NEUTRALsearch
- Text search in feedback contentlimit
- Number of results (max 100)includeNotes
- Include internal notes
get_bug_reports
Specifically fetches bug reports with computed severity:
projectId
- Filter by specific projectstatus
- Filter by bug statusseverity
- Filter by high, medium, or low severitysearch
- Text search in bug reportslimit
- Number of results (max 100)includeNotes
- Include internal notes
search_feedback
Searches feedback content across all accessible projects:
query
- Search text (required)projectId
- Limit to specific projectcategory
- Filter by categorylimit
- Number of results (max 50)
Security & Privacy
- ✅ Read-only access - MCP server can only read data, never modify
- ✅ Project-level permissions - Grant access only to specific projects
- ✅ API key authentication - Secure token-based authentication
- ✅ Usage tracking - Monitor API key usage in your dashboard
- ✅ Revokable access - Instantly deactivate API keys if needed
- ✅ Subscription limits respected - Only returns feedback within your plan limits
Troubleshooting
"Invalid or missing API key"
- Check that your API key starts with
fb_key_
- Ensure the API key is still active in your dashboard
- Verify the API key has access to at least one project
"No projects found"
- Make sure your API key has been granted access to projects
- Check that you have projects in your FeedbackBasket account
"Authentication failed"
- Verify your API key hasn't been revoked
- Check that the API key format is correct (71 characters, starts with
fb_key_
)
Installation Issues
- Ensure you have Node.js installed
- Try clearing npx cache:
npx clear-npx-cache
- Check your internet connection for package downloads
API Key Management
Visit your FeedbackBasket dashboard to:
- Generate new API keys
- Manage project access for existing keys
- View usage statistics
- Deactivate or delete keys
- Monitor key activity
Support
- 🐛 Issues: GitHub Issues
- 📖 Docs: FeedbackBasket Documentation
This server cannot be installed
Model Context Protocol server that enables AI assistants to query and analyze project feedback and bug reports from FeedbackBasket projects, with filtering by category, status, sentiment, and search capabilities.
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that integrates with Linear, enabling AI assistants to create, update, search, and comment on issues for project management and issue tracking.Last updated -56PythonApache 2.0
- -securityFlicense-qualityA Model Context Protocol server implementation that enables AI assistants to interact with Linear project management systems, allowing them to create, retrieve, and modify data related to issues, projects, teams, and users.Last updated -153TypeScript
- -securityFlicense-qualityA comprehensive Model Context Protocol server implementation that enables AI assistants to interact with file systems, databases, GitHub repositories, web resources, and system tools while maintaining security and control.Last updated -161TypeScript
- AsecurityAlicenseAqualityA Model Context Protocol server providing AI assistants with comprehensive project, task, and subtask management capabilities with project-specific storage.Last updated -292542TypeScriptMIT License