plane-mcp-server
Verified Safeby makeplane
Overview
Enables AI agents and developer tools to programmatically interact with a Plane project management workspace by providing a set of tools.
Installation
npx -y @makeplane/plane-mcp-serverEnvironment 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
mcp-servers
An MCP server for fetching, cleaning, and intelligently extracting content from web pages, designed for agent-building frameworks.
plane-mcp-server
Enables LLMs to interact with Plane.so to manage projects and issues through its API, facilitating project management workflows.
trello-mcp-server
Provides an AI-agent-friendly interface (MCP server) to interact with the Trello API for managing boards, lists, cards, and other Trello resources.
Teamwork-MCP
An MCP server for AI agents to interact with the Teamwork.com API, enabling management of projects, tasks, people, companies, and reporting within Teamwork.