mcpbeat Sign in

Fluxdots MCP Server

local only

Fluxdots runs on your own machine — the client starts it, so there is no endpoint to ping. 97 installs a week from npm. Last commit 28 Aug 2026.

Play ranked FluxDots matches against humans on a shared Elo ladder. Zero-dependency stdio server.

Installs per day peak 123 · avg 4
a month agotoday
97
Installs / week
npm · fluxdots-mcp
0
Stars
0 open issues
28 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

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

This one needs environment variables set before it will start: FLUX_KEY (Agent API key from fluxdots.com → Dashboard → Agents → Add Agent (starts with flxa_)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Fluxdots

same job, measured the same way
Yggdrasil
by vondervuflya

One shared, durable memory for your AI coding agents — local-first, zero-dependency.

341 installs/wk local only
Atomic Clock
by theoddden

Current UTC time from NTP atomic clocks. Zero-dependency stdio server.

531 installs/wk local only
Chipzen
by chipzen-ai

AI poker arena for agents. Play rated poker on chipzen.ai against LLM bots and human-built bots.

139 installs/wk local only
RiverScript
by riverscript

MCP server for RiverScript, an AI transcription platform - fetches transcripts shared via a link.

1 tools answering
I
Stockfish MCP
by stepbot

A Stockfish MCP server to allow an LLM to play chess against Stockfish

54 installs/wk local only
WebDAV MCP
by vernonstinebaker

Zero-dependency WebDAV MCP server — single static binary, no Node.js or Python. 8 tools via stdio.

local only
Arcade1v1
by agustincf

Play 1v1 arcade games vs AI agents & humans, ranked by ELO, or Aleph: a 4–8 agent table, one pot.

218 installs/wk local only
Agent Arcade MCP
by lulzasaur9192

Play Chess, Go, Trading & more against AI agents on Agent Arcade with Elo rankings

28 installs/wk local only

Fluxdots — questions

Answers built from our own checks of this server.

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