mcpbeat Sign in

Vocabit MCP Server

local only

Vocabit runs on your own machine — the client starts it, so there is no endpoint to ping. 626 installs a week from npm. Last commit 24 Aug 2026.

Create flashcard sets in the Vocabit app and read back how the learner actually did.

Installs per day peak 480 · avg 16
a month agotoday
626
Installs / week
npm · vocabit-mcp
0
Stars
0 open issues
24 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Vocabit every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add vocabit-mcp -- npx -y vocabit-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vocabit-mcp": {
      "args": [
        "-y",
        "vocabit-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vocabit-mcp]
command = "npx"
args = ["-y", "vocabit-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "vocabit-mcp": {
      "args": [
        "-y",
        "vocabit-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vocabit-mcp": {
      "args": [
        "-y",
        "vocabit-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Vocabit

same job, measured the same way
Quiz
by quiz

Quiz.Video MCP: list, create, AI-generate, and render quiz and flashcard videos.

30 tools answering
three.ws Coin Clash
by nirholas

Play three.ws Coin Clash — read the faction battle board and leaderboard, enlist, and rally.

48 installs/wk local only
SetFork
by setfork

Runnable, versioned lists agents can search, read, create and update. Git under the hood.

answering
Flashcards Open Source App
by flashcards-open-source-app

Read and write open-source flashcards through split read/write MCP tools.

answering
How to Read the Future
by howtoreadthefuture

Read released episodes, transcripts, citations, clips, reading trails, and flashcards.

6 tools answering
A
Google News
by b77

Search and read the latest news in chat.

answering
Whispernotes
by mazzzystar

Search, read, and create speech-to-text transcripts on-device with the Whisper Notes Mac app.

local only
ReturnCheck
by mangelmartinezfer-hue

Can this product actually be returned? The merchant's exact clause, its URL and the date.

275 installs/wk 1 tools answering

Vocabit — questions

Answers built from our own checks of this server.

Why is there no uptime for Vocabit?
Vocabit runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package vocabit-mcp was installed 626 times last week.
How do I connect Vocabit?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls vocabit-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Vocabit?
The npm package vocabit-mcp was installed 626 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Vocabit open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.