Plane for your agents.
Connect Plane once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 10 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Plane.
What agents can do with Plane
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
plane_get_meCheck the token: returns the authenticated user's profile.
plane_list_workspacesList workspaces the user is a member of.
plane_list_projectsList projects in a workspace.
plane_create_issueCreate a new issue in a project.
plane_get_projectGet a single project by ID with its details and settings.
plane_list_issuesList issues in a project with optional filters for state, priority, and assignee.
plane_get_issueGet a single issue by ID with full details including comments and subtasks.
plane_update_issueUpdate an issue's name, description, state, priority, or assignees.
plane_list_cyclesList cycles (sprints) in a project with their durations and status.
plane_list_statesList workflow states available in a project.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Log in to your Plane workspace.
- Navigate to Settings -> API Tokens.
- Click Generate New Token, give it a name, and optionally set an expiration.
- Copy the generated token (it starts with pk_).
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Plane to Even: call connect_begin("plane") on the even-connect MCP and walk me through it.
List projects in Plane workspace and create issues with assigned team members.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.