mcpbeat Sign in

Headless Tracker MCP Server

by tamaspetki Your server? Claim it
local only

Headless Tracker runs on your own machine — the client starts it, so there is no endpoint to ping. 66 installs a week from npm. Last commit 21 Jun 2026.

Read-only MCP server: your AI sees your crypto portfolio, never your keys. Not financial advice.

Installs per day peak 48 · avg 18 · +100% w/w
a month agotoday
66
Installs / week
npm · headless-tracker
5
Stars
0 open issues
21 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        <label>Account<select name="account_id" required>
          ${accountsResp.accounts.map((a) => `<option value="${escapeHtml(a.id)}">${escapeHtml(a.label)}</option>`).join("")}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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

Alternatives to Headless Tracker

same job, measured the same way
Bookmarks MCP
by fisher521

Read-only MCP server for browser bookmarks: Chrome, Safari, Firefox, and read-later exports.

62 installs/wk local only
Arc Control (macOS)
by db-25

macOS-only MCP server for the Arc browser: tabs, navigation, page reading, DOM, scripting

20 installs/wk local only
Debugai MCP
by 1shizaan

MCP server for DebugAI. Browser sign-in, auto client setup, no key pasting.

814 installs/wk local only
Draw Flow MCP Server
by hj1003862396

MCP server for Next AI Draw.io - AI-powered diagram generation with real-time browser preview

27 installs/wk local only
Uplink
by uplink

Automate a real, logged-in browser on your own device — no stored credentials, no bot detection.

236 installs/wk local only
PWA Debug Layer
by aryanduntley

Debug PWAs in your real browser via MCP: service-worker, cache, installability & framework state.

54 installs/wk local only
Vibe MCP — Real Chrome, Remotely
by vibetechnologies

Drive your real, logged-in Chrome from any MCP client — even from a remote machine, no inbound port.

133 installs/wk answering
Real Browser
by ofershap

MCP server + Chrome extension for AI browser control with real sessions.

83 installs/wk local only

Headless Tracker — questions

Answers built from our own checks of this server.

Why is there no uptime for Headless Tracker?
Headless Tracker 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 headless-tracker was installed 66 times last week.
How do I connect Headless Tracker?
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 headless-tracker straight from npm; nothing to host, nothing to sign up for.
How many people use Headless Tracker?
The npm package headless-tracker was installed 66 times in the last week. Week over week that is +100%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Headless Tracker open source?
Yes — it is published under the MIT licence, written in TypeScript and 5 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.