Plane

Plane MCP Connector for Claude

A+

Manage Plane.so projects, track issues, review sprint cycles, and audit agile modules completely autonomously.

6 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Equip any AI agent with direct access to your Plane workspace. Whether you're using Plane Cloud or self-hosting, your AI assistant can seamlessly retrieve projects, analyze agile cycles, and parse the active issues pipeline without forcing you to click through kanban boards manually.

What you can do

  • Projects & Core Entities — Extract isolated project architectures spanning across your Workspace, pulling high-fidelity descriptions and status parameters.
  • Agile Cycles (Sprints) — Command the agent to list and structure your active development cycles, evaluating timelines and completion statuses.
  • Work Items (Issues) — Perform deep sweeps over tasks and explicit tickets inside boundary states, analyzing what your engineering team is actually building.
  • Modules & Taxonomy — Read epics (modules) and static categorization labels dictating your issue pipelines.

How it works

  1. Install this integration onto your agent layer
  2. Provide your Plane Personal API Key (and optionally, your self-hosted API URL)
  3. Start fetching sprints and active cycles immediately from Cursor, Claude, or any MCP client

Who is this for?

  • Project Managers — instantly retrieve all pending tasks in the current cycle (list_cycles & list_work_items) and summarize progress dynamically.
  • Lead Engineers — inspect the ticket backlog without leaving your IDE; write code and verify module requirements consecutively.
  • Product Teams — cross-reference structured modules versus labels without dealing with the visual planner interface.
agileissue-trackingkanbansprint-managementopen-sourcesoftware-engineering

6 tools expose this connector's capabilities to your AI agent.

list_projects

List projects in a Plane workspace

get_project

Get specific details of a Plane project

list_work_items

List work items (issues) inside a Plane project

list_cycles

List cycles inside a Plane project

list_modules

List modules inside a Plane project

list_labels

List project labels in Plane

See how to talk to your AI agent using Plane.

List all cross-functional modules targeting project `project-x`.

Pinging standard workspace schemas... I matched Project 'Frontend Rewrite'. There are 4 distinct modules attached: `Auth Module`, `Kanban Redesign`, `API Rate Limiter`, and `User Onboarding`. Looking at `Auth Module`, it is targeting completion by October 20th. Do you need its related tags?

Are there any pending work items left in the current active active sprint?

Looking at cycle `v1.2 Release`, I've pulled 4 unresolved work items out of the 15 originally mapped. Ticket `ID: 9912` (Database Race Condition) is holding up priority, currently marked 'In Progress' by the QA tag. Want me to investigate its raw configuration?

Fetch the exact details of the issue designated ID `3841-A` on the board.

Extracted the data entity mapped to `3841-A`. Title: `Handle missing env parameters explicitly during build steps`. It carries the labels 'High Priority' and 'DevOps'. The raw issue content requests adding an abort sequence checking for missing variables natively during CI initialization. How would you like me to script this?

Yes. First, request the active iteration window by calling `list_cycles`. The agent will isolate today's active cycle bounds. Following that, it will invoke `list_work_items` directly constrained by that cycle object, outputting an exhaustive summary of untouched or blocking tickets.

Related Connectors