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.
Seamless Plane access → Manage issues, sprints, and docs right from VS Code.
MCP-based communication → Ensures a secure, reliable, and standardized integration with Plane.
Official Plane MCP implementation → Maintained by Plane for compatibility and performance.
Contextual commands → Quickly open, search, or update work items from the command palette.
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.
Connect Plane to VSCode by editing your mcp.jsonfile:
{
"servers": {
"plane": {
"command": "npx",
"args": ["mcp-remote", "https://mcp.plane.so/sse"]
}
}
}