mcp jumio for Claude Desktop
io.github.codespar/mcp-jumio
MCP server for Jumio — global identity verification + KYX: documents, liveness, AML screening
client:Claude Desktop
transport:stdio
runtime:npm
Install mcp jumio in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-jumio": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-jumio"
],
"env": {
"JUMIO_API_TOKEN": "<JUMIO_API_TOKEN>",
"JUMIO_API_SECRET": "<JUMIO_API_SECRET>",
"JUMIO_USER_AGENT": "<JUMIO_USER_AGENT>",
"JUMIO_REGION": "<JUMIO_REGION>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs