plane-mcp-server
Verified Safeby makeplane
Overview
Provides AI agents with tools to interact with Plane APIs for project and work item management.
Installation
uvx plane-mcp-server stdioEnvironment Variables
- PLANE_API_KEY
- PLANE_WORKSPACE_SLUG
- PLANE_ACCESS_TOKEN
- PLANE_BASE_URL
- PLANE_OAUTH_PROVIDER_CLIENT_ID
- PLANE_OAUTH_PROVIDER_CLIENT_SECRET
- PLANE_OAUTH_PROVIDER_BASE_URL
- REDIS_HOST
- REDIS_PORT
Security Notes
The server's HTTP transport mode uses a broad CORS configuration (`allow_origins=["*"]`), which is generally not recommended for production environments as it allows cross-origin requests from any domain. While authentication mechanisms (OAuth, API keys) are in place, restricting origins to known clients is a best practice. Authentication relies on securely managed API keys, OAuth tokens, or environment variables, which places responsibility on the user for credential security. No obvious 'eval' or malicious patterns were found in the provided source code.
Similar Servers
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
The MCP server simplifies interaction with the Teamwork.com API, enabling AI agents to manage projects, tasks, people, and companies within Teamwork.
ai-control-framework
AI-powered development workflow management and prompt optimization, enforcing disciplined software development practices for AI coding agents.