Skip to content
Claude Desktop

actually for Claude Desktop

io.github.sofiia7/actually

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

client:Claude Desktop transport:stdio runtime:npm

Install actually in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "actually": {
      "command": "npx",
      "args": [
        "-y",
        "actually-mcp-server"
      ],
      "env": {
        "POLYMARKET_PRIVATE_KEY": "<POLYMARKET_PRIVATE_KEY>",
        "ACTUALLY_MAX_ORDER_USD": "<ACTUALLY_MAX_ORDER_USD>",
        "ACTUALLY_DAILY_LIMIT_USD": "<ACTUALLY_DAILY_LIMIT_USD>",
        "ACTUALLY_ENABLE_REDEEM": "<ACTUALLY_ENABLE_REDEEM>",
        "ACTUALLY_SEARCH_FALLBACK": "<ACTUALLY_SEARCH_FALLBACK>",
        "ACTUALLY_SPEND_STATE_PATH": "<ACTUALLY_SPEND_STATE_PATH>",
        "ACTUALLY_WORKER_URL": "<ACTUALLY_WORKER_URL>",
        "ACTUALLY_WORKER_SECRET": "<ACTUALLY_WORKER_SECRET>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

actually in other clients