mcpbeat Sign in

Actually MCP Server

local only

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

Matches news to Polymarket markets and returns the market's probability. Optional capped trading.

Installs per day peak 144 · avg 27 · -16% w/w
a month agotoday
40
Installs / week
npm · actually-mcp-server
0
Stars
0 open issues
9 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

Alternatives to Actually

same job, measured the same way
Polymarket MCP
by beejmaxx

Polymarket market data, live CLOB books, replay, simulation, and opt-in trading in Rust.

local only
Polymarket MCP Server
by joinquantish

Self-hosted MCP server for AI agent trading on Polymarket prediction markets

local only
T
Felix MCP
by felix

Non-custodial trading infrastructure for AI agents across prediction markets, crypto, and options.

647 installs/wk local only
Polymarket Agent MCP
by demwick

Polymarket trading, market discovery, copy trading and backtesting — 48 MCP tools.

70 installs/wk local only
pmq (Polymarket CLOB V2)
by crp4222

Production-proven Polymarket CLOB V2 trading and data. Fail-closed fills; keys stay local.

149 installs/wk local only
Norynta Prediction Markets
by norynta

Discover Norynta markets and use caller-signed trading through a protected MCP.

answering
Zwldarren Akshare One MCP
by smithery

Provide access to Chinese stock market data including historical prices, real-time data, news, and…

answering
CCXT
by ccxt

Official CCXT MCP server - Market data and trading across 100+ exchanges and prediction markets

104 installs/wk local only

Actually — questions

Answers built from our own checks of this server.

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