Skip to content
Cursor

mcp persona for Cursor

io.github.codespar/mcp-persona

MCP server for Persona — developer-first identity verification + KYC (inquiries, accounts, reports)

client:Cursor transport:stdio runtime:npm

Install mcp persona in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "mcp-persona": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-persona"
      ],
      "env": {
        "PERSONA_API_KEY": "<PERSONA_API_KEY>",
        "PERSONA_API_VERSION": "<PERSONA_API_VERSION>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp persona in other clients