@c3-oss/mcp-plane
v0.1.2
Published
MCP server (stdio) exposing the Plane REST API as tools
Maintainers
Readme
@c3-oss/mcp-plane
MCP server (stdio) exposing the Plane REST API as tools so an MCP client can drive Plane directly.
npx -y @c3-oss/mcp-planeOr install globally:
npm install -g @c3-oss/mcp-plane
mcp-planemcp-plane is a small JavaScript shim that delegates to the prebuilt
Go binary matching your platform, distributed through npm
optionalDependencies. There is no postinstall download — npm
filters by os and cpu and only installs the sub-package your
machine needs.
Supported platforms:
- macOS arm64 / amd64
- Linux amd64 / arm64
Configure with three environment variables (PLANE_BASE_URL,
PLANE_API_TOKEN, PLANE_WORKSPACE) and register the command in your
MCP client. See the
main README for client
config examples and the
full tools list.
Source code, documentation, and issue tracker: https://github.com/c3-oss/mcp-plane
