mcpbeat Sign in

Xflux MCP Server

by yxs1640-png Your server? Claim it
local only

Xflux runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Sep 2026.

Search X/Twitter tweets, profiles, and timelines via the XFlux read API.

Installs / week
npm · @xflux/xflux-mcp-server
0
Stars
0 open issues
22 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: XFLUX_API_KEY (API key from https://www.xfluxapi.com/dashboard/api-keys), XFLUX_API_BASE (Optional API base URL (default https://www.xfluxapi.com/api/v1)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Xflux

same job, measured the same way
Shippost MCP
by ryankramer

Twitter/X tools for AI agents — read timelines, post tweets, search, and engage

57 installs/wk local only
X (Twitter)
by role1776

Search, read and publish X posts and manage users, lists and media via the X API v2.

local only
Twitter/X MCP
by granitebps

Read public X posts, replies, profiles, and search results through Rettiwt or the official API.

36 installs/wk local only
xdataapi: X (Twitter) data
by xdataapi

Read-only public X (Twitter) data: profiles, tweets, threads, followers, search. Pay per result.

14 tools answering
Twitterapi MCP Server
by kaitoinfra

Twitter/X read-only MCP server — 12 tools: search, users, tweets, followers, timelines, trends.

12 tools answering
twscrape Twitter/X (read-only)
by jsilets

Read-only X/Twitter MCP: posts, threads, replies, search via twscrape. No API key.

142 installs/wk local only
AIsa X / Twitter
by aisa

Profiles, timelines, followers, replies, quotes, communities, lists and trends.

answering
ScrapeBadger
by scrape-badger

Twitter/X scraping API for AI agents. Get profiles, tweets, trends, and more.

56 installs/wk local only

Xflux — questions

Answers built from our own checks of this server.

Why is there no uptime for Xflux?
Xflux 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 @xflux/xflux-mcp-server.
How do I connect Xflux?
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 @xflux/xflux-mcp-server straight from npm; nothing to host, nothing to sign up for.
Is Xflux open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.