Overview

How to connect AI clients to your plnnrly organisation via MCP.

plnnrly exposes a Model Context Protocol server so AI assistants can read and act on data inside your organisation on your behalf.

Connection details

Server URLhttps://<your-url>/mcp/v1
TransportHTTP (streamable)
AuthenticationAuthorization: Bearer <token>

Replace <your-url> with your plnnrly URL (for example acme.plnnrly.com) and <token> with a personal MCP token.

Get a token

  1. Open plnnrly in your browser.
  2. Click the sparkles icon in the top bar to open the AI slide-over.
  3. Under MCP token, click Create token.
  4. Copy the token shown — it's only displayed once. If you lose it, use Roll token to issue a new one.

Each user can have one MCP token at a time. Revoking the token (via Delete token) immediately invalidates all clients using it.

Pick your client

On this page