Back to Home
kelvin6365 icon

plane-mcp-server

Verified Safe

by kelvin6365

Overview

Enables LLMs to interact with Plane.so to manage projects and issues through its API, facilitating project management workflows.

Installation

Run Command
node dist/index.js

Environment Variables

  • PLANE_API_KEY
  • PLANE_WORKSPACE_SLUG
  • PLANE_HOST

Security Notes

The server securely loads API keys and workspace slugs from environment variables, preventing hardcoding. It explicitly checks for the presence of required environment variables (`PLANE_API_KEY`, `PLANE_WORKSPACE_SLUG`). Input schemas are defined for tools, and additional runtime checks are performed on critical arguments like `project_id`. The `create-issue` and `update-issue` tools include robust logic to handle potentially malformed `assignees` input from LLMs, reducing the risk of invalid data being sent to the Plane API. All external API calls are made using `fetch` with proper error handling. No `eval` or other dynamic code execution is observed.

Similar Servers

Stats

Interest Score43
Security Score9
Cost ClassMedium
Avg Tokens2000
Stars32
Forks14
Last Update2025-12-06

Tags

Project ManagementIssue TrackingPlane.soLLM IntegrationMCP Server