Developer Tools
Trust: 30/100 (Limited)io.github.MattKilmer/voteship Guide
Manage feature requests, votes, roadmaps, and changelogs from any MCP client.
by MattKilmer
Quick Start
Install
npx @voteship/mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-mattkilmer-voteship": {
"command": "npx",
"args": [
"@voteship/mcp-server"
]
}
}
}