Skip to content
Claude Desktop

mcp aml for Claude Desktop

io.github.cryptoapis-io/mcp-aml

MCP server for AML address verification and transaction screening via Crypto APIs

client:Claude Desktop transport:stdio runtime:npm

Install mcp aml in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "mcp-aml": {
      "command": "npx",
      "args": [
        "-y",
        "@cryptoapis-io/mcp-aml"
      ],
      "env": {
        "CRYPTOAPIS_API_KEY": "<CRYPTOAPIS_API_KEY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

mcp aml in other clients