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 URL | https://<your-url>/mcp/v1 |
| Transport | HTTP (streamable) |
| Authentication | Authorization: Bearer <token> |
Replace <your-url> with your plnnrly URL (for example acme.plnnrly.com) and <token> with a personal MCP token.
Get a token
- Open plnnrly in your browser.
- Click the sparkles icon in the top bar to open the AI slide-over.
- Under MCP token, click Create token.
- 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.