Upvote Club Remote MCP
Click on "Install 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 MCPshow my recent upvotes"
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_...).
Run locally
cd upvote-club-mcp/remote
npm install
UPVOTE_API_KEY=upv_... npm start
# → http://localhost:8787/mcp
curl http://localhost:8787/healthRelated MCP server: Discord MCP Server
Test 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)
cd upvote-club-mcp/remote
heroku create upvote-club-mcp --buildpack heroku/nodejs
git subtree push --prefix upvote-club-mcp/remote heroku mainOr deploy as a separate Heroku app pointing at this folder.
Environment
Variable | Default | Description |
|
| HTTP port |
|
| Bind address |
|
| Backend API |
| — | Optional fallback API key |
Tools
All 7 Public API tools — see ../docs/ENDPOINT_MAP.md.
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alxgntv/upvote-club-mcp-remote'
If you have feedback or need assistance with the MCP directory API, please join our Discord server