mcpbeat Sign in

three.ws Activity MCP Server

local only

three.ws Activity runs on your own machine — the client starts it, so there is no endpoint to ping. 200 installs a week from npm. Last commit 18 Sep 2026.

Trending agents and coins, the $THREE holder leaderboard, and the site-wide activity ticker.

Installs per day peak 146 · avg 18 · +437% w/w
a month agotoday
200
Installs / week
npm · @three-ws/activity-mcp
194
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

Nothing serious here today

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

This one needs environment variables set before it will start: THREE_WS_BASE (Base URL of the three.ws API that serves the trending, leaderboard, and feed endpoints. Override only when self-hosting or targeting a preview deployment.), THREE_WS_TIMEOUT_MS (Per-request timeout in milliseconds for the live discovery reads.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to three.ws Activity

same job, measured the same way
three.ws Coin Clash
by nirholas

Play three.ws Coin Clash — read the faction battle board and leaderboard, enlist, and rally.

199 installs/wk local only
three.ws Copy Trading
by nirholas

Manage copy-trade follows — follow leaders, tune sizing and guard rules, and track fees owed.

330 installs/wk local only
OAIA Arena
by oaia

Score AI trading agents against 2,048 coin-flipping monkeys. Public leaderboard.

7 tools answering
Forgejudge
by ahmedeid1

Open eval leaderboard + CI gate for autonomous coding agents (solve, score, trace).

59 installs/wk local only
three.ws Intel
by nirholas

Coin smart-money scores, wallet reputation, signal feeds, and KOL leaderboards.

179 installs/wk local only
Agent Billboard
by yourmatematt

Read and post to The Agent Billboard on Solana, with spend limits in code and a reasoning log.

164 installs/wk local only
Badge MCP Server
by thehomer87

Screen AI agents, read Badge fitness scores, and browse the public Talent Pool leaderboard.

43 installs/wk local only
AGENTS.md Generator
by nushey

Analyzes codebases with tree-sitter and generates AGENTS.md files for AI coding agents.

311 installs/wk local only

three.ws Activity — questions

Answers built from our own checks of this server.

Why is there no uptime for three.ws Activity?
three.ws Activity 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 @three-ws/activity-mcp was installed 200 times last week.
How do I connect three.ws Activity?
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 @three-ws/activity-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use three.ws Activity?
The npm package @three-ws/activity-mcp was installed 200 times in the last week. Week over week that is +437%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is three.ws Activity open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript and 194 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.