MCP server for VoteShip - manage feature requests, votes, roadmaps, and changelogs from any MCP client. 22 tools, 5 resources, 4 workflow prompts. Triage feedback, detect duplicates, plan sprints, and generate changelogs with AI
Overview
VoteShip MCP Server
Manage feature requests, votes, roadmaps, and changelogs directly from Claude Code, Cursor, Windsurf, or any MCP-compatible client.
22 Tools
- Posts: list, get, create, update, delete
- Votes: add vote, get voters
- Comments: add, list
- Tags: list, create
- Users: list board users
- Roadmap: get roadmap view
- Releases: list, create
- Analytics: get project analytics
- AI: submit feedback, triage inbox, summarize, plan sprint
- Webhooks: configure webhook
5 Resources
- Project overview, board state, roadmap, changelog, analytics
4 Prompts
- Triage inbox, sprint planning, changelog generation, feedback summary
Setup npx @voteship/mcp-server
Requires a VOTESHIP_API_KEY from your VoteShip dashboard (Settings → API Keys).
Server Config
{
"mcpServers": {
"voteship": {
"command": "npx",
"args": [
"-y",
"@voteship/mcp-server"
],
"env": {
"VOTESHIP_API_KEY": "<YOUR_API_KEY>"
}
}
}
}