Meetily
Agent APIGuides

Connect Claude Code / Claude Desktop

Connect Claude Code, Claude Desktop, or another MCP client to Meetily in one command.

This guide connects an MCP-capable AI client, Claude Code, Claude Desktop, or Cursor, to Meetily in one command.

Install

Run:

meetily-pro mcp install

This registers the Meetily MCP server in your client's config. It merges into the existing server list without touching any servers you already have configured.

Restart your AI client to pick up the new server.

If you want a read-only connection, install with the flag instead:

meetily-pro mcp install --read-only

What it can do

Once connected, your AI client can read your meetings and transcripts, write and regenerate summaries, control recording, and run background jobs. It can never delete a meeting or a pairing. Those two actions are destructive and are not exposed as tools, in any mode.

For the full tool list, the resources and prompts the server exposes, and the security model behind scopes and tokens, see AI Assistants (MCP).

The one-command install is least privilege

meetily-pro mcp install mints a scoped, per-client token (Read plus Record by default; add --write for write access) rather than authenticating with the admin token. The in-app Integrations panel is an alternative that can additionally grant Delete. See Limitations and roadmap for details.

Last updated on

On this page