πŸ€–Β Β Model Context Protocol Β· 32 Tools

Your feature board,
managed by AI

Connect Claude, Cursor, or any AI assistant to your Features.Vote board. Merge duplicates, reply to users, publish changelogs, and moderate feedback β€” all through natural language.

featuresvote β€” MCP Session
Y
YOU
"What are the top 5 open feature requests?"
AI
CLAUDE
list_features
1.Dark mode support
89 votes
2.CSV data export
67 votes
3.Slack integration
52 votes
4.Custom domain
38 votes
5.API webhooks
29 votes
Y
YOU
"Merge the two dark mode posts and mark as in progress"
AI
CLAUDE
merge_featuresupdate_feature_status
βœ“Merged posts. Combined: 89 + 34 = 123 votes
βœ“Status updated to in_progress
Works with
Claude Desktop
Claude Code
Cursor
Any MCP client

Ask in plain English β€”
Claude handles the rest

The MCP server exposes 32 tools that let your AI assistant perform any action on your feature board β€” no API calls, no docs to read, no context switching.

πŸ’¬
Talk to your user feedback
Ask what your users want most. Get ranked summaries, trending topics, and insights across all your feature requests in seconds β€” without opening a dashboard.
πŸ’¬"What are the top 10 open requests this month?"
πŸ”„
Update post status
Move features through the pipeline β€” pending β†’ under review β†’ in progress β†’ done β€” with a single plain-English instruction.
πŸ’¬"Mark the dark mode request as in progress"
πŸ–ŠοΈ
Comment as admin
Post official responses under your brand persona. Users see a real reply from your team. You never left your IDE.
πŸ’¬"Reply to the CSV export post: shipping next sprint"
πŸ”€
Merge duplicate posts
Combine overlapping requests so votes aren't split. Voters, subscribers, and tags from both posts are preserved and combined on the winning target.
πŸ’¬"Merge the two dark mode feature requests"
πŸ—‘οΈ
Delete spam & junk posts
Flag and remove spam posts or off-topic submissions instantly. Keep the board clean and credible without manual triage.
πŸ’¬"Delete the spam post about buying followers"
πŸ“–
Read comments for context
Before responding, let Claude read every comment thread on a post to understand the full user intent behind the request.
πŸ’¬"Summarize all comments on the API rate-limits post"
πŸ“¦
Publish changelog releases
Create a release, link completed features, generate AI-written copy, and send the email to subscribers β€” one instruction does it all.
πŸ’¬"Create a v2.4 release with the last 5 done features and send it"
πŸ”
Git history β†’ grouped changelog
Paste your git log. Claude clusters commits by theme, groups related changes, and produces a structured, publish-ready changelog β€” with AI summaries per section.
πŸ’¬"Here's our git log since v2.3 β€” create a changelog release"

Three steps to get started

1
Generate an API key
Open your project settings β†’ API Keys β†’ New Key. Your key starts with fv_live_
Requires Growth or VIP plan
2
Add to your AI assistant
Drop the MCP server config into Claude Desktop, Claude Code, or Cursor. Paste your API key into the env block. That's it.
3
Start talking to your board
Open a new conversation and ask anything. Claude auto-discovers all 32 tools β€” no additional setup beyond the config file.
claude_desktop_config.json
{ "mcpServers": { "featuresvote": { "command": "npx", "args": ["-y", "@features-vote/mcp-server"], "env": { "FEATURESVOTE_API_KEY": "fv_live_..." } } } } // Then just ask: > What are my top open feature requests?
Installation

One command,
any AI assistant

Pick your environment and paste your API key. The server runs via npx β€” no global install needed.

~/Library/Application Support/Claude/claude_desktop_config.json
{ "mcpServers": { "featuresvote": { "command": "npx", "args": ["-y", "@features-vote/mcp-server"], "env": { "FEATURESVOTE_API_KEY": "fv_live_your_key_here" } } } }

Get your API key from Settings β†’ API Keys. Requires Growth or VIP plan. Set FEATURESVOTE_BASE_URL to http://localhost:3000/api to test against a local dev server.

Everything the MCP server can do

32 tools across 7 categories. Claude discovers and uses them automatically β€” you just describe what you want.

Features9 tools
list_featuresList with status, tag, search & pagination filters
create_featureCreate a new feature request
get_featureFetch a single feature by ID
update_featureUpdate title, description, status, or tags
update_feature_statusChange only the status field
toggle_feature_privateHide a post from the public board
delete_featurePermanently delete a feature
merge_featuresCombine two posts, preserving all votes
link_feature_to_releaseAssociate a feature with a release
Comments4 tools
list_commentsList all comments on a feature
create_commentPost an admin comment or internal note
update_commentEdit an existing comment
delete_commentRemove a comment
Releases7 tools
list_releasesList all releases including drafts
create_releaseCreate a draft or published release
get_releaseFetch a single release by ID
update_releaseUpdate fields or publish a draft
delete_releaseDelete a release and unlink features
generate_changelogAI-generate release copy from linked features
send_changelog_emailEmail changelog to subscribers
Voters2 tools
list_votersList all voters on a feature
add_voterAdd a voter β€” existing user or new
Personas4 tools
list_personasList all admin personas
create_personaCreate a named identity for posting
update_personaUpdate an existing persona
delete_personaRemove a persona
Webhooks4 tools
list_webhooksList all configured webhooks
create_webhookCreate an endpoint β€” secret returned once
update_webhookUpdate URL, events, or pause delivery
delete_webhookRemove a webhook permanently
Project2 tools
get_projectGet project details and settings
get_project_statsAnalytics: votes, views, features, releases
πŸ”‘

Available on Growth & VIP plans

API key access β€” required for the MCP server β€” is included on Growth and VIP plans. Generate up to 5 active keys per project from your settings.

Growth Β· 100 req / 60 s
VIP Β· 300 req / 60 s
Up to 5 API keys per project
Upgrade to Growth β†’
32 tools Β· No SDK Β· Works with any MCP client

Start managing your feature board
with AI today

One API key. Connect any AI assistant. No code required beyond a single config file.