GitHub Actions for Plane-MCP
@Creodot
About GitHub Actions for Plane-MCP
✈ MCP For Plane.so
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is GitHub Actions for Plane-MCP?
GitHub Actions for Plane-MCP is a Model Context Protocol server that acts as a bridge to the Plane.so API. It allows MCP clients (such as AI assistants) to interact with Plane.so resources—initially Issues—through defined tools.
How to use GitHub Actions for Plane-MCP?
The server requires Node.js v20 or higher and npm. After installing dependencies with npm install, configure your Plane.so API key and workspace slug as environment variables (e.g., PLANE_API_KEY, PLANE_WORKSPACE_SLUG). The server communicates via stdin/stdout and must be launched by an MCP client (like Cursor or Claude App). Tools are invoked by the client using the names plane_get_issue, plane_create_issue, and plane_update_issue.
Key features of GitHub Actions for Plane-MCP
- Provides three MCP tools to manage Plane.so issues
- Uses Zod for input validation and structured error handling
- Built with TypeScript and follows a domain‑driven project structure
- Supports CI, linting, and formatting via Biome
- Open source under the MIT license
Use cases of GitHub Actions for Plane-MCP
- AI assistants fetching issue details from Plane.so workspaces
- Automated creation of issues from natural language prompts
- Updating issue priority, description, or assignees through conversational interfaces
FAQ from GitHub Actions for Plane-MCP
What runtime is required?
Node.js v20 or higher and npm.
How do I obtain a Plane.so API key?
In Plane.so, go to Workspace Icon → Settings → API Tokens → Add API Token.
What tools does the server expose?
Three tools: plane_get_issue, plane_create_issue, and plane_update_issue.
How is the server secured?
The API key is stored in a .env file and must never be committed to version control. Most MCP clients require explicit user approval before executing write operations.
Can I extend the server with new tools?
Yes. Contributors can add new tools by following the documented process: define the tool interface, add validation schemas, implement
More Version Control MCP servers
MCP Linear
tacticlaunchMCP server that enables AI assistants to interact with Linear project management system through natural language, allowing users to retrieve, create, and update issues, projects, and teams.
Jira MCP
nguyenvanduocitA Go-based MCP (Model Control Protocol) connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless interface for AI models to perform common Jira operations including issue management, sprint planning, and workflow tra

GitLab
modelcontextprotocolModel Context Protocol Servers
MCP Git Ingest
adhikaspA Model Context Protocol (MCP) server that helps read GitHub repository structure and important files.
Test
skillsCreate a site or blog from your GitHub repositories with GitHub Pages.
Comments