mcpbeat Sign in

CLI MCP Server

by pushtodisplay Your server? Claim it
local only

CLI runs on your own machine — the client starts it, so there is no endpoint to ping. 357 installs a week from npm. Last commit 16 Sep 2026.

PushToDisplay MCP server — send real-time updates to display boards on iOS and Android devices.

Installs per day peak 31 · avg 11 · -60% w/w
a month agotoday
357
Installs / week
npm · pushtodisplay
2
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

Alternatives to CLI

same job, measured the same way
I
AWS Spapi MCP
by cesarobedfl

MCP server for Amazon SP-API - real-time inventory health, sales metrics, and price updates

51 installs/wk local only
I
MCP Appium - Mobile Development and Automation Server
by appium

MCP server for Appium mobile automation on iOS and Android devices with test creation tools.

6 543 installs/wk local only
Base Price Oracle MCP
by lordbasilaiassistant-sudo

MCP server for real-time token prices on Base from on-chain DEX pools.

255 installs/wk local only
Cryptodata MCP
by kota1026

CryptoData MCP Server - Real-time crypto market data, DeFi analytics, and on-chain intelligence...

28 installs/wk local only
droidprobe
by orhanbalci

Read-only MCP server to inspect an Android device over ADB: hardware, packages, permissions, logs.

local only
Mobile MCP
by mobile-next

MCP server for iOS and Android Mobile Development, Automation and Testing

39 229 installs/wk local only
Jira MCP Server
by friendlygeorge

MCP server for Jira — search, create, update, transition issues, manage projects, boards, and spr...

27 installs/wk local only
Agent Droid Bridge
by neverlow512

MCP server giving AI agents eyes and hands inside Android devices via ADB

251 installs/wk local only

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 pushtodisplay was installed 357 times last week.
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 pushtodisplay straight from npm; nothing to host, nothing to sign up for.
How many people use CLI?
The npm package pushtodisplay was installed 357 times in the last week. Week over week that is -60%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is CLI open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 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.