ictfax-mcp
Rank #10,213io.github.ictinnovations/ictfax-mcp
List and track faxes on ICTFax, and send faxes when writes are enabled, over ICTCore REST.
ictfax-mcp is a Model Context Protocol (MCP) server published by ictinnovations. It ranks #10,213 of 122,350 servers tracked on MCP Toplist, and its repository has 17 GitHub stars. ictfax-mcp is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Sep 1, 2026 and most recently updated on Sep 1, 2026.
Ranks ahead of 112,137 of 122,350 servers on MCP Toplist.
Use ictfax-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add ictfax-mcp -e "ICTFAX_BASE_URL=<your ICTFAX_BASE_URL>" -e "ICTFAX_USERNAME=<your ICTFAX_USERNAME>" -e "ICTFAX_PASSWORD=<your ICTFAX_PASSWORD>" -e "ICTFAX_ACCOUNT_ID=<your ICTFAX_ACCOUNT_ID>" -e "ICTFAX_MCP_ALLOW_WRITE=<your ICTFAX_MCP_ALLOW_WRITE>" -e "ICTFAX_TIMEOUT_MS=<your ICTFAX_TIMEOUT_MS>" -e "ICTFAX_TLS_INSECURE=<your ICTFAX_TLS_INSECURE>" -- npx -y ictfax-mcpReplace each placeholder with your own value before saving.
[mcp_servers.ictfax-mcp]
command = "npx"
args = ["-y", "ictfax-mcp"]
[mcp_servers.ictfax-mcp.env]
ICTFAX_BASE_URL = "<your ICTFAX_BASE_URL>"
ICTFAX_USERNAME = "<your ICTFAX_USERNAME>"
ICTFAX_PASSWORD = "<your ICTFAX_PASSWORD>"
ICTFAX_ACCOUNT_ID = "<your ICTFAX_ACCOUNT_ID>"
ICTFAX_MCP_ALLOW_WRITE = "<your ICTFAX_MCP_ALLOW_WRITE>"
ICTFAX_TIMEOUT_MS = "<your ICTFAX_TIMEOUT_MS>"
ICTFAX_TLS_INSECURE = "<your ICTFAX_TLS_INSECURE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ictfax-mcp": {
"command": "npx",
"args": [
"-y",
"ictfax-mcp"
],
"env": {
"ICTFAX_BASE_URL": "<your ICTFAX_BASE_URL>",
"ICTFAX_USERNAME": "<your ICTFAX_USERNAME>",
"ICTFAX_PASSWORD": "<your ICTFAX_PASSWORD>",
"ICTFAX_ACCOUNT_ID": "<your ICTFAX_ACCOUNT_ID>",
"ICTFAX_MCP_ALLOW_WRITE": "<your ICTFAX_MCP_ALLOW_WRITE>",
"ICTFAX_TIMEOUT_MS": "<your ICTFAX_TIMEOUT_MS>",
"ICTFAX_TLS_INSECURE": "<your ICTFAX_TLS_INSECURE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ictfax-mcp": {
"command": "npx",
"args": [
"-y",
"ictfax-mcp"
],
"env": {
"ICTFAX_BASE_URL": "<your ICTFAX_BASE_URL>",
"ICTFAX_USERNAME": "<your ICTFAX_USERNAME>",
"ICTFAX_PASSWORD": "<your ICTFAX_PASSWORD>",
"ICTFAX_ACCOUNT_ID": "<your ICTFAX_ACCOUNT_ID>",
"ICTFAX_MCP_ALLOW_WRITE": "<your ICTFAX_MCP_ALLOW_WRITE>",
"ICTFAX_TIMEOUT_MS": "<your ICTFAX_TIMEOUT_MS>",
"ICTFAX_TLS_INSECURE": "<your ICTFAX_TLS_INSECURE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"ictfax-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ictfax-mcp"
],
"env": {
"ICTFAX_BASE_URL": "<your ICTFAX_BASE_URL>",
"ICTFAX_USERNAME": "<your ICTFAX_USERNAME>",
"ICTFAX_PASSWORD": "<your ICTFAX_PASSWORD>",
"ICTFAX_ACCOUNT_ID": "<your ICTFAX_ACCOUNT_ID>",
"ICTFAX_MCP_ALLOW_WRITE": "<your ICTFAX_MCP_ALLOW_WRITE>",
"ICTFAX_TIMEOUT_MS": "<your ICTFAX_TIMEOUT_MS>",
"ICTFAX_TLS_INSECURE": "<your ICTFAX_TLS_INSECURE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ictfax-mcp": {
"command": "npx",
"args": [
"-y",
"ictfax-mcp"
],
"env": {
"ICTFAX_BASE_URL": "<your ICTFAX_BASE_URL>",
"ICTFAX_USERNAME": "<your ICTFAX_USERNAME>",
"ICTFAX_PASSWORD": "<your ICTFAX_PASSWORD>",
"ICTFAX_ACCOUNT_ID": "<your ICTFAX_ACCOUNT_ID>",
"ICTFAX_MCP_ALLOW_WRITE": "<your ICTFAX_MCP_ALLOW_WRITE>",
"ICTFAX_TIMEOUT_MS": "<your ICTFAX_TIMEOUT_MS>",
"ICTFAX_TLS_INSECURE": "<your ICTFAX_TLS_INSECURE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ictfax-mcp": {
"command": "npx",
"args": [
"-y",
"ictfax-mcp"
],
"env": {
"ICTFAX_BASE_URL": "<your ICTFAX_BASE_URL>",
"ICTFAX_USERNAME": "<your ICTFAX_USERNAME>",
"ICTFAX_PASSWORD": "<your ICTFAX_PASSWORD>",
"ICTFAX_ACCOUNT_ID": "<your ICTFAX_ACCOUNT_ID>",
"ICTFAX_MCP_ALLOW_WRITE": "<your ICTFAX_MCP_ALLOW_WRITE>",
"ICTFAX_TIMEOUT_MS": "<your ICTFAX_TIMEOUT_MS>",
"ICTFAX_TLS_INSECURE": "<your ICTFAX_TLS_INSECURE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ictinnovations%2Fictfax-mcp)<a href="https://mcptoplist.com/server/io.github.ictinnovations%2Fictfax-mcp"><img src="https://mcptoplist.com/badge/io.github.ictinnovations%2Fictfax-mcp.svg" alt="MCP Toplist: Top 10% of 122,350" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
ictinnovations
Other servers by ictinnovations
- pbx-mcp#5,072 · 2 vers
- ictexam-mcp#9,955 · 1 ver
- ictcontact-mcp#10,414 · 1 ver
- ictdialer-mcp#10,415 · 1 ver
- ictpbx-mcp#10,416 · 1 ver
- ictbroadcast-mcp#12,699 · 1 ver
- ictcrm-mcp#28,917 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Sep 1, 2026 |
Frequently asked questions
- Who maintains ictfax-mcp?
- ictfax-mcp is maintained by ictinnovations, which publishes 8 MCP servers (9 total versions) tracked on MCP Toplist.
- Is ictfax-mcp listed on the Official MCP Registry?
- Yes — ictfax-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does ictfax-mcp have?
- MCP Toplist tracks 1 version of ictfax-mcp, most recently published on Sep 1, 2026.
- Where can I find the source code for ictfax-mcp?
- The source code for ictfax-mcp is hosted at github.com/ictinnovations/ictfax-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.