plane-local-mcp
Local MCP server for interacting with a self-hosted Plane Community Edition instance. Enables listing projects, issues, states, labels, cycles, and updating issues via natural language.
README
plane-local-mcp
MCP (Model Context Protocol) local para Plane Community Edition self-hosted.
Usa a API pública /api/v1/.../issues/ (compatível com Plane CE). Útil para listar projetos, issues, estados, labels, cycles e buscar itens pelo identificador humano (PROJECT-N, ex.: CKTPC-838).
Pré-requisitos
- Python
>= 3.10 - uv instalado e no
PATH - Instância Plane CE acessível + API key
Instalação
git clone https://github.com/JonatanCosta/plane-local-mcp.git
cd plane-local-mcp
uv sync
Anote o caminho absoluto do clone (ex.: /Users/voce/plane-local-mcp). Ele será usado nas configs abaixo.
Variáveis de ambiente
| Variável | Obrigatória | Descrição |
|---|---|---|
PLANE_API_KEY |
sim | API key do Plane |
PLANE_WORKSPACE_SLUG |
sim | Slug do workspace |
PLANE_BASE_URL |
sim | URL base da instância (sem /api) |
Exemplo:
export PLANE_API_KEY="plane_api_..."
export PLANE_WORKSPACE_SLUG="meu-workspace"
export PLANE_BASE_URL="https://plane.exemplo.com"
Cursor
Edite ~/.cursor/mcp.json (ou Settings → MCP → Add server) e adicione:
{
"mcpServers": {
"plane": {
"command": "uv",
"args": [
"run",
"--directory",
"/ABS/PATH/plane-local-mcp",
"plane-local-mcp"
],
"env": {
"PLANE_API_KEY": "plane_api_...",
"PLANE_WORKSPACE_SLUG": "meu-workspace",
"PLANE_BASE_URL": "https://plane.exemplo.com"
}
}
}
}
Substitua /ABS/PATH/plane-local-mcp pelo caminho absoluto do repositório. Reinicie o Cursor (ou recarregue os MCPs) e confira se o servidor plane aparece com as tools.
Claude Desktop
-
Abra Settings → Developer → Edit Config (cria o arquivo se ainda não existir).
-
Edite
claude_desktop_config.json:- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
- macOS:
{
"mcpServers": {
"plane": {
"command": "uv",
"args": [
"run",
"--directory",
"/ABS/PATH/plane-local-mcp",
"plane-local-mcp"
],
"env": {
"PLANE_API_KEY": "plane_api_...",
"PLANE_WORKSPACE_SLUG": "meu-workspace",
"PLANE_BASE_URL": "https://plane.exemplo.com"
}
}
}
}
- Feche completamente o Claude Desktop e abra de novo.
- No chat, o ícone de ferramentas (martelo) deve listar as tools do Plane.
Dica: se
uvnão for encontrado, use o caminho absoluto do binário (ex.:/Users/voce/.local/bin/uv).
Claude Code (CLI)
claude mcp add plane --env PLANE_API_KEY=plane_api_... \
--env PLANE_WORKSPACE_SLUG=meu-workspace \
--env PLANE_BASE_URL=https://plane.exemplo.com \
-- uv run --directory /ABS/PATH/plane-local-mcp plane-local-mcp
Ou edite ~/.claude/settings.json / .claude/settings.json com o mesmo bloco mcpServers do Cursor.
Codex (CLI / IDE)
Edite ~/.codex/config.toml (ou .codex/config.toml no projeto, se ele estiver trusted):
[mcp_servers.plane]
command = "uv"
args = [
"run",
"--directory",
"/ABS/PATH/plane-local-mcp",
"plane-local-mcp",
]
[mcp_servers.plane.env]
PLANE_API_KEY = "plane_api_..."
PLANE_WORKSPACE_SLUG = "meu-workspace"
PLANE_BASE_URL = "https://plane.exemplo.com"
Alternativa via CLI:
codex mcp add plane --env PLANE_API_KEY=plane_api_... \
--env PLANE_WORKSPACE_SLUG=meu-workspace \
--env PLANE_BASE_URL=https://plane.exemplo.com \
-- uv run --directory /ABS/PATH/plane-local-mcp plane-local-mcp
Em uma sessão Codex, use /mcp para validar que o servidor conectou.
Tools disponíveis
| Tool | Descrição |
|---|---|
get_instance_info |
Base URL, workspace e estilo de API |
list_projects |
Lista projetos do workspace |
retrieve_project |
Projeto por UUID |
list_states |
Estados (colunas) do projeto |
list_labels |
Labels do projeto |
list_modules |
Modules do projeto |
list_cycles |
Cycles do projeto |
list_issues |
Issues do projeto (/issues/) |
retrieve_issue |
Issue por UUID |
get_issue_by_identifier |
Issue por PROJECT-N (ex.: CKTPC-838) |
list_issue_children |
Filhos de um épico/issue |
update_issue |
Edita título, descrição, prioridade e/ou status |
add_issue_to_cycle |
Adiciona issue a um cycle |
remove_issue_from_cycle |
Remove issue de um cycle |
Exemplos de edição
update_issue(identifier="CKTPC-844", name="Novo título")
update_issue(identifier="CKTPC-844", description="Texto simples da descrição")
update_issue(identifier="CKTPC-844", state_name="Em Execução")
add_issue_to_cycle(identifier="CKTPC-844", cycle_name="Payment Sprint - 23")
Notas:
- Descrição no Plane usa HTML (
description_html). Se passardescriptionem texto puro, o MCP converte para HTML mínimo. - Status e cycle aceitam UUID (
state_id/cycle_id) ou nome (state_name/cycle_name). - Cycle não entra no PATCH da issue: a API exige
POST .../cycles/{id}/cycle-issues/.
Desenvolvimento
uv sync
uv run plane-local-mcp
O servidor fala MCP via stdio.
Licença
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.