Catalog
io.github.MattKilmer/voteship
OfficialManage feature requests, votes, roadmaps, and changelogs from any MCP client.
Manage feature requests, voting, roadmaps, and changelogs across MCP clients.
README not available yet.
Install
Configuration
Environment variables
VOTESHIP_API_KEYrequiredsecretYour VoteShip API key (found in Settings → API Keys)
claude_desktop_config.json
{
"mcpServers": {
"voteship": {
"command": "npx",
"args": [
"-y",
"@voteship/mcp-server@0.1.4"
],
"env": {
"VOTESHIP_API_KEY": "<YOUR_VOTESHIP_API_KEY>"
}
}
}
}