mcpbeat Sign in

Scope Analytics MCP Server

local only

Scope Analytics runs on your own machine — the client starts it, so there is no endpoint to ping. 65 installs a week from pypi.

Install + query Scope analytics from an AI coding agent (Claude Code, Cursor, etc.).

Installs per day peak 19 · avg 9 · -12% w/w
a month agotoday
65
Installs / week
pypi · scope-analytics-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

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

This one needs environment variables set before it will start: SCOPE_API_KEY (Your Scope project SECRET key (sk_...), from the Scope dashboard at https://scopeai.dev.), SCOPE_API_BASE (Scope backend base URL. Optional; defaults to https://api.scopeai.dev.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Scope Analytics

same job, measured the same way
ContinueWith
by continuewith-ai

Install the ContinueWith AI handoff widget from coding agents (Cursor, Claude Code, Codex).

45 installs/wk local only
Getskills
by sidsaladi9

Search and install 3,000+ AI skills from getskillsai.org into Claude Code, Cursor, ChatGPT.

41 installs/wk local only
Foxhound
by caleb-love

MCP server for querying Foxhound traces from Claude Code, Cursor, and other MCP clients

21 installs/wk local only
Preflight
by newrelic-experimental

New Relic MCP server for observing AI coding assistants (Claude Code, Cursor, Copilot, etc.)

5 440 installs/wk local only
Agent Audit
by fullstackdegen

Turn Lighthouse audits into coding-agent fix packs for Claude Code, Cursor, and Copilot.

32 installs/wk local only
Th Memory MCP
by worakorn-prince

Local long-term memory MCP server (SQLite) for AI coding agents — OpenCode, Claude Code, Cursor

449 installs/wk local only
Warp Ozbridge
by sena-labs

OzBridge: run Warp Oz agents from any MCP client — Claude Code, Cursor, Codex, VS Code.

38 installs/wk local only
Thinkrun
by dundas

Browser control + session recording MCP for AI coding agents (Claude Code, Cursor) — real Chrome.

68 installs/wk local only

Scope Analytics — questions

Answers built from our own checks of this server.

Why is there no uptime for Scope Analytics?
Scope Analytics 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 pypi package scope-analytics-mcp was installed 65 times last week.
How do I connect Scope Analytics?
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 scope-analytics-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Scope Analytics?
The pypi package scope-analytics-mcp was installed 65 times in the last week. Week over week that is -12%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.