Loading...
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.
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.