git404hub

what is upvote-club-mcp-core fr?

upvoteclub/upvote-club-mcp-core — explained in plain English

Analysis updated 2026-05-18

42JavaScriptAudience · developerComplexity · 3/5Setup · moderate

tl;dr

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.

vibe map

mindmap
  root((upvote-club-mcp-core))
    What it does
      Shared MCP server library
      Wraps Upvote.club API
      Six MCP tools
    Sibling packages
      Local stdio package
      MCPB one click install
      Remote HTTP connector
      Apps with progress UI
    Tech stack
      JavaScript
      Model Context Protocol
    Use cases
      AI assistant task creation
      Task status tracking
    Audience
      Upvote club MATE plan users
      MCP developers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Build a custom MCP integration on top of the shared core instead of one of the pre-built delivery packages.

VIBE 2

Let an AI assistant create and check the status of Upvote.club tasks through chat.

VIBE 3

Look up the Upvote.club API reference directly from within an MCP-enabled assistant.

what's the stack?

JavaScriptMCP

how it stacks up fr

upvoteclub/upvote-club-mcp-corekris77z/web-experience-clonerthetalhachy/frame-puzzle
Stars424242
LanguageJavaScriptJavaScriptJavaScript
Setup difficultymoderatemoderate
Complexity3/53/5
Audiencedeveloperdevelopervibe coder

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires an Upvote.club account on the paid MATE plan and an API key before the tools will work.

in plain english

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.

prompts (copy fr)

prompt 1
Explain the difference between the Local, MCPB, Remote, and Apps packages built on upvote-club-mcp-core.
prompt 2
Walk me through setting an UPVOTE_API_KEY in my MCP config to use upvote-club-mcp-core's tools.
prompt 3
List the six tools upvote-club-mcp-core exposes and which ones need an API key.

Frequently asked questions

what is upvote-club-mcp-core fr?

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.

What language is upvote-club-mcp-core written in?

Mainly JavaScript. The stack also includes JavaScript, MCP.

How hard is upvote-club-mcp-core to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is upvote-club-mcp-core for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.