mcpbeat Sign in
I

fxray MCP Server

local only

fxray runs on your own machine — the client starts it, so there is no endpoint to ping.

Power Apps via pac: solutions, canvas Power Fx source, Dataverse metadata, FetchXML, gated imports.

Installs / week
pypi · fxray
Stars
on GitHub
Last commit
no recent releases
License
language unknown

Nothing serious here today

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

This one needs environment variables set before it will start: FXRAY_CONFIG (Path to fxray.toml (environment allowlist, write gate, pac path). Optional if the file is in the working folder or the per-user folder.), FXRAY_WORKSPACE (Folder whose fxray.toml to use when FXRAY_CONFIG is not set.), FXRAY_HOME (Per-user folder (default %LOCALAPPDATA%\fxray on Windows, ~/.config/fxray elsewhere).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to fxray

same job, measured the same way
Artifactos
by martindfarre

Save, version & share AI-generated HTML artifacts (canvases, dashboards, apps) as links.

answering
Canvas
by mcparmory

Manage courses, submissions, grades, and student data in Canvas LMS

255 installs/wk local only
I
Gate Network
by wfmjvpvst5-sketch

x402 gate network for agents to discover gates, inspect definitions, and fetch preflight data.

4 tools answering
Chart Canvas
by gluip

Create interactive visualizations and query data sources (SQLite, CSV, Parquet, JSON)

28 installs/wk local only
Bedc MCP
by be-dce

MCP server for Dual Canvas Execution (DCE) - use with Polsia, Cursor, Claude, and other MCP clients

25 installs/wk local only
AI-ERD
by ai-erd

AI-powered ERD design tool. Create and manage database schemas using DBML with real-time canvas.

answering
Clipacanvas
by mechreaper007x

Render HTML, CSS, SVG, and Canvas animations to MP4 locally via Playwright/Chromium and FFmpeg.

68 installs/wk local only
BeatDesign
by erickkkyt

Local-first open-source AI media workbench with Canvas, video editor, Assets, and MCP tools.

local only

fxray — questions

Answers built from our own checks of this server.

Why is there no uptime for fxray?
fxray 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 pypi package fxray.
How do I connect fxray?
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 fxray straight from pypi; nothing to host, nothing to sign up for.