# Plane MCP Server

Manage your projects and issues seamlessly with Plane's API. Enable LLMs to interact with your project management workflows while ensuring user control and security. Streamline your project managemen…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add kelvin6365/plane-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list kelvin6365/plane-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get kelvin6365/plane-mcp-server list-projects

# Call a tool
npx -y @smithery/cli@latest tool call kelvin6365/plane-mcp-server list-projects '{}'
```

## Tools (6)

- `list-projects` — List all projects in the workspace
- `get-project` — Get detailed information about a specific project
- `create-issue` — Create a new issue in a project
- `list-issues` — List issues from a project
- `get-issue` — Get detailed information about a specific issue
- `update-issue` — Update an existing issue in a project, delete just update the issue title with 'delete' or 'remove'

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get kelvin6365/plane-mcp-server <tool-name>
```

---

Source: https://github.com/kelvin6365/plane-mcp-server | License: MIT
