Plane Connector for AI agents.
12 live capabilities
Manage project roadmaps and agile workflows through your AI agent.
Waiting for input…
Why people use Plane
Plane Project Management and Agile Workflow Automation
With this Connector, you just tell your agent what you want. You can create a project, set its features, and update its description in one go. It turns a three-minute clicking session into a five-second conversation.
What Vinkius changes
You get a direct voice command interface for your entire Plane project management workspace.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Rapid project setup
A product manager asks the agent to create a 'Q4 Marketing' project with a specific ID and enable Cycles for the upcoming sprint.
- Real-world use case 02
Workflow auditing
An engineering lead asks the agent to list all projects and archive those marked as completed to clean up the workspace.
- Real-world use case 03
Feature configuration
A team lead tells the agent to turn on Epics for a new project to start long-term planning for a major product launch.
Complete set · 12capabilities
The complete Plane capability set.
These are the exact actions your AI can choose when you ask it to work with Plane.
01—04
4 capabilities in this set.
Part of 12 available through Plane.
- 01 Capability
Get project label
Get a specific project label. Use this to see the details of any assigned label.
- 02 Capability
Get project
Get a specific project. This retrieves all the core details for a project you want to see.
- 03 Capability
List project labels
List all project labels. This gives you a full view of your project categorization.
- 04 Capability
List projects
List all projects in a workspace. This is the fastest way to see everything you're working on.
05—08
4 capabilities in this set.
Part of 12 available through Plane.
- 05 Capability
Unarchive project
Unarchive a project. This brings a hidden project back into your active workspace.
- 06 Capability
Update project
Update an existing project. This changes things like names, descriptions, and lead assignments.
- 07 Capability
Archive project
Archive a project. This moves completed work out of your main view to reduce clutter.
- 08 Capability
Delete project
Delete a project from your workspace. Use this only for projects you no longer need to keep.
09—12
4 capabilities in this set.
Part of 12 available through Plane.
- 09 Capability
Get project features
Check which features like Epics or Cycles are enabled for a project. This helps you see what capabilities are active.
- 10 Capability
Update project features
Update project features like Epics or Cycles. This lets you toggle modules on and off as needed.
- 11 Capability
Create project label
Create a new label for a project. This helps you categorize work types quickly.
- 12 Capability
Create project
Create a new project in your workspace. You can set specific identifiers for better tracking.
Set up in minutes
One URL. Then ask Plane to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Plane from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_JPBzdXGRXC03cv141ks60Sn1uNku4mHYXBZyKLdj/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Plane, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Plane for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_JPBzdXGRXC03cv141ks60Sn1uNku4mHYXBZyKLdj/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Plane URL.
- Step 03
Save and start
Save the connection and enable Plane in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"plane-alternative": {
"url": "https://edge.vinkius.com/vk_preview_JPBzdXGRXC03cv141ks60Sn1uNku4mHYXBZyKLdj/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Plane
Open Agent mode in chat and ask: "Using Plane, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"plane-alternative": {
"url": "https://edge.vinkius.com/vk_preview_JPBzdXGRXC03cv141ks60Sn1uNku4mHYXBZyKLdj/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Plane
Ask Copilot: "Using Plane, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"plane-alternative": {
"url": "https://edge.vinkius.com/vk_preview_JPBzdXGRXC03cv141ks60Sn1uNku4mHYXBZyKLdj/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Plane
Open Cascade and ask: "Using Plane, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"plane-alternative": {
"url": "https://edge.vinkius.com/vk_preview_JPBzdXGRXC03cv141ks60Sn1uNku4mHYXBZyKLdj/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Plane
Ask Cline: "Using Plane, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add plane-alternative --transport http "https://edge.vinkius.com/vk_preview_JPBzdXGRXC03cv141ks60Sn1uNku4mHYXBZyKLdj/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Plane
Ask Claude: "Using Plane, show me...". 12 tools are ready
Where the request belongs
Work Plane can move forward.
The product manager who's tired of manual data entry, the engineering lead auditing old projects at the end of a sprint, and the DevOps engineer who needs to automate workspace maintenance.
Product Manager
Spins up new projects and enables Epics or Cycles for upcoming sprints during planning meetings.
Engineering Lead
Audits project settings and archives completed work from a chat interface to keep the backlog clean.
DevOps Engineer
Automates project creation and workspace maintenance as part of larger organizational workflows.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsTeambition
Collaborative project management platform by Alibaba. manage tasks, projects, and team workflows via AI.
Plane
Manage Plane.so projects, track issues, review sprint cycles, and audit agile modules completely autonomously.
ONES
Enterprise R&D project management platform. manage tasks, projects, and workflows via AI.
Nifty
Combine tasks, timelines, docs, and chat in one project management workspace that replaces multiple capabilities at once.
Linear (Issue Tracking & PM)
Manage product development via Linear. track issues, monitor sprint cycles, and audit team projects.
Nifty (All-in-One Project Management)
Manage projects via Nifty. create tasks, track sprint milestones, and audit project portfolios.
Bring your own AI
Change the model, client or framework. Keep Plane connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Plane.
The practical details behind the request, access and result.
Can I use Plane MCP to manage my roadmaps?
Yes. You can use your AI agent to create new projects, update descriptions, and organize your roadmap without leaving your chat interface.
Does Plane MCP support Epics and Cycles?
Yes. This Connector allows your AI agent to turn specific project modules like Epics and Cycles on or off as needed.
How do I create projects in Plane using an AI agent?
Once the Connector is connected, you can simply tell your agent to create a project with a specific name and identifier.
Can Plane MCP help me archive old projects?
Yes. You can ask your agent to archive projects that are no longer active to keep your main workspace clean.
Is Plane MCP good for agile project management?
It is excellent for high-level agile management. It lets you quickly configure project features and metadata for your sprints.
Can I update project leads using Plane MCP?
Yes. You can update the lead assignment and other metadata for any project through a simple conversation with your agent.
Can I enable or disable specific features like Epics or Cycles for a project?
Yes! You can use the update_project_features capability to toggle capabilities including epics, modules, cycles, views, pages, and intakes for any specific project.
How do I see all the projects currently active in my workspace?
Simply use the list_projects capability by providing your workspace slug. The agent will return a list of all projects, including their names and identifiers.
Is it possible to archive a project that is no longer needed?
Yes, you can use the archive_project capability to move a project to the archive. If you change your mind, you can also use unarchive_project to bring it back.
One connection away
Give your agent a direct line to Plane.
Connect Plane once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available