> For the complete documentation index, see [llms.txt](https://docs.perisclaw.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.perisclaw.com/changelog/releases/2026-06-22-apps-and-mcp.md).

# Apps & the Perisclaw MCP server

*June 22, 2026*

Perisclaw can now connect to your other apps — and you can bring it into AI tools like Claude. It's no longer just an assistant inside WhatsApp; it works alongside the rest of what you use.

## Apps

There's a new **Apps** section in your dashboard. Google is first-class, and we've opened up the framework to connect Perisclaw to external apps (Slack, Notion, Microsoft 365, and more) and your own tools — with more connectors rolling out soon. The goal: do more of your work without leaving WhatsApp.

## Bring Perisclaw into your AI tools (MCP server)

If you use Claude or ChatGPT, you can now connect your WhatsApp to them using the Perisclaw MCP server — search and act on your chats right from there, with the access level you choose (read-only, or read and reply). It's optional, and off until you turn it on.

Setup: [docs.perisclaw.com/use-with-claude-and-other-ai/mcp-server](https://docs.perisclaw.com/use-with-claude-and-other-ai/mcp-server)

## Multiple Google accounts

Connect more than one Google account (work + personal). Perisclaw handles calendar, Drive, and contacts across all of them.

## Smarter Drive

Send a file or document and Perisclaw files it into your Drive — and can convert it to a clean PDF on the way in.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.perisclaw.com/changelog/releases/2026-06-22-apps-and-mcp.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
