mcpbeat Sign in

CLI MCP Server

local only

CLI runs on your own machine — the client starts it, so there is no endpoint to ping.

Kanta Verify, Find, and Database: email verification, email finding, and B2B contact search.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs / week
npm · @kantadev/cli
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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 cli -- npx -y @kantadev/cli
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cli": {
      "args": [
        "-y",
        "@kantadev/cli"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cli]
command = "npx"
args = ["-y", "@kantadev/cli"]
.cursor/mcp.json
{
  "mcpServers": {
    "cli": {
      "args": [
        "-y",
        "@kantadev/cli"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cli": {
      "args": [
        "-y",
        "@kantadev/cli"
      ],
      "command": "npx"
    }
  }
}

Alternatives to CLI

same job, measured the same way
GLEIF MCP Server
by olgasafonova

Access the GLEIF LEI database for company verification, KYC, and ownership research.

local only
Open Food Facts
by domdomegg

Search and contribute to the Open Food Facts database.

46 installs/wk local only
openLCA MCP Server
by below280

Connect AI assistants to openLCA. 31 tools for database search, model building, and LCIA.

4 503 installs/wk local only
Versedb MCP
by versedb

Comic book database — search comics, creators, characters, and manage your collection.

answering
Mycelium Emissions Database
by mycelium

Search company carbon emissions: scope 1, 2 and 3 figures, Mycelium Scores and rankings.

3 tools answering
Local FAISS MCP Server
by nonatofabio

Local FAISS vector database for RAG with document ingestion, semantic search, and MCP prompts.

92 installs/wk local only
Tmdb MCP Server
by cyanheads

Search, detail, and discovery for movies, TV, and people on The Movie Database (TMDB).

41 installs/wk local only
Cards
by mycardfolio

Sports card database: card search, full set checklists, parallel lookup, card identification.

7 tools answering

CLI — questions

Answers built from our own checks of this server.

Why is there no uptime for CLI?
CLI 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 @kantadev/cli.
Is CLI still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect CLI?
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 @kantadev/cli straight from npm; nothing to host, nothing to sign up for.