upvoteclub/upvote-club-mcp-core — explained in plain English
Analysis updated 2026-05-18
Build a custom MCP integration on top of the shared core instead of one of the pre-built delivery packages.
Let an AI assistant create and check the status of Upvote.club tasks through chat.
Look up the Upvote.club API reference directly from within an MCP-enabled assistant.
| upvoteclub/upvote-club-mcp-core | kris77z/web-experience-cloner | thetalhachy/frame-puzzle | |
|---|---|---|---|
| Stars | 42 | 42 | 42 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | moderate | moderate | — |
| Complexity | 3/5 | 3/5 | — |
| Audience | developer | developer | vibe coder |
Figures from each repo's GitHub metadata at analysis time.
Requires an Upvote.club account on the paid MATE plan and an API key before the tools will work.
This repository is the shared core library behind a set of Model Context Protocol, or MCP, servers that let an AI assistant talk to the Upvote.club public API. MCP is a standard way for AI tools like Claude to call outside services as tools during a conversation. This particular repo is not meant to be installed directly by most people, it is the shared code that four other, more specific packages build on top of. Those four sibling packages cover different ways of connecting: one for tools like Cursor, Claude Code, or a manually configured Claude Desktop that talk over a local process, one that installs into Claude Desktop with a single click, one built for Claude.ai as a remote connector reached over the web, and one that adds an in-chat progress interface for longer running tasks. This core repository provides six tools shared across all of them: getting API reference documentation, listing available platforms, creating a task, checking a task's status, and deleting a task. Two of those tools work without any authentication, while the rest require an API key. To use any of the packages, the README says you first register an account at Upvote.club, subscribe to their paid MATE plan, generate an API key from the site, and put that key into your MCP client's configuration. The README states the server only ever connects to the official Upvote.club API and links to the service's own privacy policy. It does not go into detail about what tasks the API itself performs beyond exposing these six MCP tools.
Shared code library powering a family of MCP servers that connect AI assistants like Claude to the Upvote.club API for creating and tracking tasks.
Mainly JavaScript. The stack also includes JavaScript, MCP.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
double-check against the repo, no cap.