ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Plone with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage Plone CMS content, users, and workflows directly from your AI agent—search, create, and update resources effortlessly.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 17 capabilities

The complete Plone capability set.

These are the exact actions your AI can choose when you ask it to work with Plone.

Capability set01 / 05

01-04

4 capabilities in this set.

Part of 17 available through Plone.

  1. 01

    Create group

    Create a new group

  2. 02

    Create user

    Create a new user

  3. 03

    Get user

    Get details for a specific user

  4. 04

    List groups

    List groups in Plone

Capability set02 / 05

05-08

4 capabilities in this set.

Part of 17 available through Plone.

  1. 05

    Search content

    Search for content in Plone

  2. 06

    Update user

    Update a user

  3. 07

    Update content

    Supports partial updates. Update existing content in Plone

  4. 08

    Delete content

    Delete content from Plone

Capability set03 / 05

09-11

3 capabilities in this set.

Part of 17 available through Plone.

  1. 09

    Delete group

    Delete a group

  2. 10

    Delete user

    Delete a user

  3. 11

    Get content

    Get a specific content object by path

Capability set04 / 05

12-14

3 capabilities in this set.

Part of 17 available through Plone.

  1. 12

    Get group

    Get details for a specific group

  2. 13

    Get workflow

    Get workflow status and history for content

  3. 14

    List users

    Requires Manager role. List users in Plone

Capability set05 / 05

15-17

3 capabilities in this set.

Part of 17 available through Plone.

  1. 15

    Transition workflow

    Trigger a workflow transition on content

  2. 16

    Update group

    Update a group

  3. 17

    Create content

    Create new content in Plone

Observed, not estimated

921ms average. Fast in production.

Plone is checked daily against the live service.

Daily averagePeak 1104ms
Aug 30Today
Fastest day
874ms
Slowest day
1104ms
14-day trend
Stable+2%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 17 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Plone, so you can see the experience inside your AI.

It does not authenticate your account with Plone. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Plone Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_g6iXcoVFJw211BEVIrauCIn8dk9jo3oKnobRjnbL/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Plone capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "plone-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_g6iXcoVFJw211BEVIrauCIn8dk9jo3oKnobRjnbL/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Plone owners ask.

  • 01

    Can I search for specific content types like Folders or Documents?

    Yes! Use the search_content capability and provide the portal_type parameter (e.g., 'Folder' or 'Document') to filter your results.

  • 02

    How do I update the title or description of an existing page?

    Use the update_content capability. Provide the path to the content and a json_body containing the fields you want to change, such as {"title": "New Title"}.

  • 03

    Is it possible to manage user accounts through this server?

    Yes, if your credentials have sufficient permissions, you can use list_users, get_user, and create_user to manage the site's membership.