---
title: "Splits changelog: CLI/MCP and email-based recovery"
date: "2026-04-14"
canonical: "https://splits.org/changelog/cli-mcp-email-recovery/"
---

# Splits changelog: CLI/MCP and email-based recovery

## CLI and MCP server

We released a [CLI and MCP server](https://www.npmjs.com/package/@splits/splits-cli) for your Splits accounts, so you and your agents can work directly with them without compromising on security or accountability. Claude, OpenClaw, and other LLMs can now act on your accounts with granular, account-level permissions and signing authority, so there's no need to hand over a seed phrase.

To get started, run `npm install -g @splits/splits-cli` and follow the setup instructions. You can create API keys with specific permissions in Settings > API Keys.

![](https://storage.ghost.io/c/ec/10/ec1004a4-54fe-4879-9efd-9a3fe755a821/content/images/2026/04/2026_04_13_13_24_59.png)

## Email-based recovery

New teams no longer need existing EOAs to get started. When creating a team, you can now add an email address as a recovery signer.

![](https://storage.ghost.io/c/ec/10/ec1004a4-54fe-4879-9efd-9a3fe755a821/content/images/2026/04/2026_04_13_13_39_43.png)

After confirming their email address, that person can sign recovery transactions without connecting a wallet. Powered by [Privy](https://www.privy.io/).

## Other updates

-   Added integrity checks to our transaction indexing to improve reliability
-   Expanded network support for our [browser extension](https://chromewebstore.google.com/detail/splits/ghfacfafnbcgkielpaeifdpoggfeakif)
-   Made accounting exports faster
-   Added server builds on every PR to increase future engineering throughput
-   Fixed 14 bugs and 28 stability/polish issues
