featurepulse-mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@featurepulse-mcpWhat are the top feature requests by MRR?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
FeaturePulse MCP Server
A Model Context Protocol (MCP) server for FeaturePulse feedback management. Connect FeaturePulse to any MCP-compatible AI client to query feature requests, analyze MRR impact, and manage your product roadmap through natural language.
Features
5 Tools — Feature requests, stats, search, grouping, and status updates
MRR Data — Every request includes revenue impact from paying customers
Search & Filter — By status, priority, votes, or free-text search
Write Access — Update feature request status and priority directly
Related MCP server: Coolify MCP Server
Prerequisites
Node.js v18+
MCP Client — Claude Code, Claude Desktop, Cursor, Windsurf, or any MCP-compatible client
FeaturePulse API Key — Get one from your FeaturePulse dashboard under Project Settings
Quick Start with Claude Code
The fastest way to start — run npx directly through Claude Code. No clone, no build.
Step 1: Get Your API Key
Go to your FeaturePulse dashboard
Open Project Settings
Copy your API Key
Step 2: Add the MCP Server
claude mcp add --transport stdio featurepulse \
--scope user \
--env FEATUREPULSE_API_KEY=<YOUR_API_KEY> \
-- npx -y featurepulse-mcpReplace <YOUR_API_KEY> with your API key.
Step 3: Restart Claude Code
Quit and reopen Claude Code for the new server to load.
Step 4: Verify
Ask Claude:
List the available FeaturePulse tools.You should see 5 tools including list_feature_requests and get_project_stats.
Setup with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"featurepulse": {
"command": "npx",
"args": ["-y", "featurepulse-mcp"],
"env": {
"FEATUREPULSE_API_KEY": "your-api-key-here"
}
}
}
}Setup with Cursor / Windsurf
Add the same configuration to your editor's MCP settings file. Both Cursor and Windsurf support the MCP standard.
Available Tools
Tool | Type | Description |
| Read | Browse and filter feature requests with MRR data. Filter by status, priority; sort by votes, MRR, or date. |
| Read | High-level overview — total requests, votes, MRR by status and priority. Top 10 by votes and MRR. |
| Read | Full-text search across feature request titles. |
| Read | Group requests by status or priority with aggregated counts and MRR. |
| Write | Change the status, priority, or status message of a feature request. |
Example Prompts
"What are the top feature requests by MRR?"
"Show me all pending high-priority requests"
"How much revenue is behind planned features?"
"Search for feedback about dark mode"
"Mark the dark mode request as in_progress"
"Give me a summary of feature requests grouped by status"
Configuration
Variable | Required | Description |
| Yes | Your project API key from the FeaturePulse dashboard |
| No | API base URL (defaults to |
How It Works
AI Assistant ←→ MCP Server (stdio/JSON-RPC) ←→ FeaturePulse API (HTTPS)The MCP server communicates over stdio using JSON-RPC. When your AI assistant calls a tool (e.g. list_feature_requests), the server makes authenticated requests to the FeaturePulse API and returns formatted results.
Development
cd mcp-server
npm install
npm run dev # Run with tsx (auto-reload)
npm run build # Compile TypeScript
npm start # Run compiled versionTesting with MCP Inspector
npx @modelcontextprotocol/inspector npx featurepulse-mcpLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA versatile Model Context Protocol server that enables AI assistants to manage calendars, track tasks, handle emails, search the web, and control smart home devices.23
- AlicenseNot gradedqualityAmaintenanceA Model Context Protocol server that enables AI assistants to interact with Coolify instances through natural language, allowing management of servers, applications, databases, and deployments.2,970559MIT
- FlicenseDqualityDmaintenanceA Model Context Protocol server that enables querying feature suggestions from a Supabase database, allowing AI tools like Cursor and Claude to access and display feature request data.1
- AlicenseBqualityDmaintenanceA Model Context Protocol server providing AI assistants with comprehensive project, task, and subtask management capabilities with project-specific storage.293988MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/featurepulse/featurepulse-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server