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
Server Config
{
"mcpServers": {
"voteship": {
"command": "npx",
"args": [
"-y",
"@voteship/mcp-server"
],
"env": {
"VOTESHIP_API_KEY": "<YOUR_API_KEY>"
}
}
}
}