mcp onfido for Cursor
io.github.codespar/mcp-onfido
MCP server for Onfido — global identity verification + KYC: applicants, documents, checks, workflows
client:Cursor
transport:stdio
runtime:npm
Install mcp onfido in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-onfido": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-onfido"
],
"env": {
"ONFIDO_API_TOKEN": "<ONFIDO_API_TOKEN>",
"ONFIDO_REGION": "<ONFIDO_REGION>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs