Premium Plan

AI-Powered Feature Prioritization with Claude MCP

Connect FeaturePulse to Claude, Cursor, Windsurf, and other AI tools via the Model Context Protocol. Query feature requests, analyze MRR impact, and update statuses — all from your AI workflow.

How It Works

1

Get Your API Key

Copy your API key from the FeaturePulse dashboard under Project Settings.

2

Add the MCP Server

Run a single command to add it to Claude Code, or paste the config into Claude Desktop/Cursor. Takes under 2 minutes.

3

Query with AI

Ask your AI assistant things like "What are the top feature requests by MRR?" and get live data from FeaturePulse.

What Is the Model Context Protocol?

The Model Context Protocol (MCP) is an open standard that lets AI assistants connect to external tools and data sources. With the FeaturePulse MCP server, your AI assistant gets direct access to your feature request data — no copy-pasting, no context switching.

Architecture diagram showing Claude connected to MCP Server via stdio/JSON-RPC, which connects to FeaturePulse API via HTTPS
The MCP server bridges Claude and your FeaturePulse data

Available Tools

  • list_feature_requests — Browse and filter all feature requests with full MRR data
  • get_project_stats — High-level overview: total requests, votes, and MRR by status/priority
  • search_feedback — Full-text search across feature requests
  • analyze_feedback_by_group — Group requests by status or priority with aggregated MRR
  • update_feature_status — Change status or priority of a feature request

Setup with Claude Code / Claude Desktop

For Claude Code, run this single command:

bash
claude mcp add --transport stdio featurepulse \
  --scope user \
  --env FEATUREPULSE_API_KEY=<YOUR_API_KEY> \
  -- npx -y featurepulse-mcp

For Claude Desktop or other clients, add this to your config file (claude_desktop_config.json):

json
{
  "mcpServers": {
    "featurepulse": {
      "command": "npx",
      "args": ["-y", "featurepulse-mcp"],
      "env": {
        "FEATUREPULSE_API_KEY": "your-api-key-here"
      }
    }
  }
}

Setup with Cursor / Windsurf

Add the same MCP server configuration to your editor's MCP settings. Cursor and Windsurf both support the MCP standard — check their documentation for the config file location.

Developer asking Claude about top feature requests by MRR and getting structured results with vote counts and revenue data
Ask natural language questions and get live feature request data

Example Prompts

  • "What are the top 5 feature requests by MRR impact?"
  • "Show me all approved requests that aren't started yet"
  • "How much MRR is behind high-priority pending requests?"
  • "Search for feedback about dark mode"
  • "Mark the dark mode request as in_progress"

Pair the MCP integration with GitHub integration for a powerful AI-driven workflow: analyze feature requests with Claude, then automatically create GitHub Issues for the ones you decide to build.

Why Use Claude MCP with FeaturePulse

AI-Native Workflow

Access feature requests directly from Claude, Cursor, or any MCP-compatible tool.

Revenue Insights

Ask your AI to analyze MRR impact and prioritize features by business value.

Search & Filter

Full-text search, filter by status/priority, and sort by votes or MRR.

Update Statuses

Move feature requests through your workflow without leaving your AI tool.

Available on Premium Plan

Available on Premium ($9/mo) and Enterprise plans.

Trusted by iOS developers

C
Calmify
s
snapshine
W
Wingman
F
Fontify
T
To-Doo Boo

Start with FeaturePulse Today

Start collecting feature requests from your iOS users today. Free to get started, no credit card required.