Back to Home
makeplane icon

plane-mcp-server

Verified Safe

by makeplane

Overview

Enables AI agents and developer tools to programmatically interact with a Plane project management workspace by providing a set of tools.

Installation

Run Command
npx -y @makeplane/plane-mcp-server

Environment Variables

  • PLANE_API_KEY
  • PLANE_WORKSPACE_SLUG
  • PLANE_API_HOST_URL

Security Notes

The server securely retrieves sensitive credentials (API key, workspace slug) from environment variables, preventing hardcoding. Input parameters for tools are rigorously validated using Zod schemas, which helps mitigate common injection vulnerabilities. All external network requests are handled through Axios, a well-regarded HTTP client, with explicit content-type headers for non-GET requests. There are no observed uses of 'eval', code obfuscation, or other suspicious patterns that would indicate malicious intent. The code structure is clear and follows standard practices, making it relatively safe to run provided the environment variables are kept secure.

Similar Servers

Stats

Interest Score55
Security Score9
Cost ClassMedium
Avg Tokens750
Stars117
Forks37
Last Update2025-12-06

Tags

AI AgentsProject ManagementAutomationDeveloper ToolsWorkflows