Upvote Club Remote MCP
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Upvote Club Remote MCPCreate a task to upvote my article on Hacker News"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Upvote.club — Remote MCP Server
Streamable HTTP MCP server for Claude.ai custom connectors.
Per Anthropic remote MCP docs: add https://YOUR-HOST/mcp in Settings → Connectors → Add custom connector, with X-API-Key request header (upv_...).
Upvote Club MCP packages
Package | Repository | Use case |
Core | Shared MCP server library (6 tools) | |
Local | Cursor, Claude Code, manual Claude Desktop ( | |
MCPB | Single-click Claude Desktop | |
Remote | This repo — upvote-club-mcp-remote | Claude.ai custom connector (Streamable HTTP) |
Apps | MCP Apps + inline task progress UI |
Related MCP server: TelemetryFlow Python MCP Server
Run locally
git clone https://github.com/upvoteclub/upvote-club-mcp-remote.git
cd upvote-club-mcp-remote
npm install
UPVOTE_API_KEY=upv_... npm start
# → http://localhost:8787/mcp
curl http://localhost:8787/healthTest with tunnel
npx cloudflared tunnel --url http://localhost:8787
# Add the HTTPS URL + /mcp as custom connector in Claude.aiAuth modes
Per-user (recommended): Claude sends
X-API-Key: upv_...on every request (Request headers in connector settings).Server default: Set
UPVOTE_API_KEYenv var on the host (single shared key — not for production multi-tenant).
Deploy (Heroku example)
git clone https://github.com/upvoteclub/upvote-club-mcp-remote.git
cd upvote-club-mcp-remote
heroku create upvote-club-mcp --buildpack heroku/nodejs
git push heroku mainEnvironment
Variable | Default | Description |
|
| HTTP port |
|
| Bind address |
|
| Backend API |
| — | Optional fallback API key |
Tools (6)
get_api_reference, list_platforms, create_task, get_task_status, delete_task
Full reference: API_REFERENCE.md
Related
Core dependency: @upvote-club/mcp-core
Want inline task progress UI in chat? → upvote-club-mcp-apps
Local stdio instead of HTTP? → upvote-club-mcp-local
Security
Use HTTPS in production
Prefer per-user
X-API-Keyheaders over a shared env keyDo not expose without TLS
Privacy
Proxies requests to https://api.upvote.club only. https://upvote.club/privacy-policy
This server cannot be deployed
Maintenance
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Remote MCP server for supportsheep: run AI interviews and manage support content for your blog.
Use AI models for chat, image, and video generation from Claude Code and other MCP hosts.
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Related MCP Servers
- AlicenseAqualityAmaintenanceMCP Server for the Notion API, enabling Claude to interact with Notion workspaces.314,626 npm922MIT
- AlicenseNot gradedqualityCmaintenanceEnterprise-grade MCP server integrating Claude AI capabilities, enabling AI-powered conversations, file operations, and system tools via the Model Context Protocol.1Apache 2.0
- AlicenseNot gradedqualityFmaintenanceA simple MCP server that enables Claude to communicate with locally running LLM models via LM Studio.9MIT
- AlicenseAqualityDmaintenanceMCP server for Claude Code to interact with OpenClaw AI agents (Daemon, Soren, Ash, etc.) via the gateway API, providing tools to ask agents, list them, and check their status.3297 npmMIT