Privy

Privy MCP Connector for Claude

F

Manage users and wallets via Privy — create users, search profiles, and manage embedded wallets directly from any AI agent.

12 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Privy application to any AI agent to streamline user onboarding and wallet management in your Web3 application through natural language.

What you can do

  • User Management — Create new users, search for existing ones by term or email, and retrieve full profile metadata.
  • Embedded Wallets — Provision new wallets (Ethereum, Solana, Bitcoin, Sui) for your users individually or in batches of up to 100.
  • Wallet Operations — Update wallet metadata, policies, and ownership, or retrieve specific wallet details via ID.
  • Blockchain Actions — Execute RPC methods like signing messages or sending transactions directly through managed wallets.
  • Data Maintenance — Securely delete user records when they are no longer needed.

How it works

  1. Subscribe to this server
  2. Enter your Privy App ID and App Secret
  3. Start managing your Web3 identity and wallet infrastructure from Claude, Cursor, or any MCP client

Who is this for?

  • Web3 Developers — quickly inspect user accounts or provision test wallets without leaving the code editor.
  • Product Managers — search for user profiles and verify linked accounts or wallet statuses during support or planning.
  • DevOps & Security — automate user lifecycle management and wallet policy updates via a conversational interface.
web3embedded-walletsuser-onboardingauthenticationcrypto-infrastructure

12 tools expose this connector's capabilities to your AI agent.

batch_create_wallets

Batch create wallets

create_user

Create a new user object with linked accounts

create_wallet

Create a new wallet

delete_user

Delete a user

get_transaction_by_external_id

Get a transaction by external ID

get_transaction

Get a transaction

get_user_by_email

Get a user by email address

get_user

Get a user by ID

get_wallet

Get wallet details

search_users

Search for users

update_wallet

Update a wallet

wallet_rpc

Perform a wallet RPC action

See how to talk to your AI agent using Privy.

Search for users with the term 'beta-tester' in Privy.

I found 3 users matching 'beta-tester'. The most recent is user `did:privy:cl...` linked to `tester1@example.com`. Would you like to see their full profile details?

Create a new Ethereum wallet with the display name 'Main Treasury'.

Successfully created a new Ethereum wallet. ID: `wa_123...`, Address: `0x71C...`. It is now ready for use in your application.

Get the user details for email 'alice@company.com'.

Retrieved profile for Alice. She has a linked Google account and one embedded Solana wallet (`6xY...`). Her Privy ID is `did:privy:ck...`.

Yes. You can use the `get_user_by_email` tool to retrieve the full user object and linked accounts associated with that specific email address.

Related Connectors