← Index

io.github.MattKilmer/voteship

io.github.MattKilmer/voteship·v0.1.4·Maps & Location
Quality Score
77
/100

Manage feature requests, votes, roadmaps, and changelogs from any MCP client.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "voteship": {
      "command": "npx",
      "args": [
        "-y",
        "@voteship/mcp-server"
      ],
      "env": {
        "VOTESHIP_API_KEY": "<your-voteship_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "voteship": {
      "command": "npx",
      "args": [
        "-y",
        "@voteship/mcp-server"
      ],
      "env": {
        "VOTESHIP_API_KEY": "<your-voteship_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @voteship/mcp-server
§02  Environment variables
VOTESHIP_API_KEY
requiredsecret

Your VoteShip API key (found in Settings → API Keys)

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Maps & Location