Back to Home
makeplane icon

plane-mcp-server

Verified Safe

by makeplane

Overview

Provides AI agents with tools to interact with Plane APIs for project and work item management.

Installation

Run Command
uvx plane-mcp-server stdio

Environment 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

Stats

Interest Score56
Security Score7
Cost ClassLow
Stars141
Forks51
Last Update2026-01-15

Tags

Plane integrationAI toolsProject managementMCP serverPython