Skip to content
Claude Code

ictfax mcp for Claude Code

io.github.ictinnovations/ictfax-mcp

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

client:Claude Code transport:stdio runtime:npm

Install ictfax mcp in Claude Code

run in your project directory

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

claude mcp add ictfax-mcp -e ICTFAX_BASE_URL=<ICTFAX_BASE_URL> -e ICTFAX_USERNAME=<ICTFAX_USERNAME> -e ICTFAX_PASSWORD=<ICTFAX_PASSWORD> -e ICTFAX_ACCOUNT_ID=<ICTFAX_ACCOUNT_ID> -e ICTFAX_MCP_ALLOW_WRITE=<ICTFAX_MCP_ALLOW_WRITE> -e ICTFAX_TIMEOUT_MS=<ICTFAX_TIMEOUT_MS> -e ICTFAX_TLS_INSECURE=<ICTFAX_TLS_INSECURE> -- npx -y ictfax-mcp

Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs

ictfax mcp in other clients