Overview
The Plane MCP server for VS Code connects your IDE directly to your Plane workspace. Using the Model Context Protocol (MCP), you can view, edit, and interact with Plane issues, projects, and documentation without ever leaving your editor.
Features
Core Integration
- Seamless Plane access → Manage issues, sprints, and docs right from VS Code.
- MCP-based communication → Ensures a secure, reliable, and standardized integration with Plane.
Developer Experience
- Official Plane MCP implementation → Maintained by Plane for compatibility and performance.
- Contextual commands → Quickly open, search, or update work items from the command palette.
Workflow Benefits
- Focus on coding → Stay in your flow while keeping your tasks and updates synced.
- Real-time insights → View work context and status updates alongside your code.
Configure
To connect VS Code with Plane via MCP:
Connect Plane to VSCode by editing your mcp.jsonfile:
{
"servers": {
"plane": {
"command": "npx",
"args": ["mcp-remote", "https://mcp.plane.so/sse"]
}
}
}