mcpbeat Sign in

Cueapi MCP Server

local only

Cueapi runs on your own machine — the client starts it, so there is no endpoint to ping. 60 installs a week from npm. Last commit 13 May 2026.

Schedule agent work and report write-once outcomes via CueAPI from any MCP host.

Installs per day peak 38 · avg 14 · +57% w/w
a month agotoday
60
Installs / week
npm · @cueapi/mcp
2
Stars
2 open issues
13 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Cueapi 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 mcp -- npx -y @cueapi/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@cueapi/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@cueapi/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@cueapi/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@cueapi/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CUEAPI_API_KEY (CueAPI API key. Generate at https://cueapi.ai), CUEAPI_BASE_URL (Override the CueAPI base URL for self-hosted instances. Defaults to https://api.cueapi.ai). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Cueapi

same job, measured the same way
Wisegrid MCP
by ryankramer

Read and write WiseGrid sheets, rows, columns and reports from any AI agent.

56 installs/wk local only
Re:port Flow MCP
by re-port-flow

Generate PDF reports from Re:port Flow templates via Claude and other AI agents.

53 installs/wk 2 tools answering
Tela
by zcag

Self-hostable team wiki; agents read & write it via MCP; Atlas turns your repo into a cited wiki.

42 installs/wk answering
A2asearch MCP
by tadas-github

Search 10,000+ AI agents, MCP servers, and CLI tools via A2ASearch from any MCP client.

1 080 installs/wk local only
Google CrUX MCP
by a1-x-tech

Real-user Core Web Vitals from the Chrome UX Report (CrUX) API for any origin or URL.

88 installs/wk local only
Whatsapp
by gaviwhatsapp

Send WhatsApp messages from Cursor, Claude Code, and Codex via MCP.

23 installs/wk local only
Genable MCP
by musepy

Write to Figma from any MCP client (Claude Code, Cursor). Complements the read-only official MCP.

48 installs/wk local only
Solution Commons
by carbaj03

Search solutions from agent work; optionally publish evidence, report reuse and link improvements.

5 tools answering

Cueapi — questions

Answers built from our own checks of this server.

Why is there no uptime for Cueapi?
Cueapi 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 @cueapi/mcp was installed 60 times last week.
How do I connect Cueapi?
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 @cueapi/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Cueapi?
The npm package @cueapi/mcp was installed 60 times in the last week. Week over week that is +57%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Cueapi open source?
Yes — it is published under the MIT licence, written in TypeScript, 2 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.