npm @voteship/mcp-serverstreamable-httpMITupdated 17d ago
Official open-source agent integrations for VoteShip, the feature request, voting board, roadmap, and changelog platform.
What can you do with VoteShip?
VoteShip Agent Toolkit
Official open-source agent integrations for VoteShip, the feature request, voting board, roadmap, and changelog platform.
Connect Claude Code
claude mcp add --transport http --scope user voteship https://voteship.app/mcp
Connect Codex
codex mcp add voteship --url https://voteship.app/mcp
The hosted MCP endpoint exposes public tools, resources, a workflow prompt, and
an interactive board without credentials. For authenticated project
administration, run the local @voteship/mcp-server
package with a VoteShip project secret in the MCP host environment.
Install VoteShip on a website
npx -y @voteship/cli init --project-key pk_your_public_key
npx -y @voteship/cli verify --url https://your-site.example
The @voteship/cli installer supports common Next.js, React,
Vue, Vite, SvelteKit, Angular, and plain HTML projects. It is idempotent and
supports --dry-run and --json for agent workflows.
Development
corepack enable
pnpm install
pnpm test
pnpm typecheck
pnpm build
Security
Report suspected vulnerabilities privately to support@voteship.app. Do not
include VoteShip project secrets in issues, logs, or screenshots.
License
MIT
Install
Add VoteShip to your client. Pick the one you use.
{
"servers": {
"mcp-server": {
"type": "http",
"url": "https://voteship.app/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add mcp-server -- npx -y @voteship/mcp-servercodex mcp add mcp-server -- npx -y @voteship/mcp-serveramp mcp add mcp-server -- npx -y @voteship/mcp-server{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@voteship/mcp-server"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@voteship/mcp-server"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@voteship/mcp-server"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@voteship/mcp-server"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@voteship/mcp-server"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp-server": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@voteship/mcp-server"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp-server": {
"command": {
"path": "npx",
"args": [
"-y",
"@voteship/mcp-server"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @voteship/mcp-serverRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation19/25
- Maintenance19/25
- Trust13/20
- Capability0/15
- Install experience15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 9 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.2.3Latest | Aug 22, 2026 |
| 0.1.4 | Feb 16, 2026 |