upvote-club-apps
Click 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-appsCheck the status of task abc123"
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 — MCP Apps
Interactive MCP App with an inline task progress card for get_task_status.
All 7 Public API tools are available; get_task_status renders a progress bar UI in Claude.
Build & run
cd upvote-club-mcp/apps
npm install
npm run build
UPVOTE_API_KEY=upv_... npm start
# → http://localhost:8788/mcpStdio (Claude Desktop dev config):
UPVOTE_API_KEY=upv_... npm run start:stdio{
"mcpServers": {
"upvote-club-apps": {
"command": "node",
"args": ["/ABS/PATH/upvote-club-mcp/apps/main.js", "--stdio"],
"env": { "UPVOTE_API_KEY": "upv_..." }
}
}
}Related MCP server: ms-todo-mcp
Test with tunnel
Expose http://localhost:8788/mcp via Cloudflare Tunnel and add as Claude.ai custom connector with X-API-Key header.
UI design
Follows MCP Apps design guidelines: inline card, Claude theme CSS variables, max 2 actions (Refresh).
Privacy
Connects only to https://api.upvote.club. https://upvote.club/privacy-policy
This server cannot be deployed
Maintenance
Related MCP Connectors
The official MCP Server for the Mux API
MCP server for Hostinger API
A simple MCP server built with FastMCP and python
An MCP server that provides congressional transcripts
Related MCP Servers
- MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server to read and manage your Microsoft To Do tasks through the Microsoft Graph To Do API.MIT
- AlicenseAqualityAmaintenanceAn MCP server that reads public GitHub Projects v2 boards (including item-level data like status and custom fields) without authentication, using official APIs and fallback methods for user-owned projects.521 npmMIT
- FlicenseNot gradedqualityCmaintenanceRemote MCP server allowing Claude to interact with the Upvote.club API through 7 tools, supporting per-user authentication via X-API-Key header.-