mcpbeat Sign in

Ictfax MCP Server

local only

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

List and track faxes on ICTFax, and send faxes when writes are enabled, over ICTCore REST.

Installs per day peak 144 · avg 6
a month agotoday
181
Installs / week
npm · ictfax-mcp
18
Stars
0 open issues
7 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

Alternatives to Ictfax MCP

same job, measured the same way
Ictcontact MCP
by ictinnovations

Monitor ICTContact / ICTDialer outbound campaigns, and start and stop them when writes are on.

171 installs/wk local only
Replit SSH
by mindstone

Read, write, list, and check files on Replit projects over SSH/SFTP, plus SSH key setup.

95 installs/wk local only
Ictbroadcast MCP
by ictinnovations

Monitor ICTBroadcast outbound campaigns, and start and stop them when writes are on.

154 installs/wk local only
Ictdialer MCP
by ictinnovations

Monitor ICTDialer outbound auto-dialer campaigns, and start and stop them when writes are on.

33 installs/wk local only
Last.fm
by ndyakov

Last.fm MCP server: scrobbles, charts, artist/album/track info and more

local only
MIRASTACK Redfish MCP Server
by mirastacklabs

Governed MCP server for DMTF Redfish BMCs. Read-only by default; writes are opt-in and dry-run.

139 installs/wk local only
Arkgate
by pedroknigge

When the agent writes a bad import, the write doesn’t land. The same check fails the pull request.

2 693 installs/wk local only
Github MCP
by jaimenbell

MCP server for the GitHub REST API: issues, PRs, repos; read always on, write env-gated.

59 installs/wk local only

Ictfax MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Ictfax MCP?
Ictfax MCP 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 ictfax-mcp was installed 181 times last week.
How do I connect Ictfax MCP?
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 ictfax-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Ictfax MCP?
The npm package ictfax-mcp was installed 181 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 Ictfax MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 18 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.