Analysis updated 2026-05-18
Let an AI coding assistant create and check the status of Upvote.club promotion tasks directly from a chat conversation.
Connect Cursor or Claude Code to Upvote.club without needing a browser or the website's dashboard.
List which platforms Upvote.club supports before creating a new task.
Delete a running or completed Upvote.club task from within your AI assistant.
| upvoteclub/upvote-club-mcp-local | earthtojake/implicit.js | javlonbek1233/amaliy-ish | |
|---|---|---|---|
| Stars | 43 | 43 | 43 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | moderate | easy | easy |
| Complexity | 2/5 | 3/5 | 2/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 plus an API key before the server does anything useful.
This repository is a local MCP server that connects AI coding tools like Cursor and Claude Code, or a manually configured Claude Desktop, to the Upvote.club API. Upvote.club appears to be a service for promoting or tracking upvotes on various platforms. Once installed, the assistant gains access to a small set of tools it can call: getting the API reference, listing supported platforms, creating a task, checking a task's status, and deleting a task. This is one of several related packages Upvote.club maintains for different ways of connecting to their API. A core package holds the shared server library, this local package runs over stdio for tools like Cursor and Claude Code, another package offers a single click install for Claude Desktop, a remote package works as a Claude.ai custom connector over HTTPS, and an apps package adds an inline task progress interface. To set it up, you register an account on Upvote.club, subscribe to their MATE plan, and generate an API key from the site. Then you clone this repository, run npm install, and add a configuration entry pointing to the server's index.js file along with your API key as an environment variable. An optional environment variable lets you point at a different API URL if needed, though it defaults to the standard Upvote.club API address. The README states the server only connects to the official Upvote.club API endpoint and links to the service's privacy policy. Since this tool requires a paid plan and an active account with Upvote.club to do anything useful, it is really a connector for that specific commercial service rather than a general purpose tool.
A local MCP server that lets AI tools like Cursor or Claude Code create and manage upvote promotion tasks through the Upvote.club API.
Mainly JavaScript. The stack also includes JavaScript, Node.js, MCP.
No license information is given in the README.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.