Loading MCP server directory, please wait...
List and track faxes on ICTFax, and send faxes when writes are enabled, over ICTCore REST.
npx @getmcp/cli add io.github.ictinnovations/ictfax-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
ICTFAX_BASE_URLICTCore REST base URL of your ICTFax server, normally ending in /api, e.g. https://your-ictfax/api.
ICTFAX_USERNAMEAPI account email (ICTCore logs in by email).
ICTFAX_PASSWORDPassword for the account.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ictinnovations/ictfax-mcp": {
"command": "npx",
"args": [
"-y",
"ictfax-mcp"
],
"env": {
"ICTFAX_BASE_URL": "",
"ICTFAX_USERNAME": "",
"ICTFAX_PASSWORD": "",
"ICTFAX_ACCOUNT_ID": "1",
"ICTFAX_MCP_ALLOW_WRITE": "false",
"ICTFAX_TIMEOUT_MS": "30000",
"ICTFAX_TLS_INSECURE": "false"
}
}
}
}