mcpbeat Sign in

three.ws Signals MCP Server

local only

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

Discover signal feeds ranked by proven edge, rank publishers, and subscribe + track results.

Installs per day peak 147 · avg 17 · +736% w/w
a month agotoday
206
Installs / week
npm · @three-ws/signals-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 Signals 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 signals-mcp -- npx -y @three-ws/signals-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "signals-mcp": {
      "args": [
        "-y",
        "@three-ws/signals-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.signals-mcp]
command = "npx"
args = ["-y", "@three-ws/signals-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "signals-mcp": {
      "args": [
        "-y",
        "@three-ws/signals-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "signals-mcp": {
      "args": [
        "-y",
        "@three-ws/signals-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 signal-marketplace endpoints. Override only when self-hosting or targeting a preview deployment.), THREE_WS_TIMEOUT_MS (Per-request timeout in milliseconds for the live marketplace reads and subscription writes.), THREE_WS_API_KEY (three.ws API key (sk_live_… / sk_test_…) for the account-scoped follower tools (get_subscriptions, subscribe_signal, set_subscription_status). Optional — the public discovery and leaderboard tools work without it. subscribe_signal in live mode spends real USDC, so treat this key like cash.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to three.ws Signals

same job, measured the same way
Substack MCP Server
by marcomoauro

Manage Substack publishing, subscribers, analytics, reader feeds, comments, and images through MCP.

149 installs/wk local only
AddCal
by addcal

Publish public calendars and events others subscribe to: RSVPs, feeds and add-to-calendar links.

answering
Amo.ng
by amo

Discover and retrieve published Amo.ng Prompts, Workflows, and Skills.

answering
MQTT
by nagarjunr

MCP server for MQTT 5.0 brokers (publish, subscribe, topic discovery).

53 installs/wk local only
Helloaigent Subscriber
by helloaigent-dev

Subscribe your agent to Hello Aigent feeds: discover, fetch signed updates, verify, and act.

42 installs/wk local only
Helloaigent Subscriber
by akillam

Subscribe your agent to Hello Aigent feeds: discover, fetch signed updates, verify, and act.

local only
MCP Registry Server
by com-mcp

Publish and discover MCP servers via the official MCP Registry. Powered by HAPI MCP server.

3 tools answering
three.ws pump.fun MCP
by nirholas

Free pump.fun and Solana token discovery and on-chain analysis tools, by three.ws.

21 tools answering

three.ws Signals — questions

Answers built from our own checks of this server.

Why is there no uptime for three.ws Signals?
three.ws Signals 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/signals-mcp was installed 206 times last week.
How do I connect three.ws Signals?
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/signals-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use three.ws Signals?
The npm package @three-ws/signals-mcp was installed 206 times in the last week. Week over week that is +736%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is three.ws Signals 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.