ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Lit Protocol with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage decentralized access control, Programmable Key Pairs (PKPs), and execute immutable Lit Actions within TEEs directly from your AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 20 capabilities

The complete Lit Protocol capability set.

These are the exact actions your AI can choose when you ask it to work with Lit Protocol.

Capability set01 / 05

01-04

4 capabilities in this set.

Part of 20 available through Lit Protocol.

  1. 01

    Add action

    Register a standalone action (name + CID)

  2. 02

    Add pkp to group

    Add a PKP to a specific group

  3. 03

    Execute lit action

    Provide either code or ipfs_id. Execute a Lit Action

  4. 04

    Get billing balance

    Check credit balance

Capability set02 / 05

05-08

4 capabilities in this set.

Part of 20 available through Lit Protocol.

  1. 05

    Update usage API key

    Update permissions for a usage key

  2. 06

    Confirm payment

    Finalize credit top-up after payment

  3. 07

    Create account

    Create a new Lit account

  4. 08

    Create payment intent

    Create a Stripe PaymentIntent (min $5.00)

Capability set03 / 05

09-12

4 capabilities in this set.

Part of 20 available through Lit Protocol.

  1. 09

    Create wallet

    Request a new PKP for the account

  2. 10

    List actions

    List registered actions

  3. 11

    List API keys

    List usage keys (metadata only)

  4. 12

    List wallets

    List all PKPs owned by the account

Capability set04 / 05

13-16

4 capabilities in this set.

Part of 20 available through Lit Protocol.

  1. 13

    Remove group

    Delete a group

  2. 14

    Remove pkp from group

    Remove a PKP from a group

  3. 15

    Remove usage API key

    Delete a usage key

  4. 16

    Add group

    Create a new group

Capability set05 / 05

17-20

4 capabilities in this set.

Part of 20 available through Lit Protocol.

  1. 17

    Add action to group

    Add an IPFS CID to a group

  2. 18

    Add usage API key

    Create a scoped usage key

  3. 19

    Check account exists

    Verify if an account exists for the provided API key

  4. 20

    List groups

    List all groups

Observed, not estimated

963ms average. Fast in production.

Lit Protocol is checked daily against the live service.

Daily averagePeak 1143ms
Aug 20Today
Fastest day
756ms
Slowest day
1143ms
14-day trend
Slowing+22%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 20 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Lit Protocol, so you can see the experience inside your AI.

It does not authenticate your account with Lit Protocol. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Lit Protocol Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_wXGRfiZeEjfUmz1V2chJcoQebnyRlcPTgJT2C65b/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Lit Protocol capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "lit-protocol-decentralized-access-control-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_wXGRfiZeEjfUmz1V2chJcoQebnyRlcPTgJT2C65b/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Lit Protocol owners ask.

  • 01

    Can I execute custom JavaScript code securely within a TEE?

    Yes! Use the execute_lit_action capability. You can provide either inline JavaScript code or an IPFS CID to run immutable programs inside Lit's Trusted Execution Environments.

  • 02

    How do I see all the decentralized wallets (PKPs) associated with my account?

    Simply use the list_wallets capability. It will return all Programmable Key Pairs (PKPs) owned by your account, including their IDs and addresses.

  • 03

    Is it possible to organize access control by grouping different identities?

    Absolutely. You can use add_group to create a new group and then add_pkp_to_group to manage which decentralized identities belong to that specific access schema.