Loading...

The Plane MCP server enables LLMs to interact with Plane.so for project and issue management, requiring user approval for modifications and API key security.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
The Plane MCP server enables LLMs to interact with Plane.so for project and issue management, requiring user approval for modifications and API key security.
This server is relatively safe for read operations. Write operations require explicit user approval, mitigating some risks. However, the security of the Plane.so API key and workspace is paramount, and compromised keys could lead to unauthorized data modification.
Performance depends on the Plane.so API response times and the complexity of the LLM prompts. Rate limiting may be a concern for high-volume usage.
Cost is primarily determined by Plane.so API usage. Be mindful of API call limits and potential overages when designing automated workflows.
npx -y @smithery/cli install @kelvin6365/plane-mcp-server --client cursor{
"mcpServers": {
"plane": {
"command": "node",
"args": ["path/to/plane-mcp-server/build/index.js"],
"env": {
"PLANE_API_KEY": "your_plane_api_key_here",
"PLANE_WORKSPACE_SLUG": "your_workspace_slug_here",
"PLANE_HOST": "optional"
}
}
}
}list-projectsLists all projects in the Plane workspace.
Read-only operation; no data modification.
get-projectRetrieves detailed information about a specific project.
Read-only operation; no data modification.
create-issueCreates a new issue within a specified project.
Creates new data; requires user approval.
list-issuesLists issues from a specified project, with optional filtering.
Read-only operation; no data modification.
get-issueRetrieves detailed information about a specific issue.
Read-only operation; no data modification.
update-issueUpdates an existing issue in a project.
Modifies existing data; requires user approval.
API Key
cloud
This server is relatively safe for read operations. Write operations require explicit user approval, mitigating some risks. However, the security of the Plane.so API key and workspace is paramount, and compromised keys could lead to unauthorized data modification.
Autonomy is limited by the need for user approval on write operations. The LLM can suggest actions, but the user retains control over execution.
Production Tip
Monitor the server's standard output for errors and unexpected behavior, especially when integrating with complex LLM workflows.
Immediately revoke the compromised key and generate a new one. Update the server configuration with the new key.
No, each instance of the server is configured for a single workspace. You would need to run multiple instances for multiple workspaces.
The primary control is user approval before write operations. Ensure the LLM is only instructed to perform actions within the defined tool set.
No, it currently only supports API key authentication.
Node.js 22.x or higher is required.
Check your API key, workspace slug, and network connectivity. Examine the server's standard output for error messages.
No, there are currently no tools available for deleting issues or projects.