Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Upvote.Club — Apps

FreeNot checked

Provides an MCP Apps interface to the Upvote Club API, enabling task management with an inline progress card UI in Claude.

GitHubEmbed

About

Provides an MCP Apps interface to the Upvote Club API, enabling task management with an inline progress card UI in Claude.

README

Interactive MCP App with an inline task progress card for get_task_status.

All 6 Public API tools are available; get_task_status renders a progress bar UI in Claude.

Upvote Club MCP packages

Package Repository Use case
Core upvote-club-mcp-core Shared MCP server library (6 tools)
Local upvote-club-mcp-local Cursor, Claude Code, manual Claude Desktop (stdio)
MCPB upvote-club-mcp-mcpb Single-click Claude Desktop .mcpb install
Remote upvote-club-mcp-remote Claude.ai custom connector (Streamable HTTP)
Apps This repoupvote-club-mcp-apps MCP Apps + inline task progress UI

Build & run

git clone https://github.com/upvoteclub/upvote-club-mcp-apps.git
cd upvote-club-mcp-apps
npm install
npm run build
UPVOTE_API_KEY=upv_... npm start
# → http://localhost:8788/mcp

Stdio (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_..." }
    }
  }
}

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).

Tools (6)

get_api_reference, list_platforms, create_task, get_task_status, delete_task

Full reference: API_REFERENCE.md

Related

Privacy

Connects only to https://api.upvote.club. https://upvote.club/privacy-policy

from github.com/upvoteclub/upvote-club-mcp-apps

Installing Upvote.Club — Apps

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/upvoteclub/upvote-club-mcp-apps

FAQ

Is Upvote.Club — Apps MCP free?

Yes, Upvote.Club — Apps MCP is free — one-click install via Unyly at no cost.

Does Upvote.Club — Apps need an API key?

No, Upvote.Club — Apps runs without API keys or environment variables.

Is Upvote.Club — Apps hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Upvote.Club — Apps in Claude Desktop, Claude Code or Cursor?

Open Upvote.Club — Apps on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Upvote.Club — Apps with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All design MCPs