Esta página se muestra en inglés. Una traducción al español está en curso.
MCP ConfigsMay 13, 2026·2 min de lectura

Plane MCP Server — Manage Issues from Agents

Plane MCP Server brings Plane projects and work items into MCP: uvx for local stdio or remote HTTP via mcp.plane.so. Verified 220★; setup ~5–12 minutes.

Listo para agents

Staging seguro para este activo

Este activo primero queda en staging. El prompt copiado pide inspeccionar los archivos staged antes de activar scripts, config MCP o config global.

Stage only · 17/100Política: staging
Superficie agent
Cualquier agent MCP/CLI
Tipo
Mcp Config
Instalación
Stage only
Confianza
Confianza: Established
Entrada
Asset
Comando de staging seguro
npx -y tokrepo@latest install 6f1aa65b-264a-5050-83e6-6597363de8c1 --target codex

Primero deja archivos en staging; la activación requiere revisar el README y el plan staged.

Introducción

Plane MCP Server brings Plane projects and work items into MCP: uvx for local stdio or remote HTTP via mcp.plane.so. Verified 220★; setup ~5–12 minutes.

Best for: Teams using Plane who want agents to create and triage work items

Works with: Any MCP client (stdio via uvx; remote HTTP via npx mcp-remote)

Setup time: 5-12 minutes

Key facts (verified)

  • GitHub: 220 stars · 92 forks · pushed 2026-05-13.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • README-verified entrypoint: uvx plane-mcp-server stdio.

Main

  • Use the uvx stdio transport for local, key-based access when you need predictable auth and low-latency tool calls.

  • If you need a hosted option, README documents remote HTTP endpoints with OAuth or PAT headers via mcp.plane.so.

  • Treat it as a work-item backbone: list/create/update issues and cycles so agents can turn plans into tracked execution.

Source-backed notes

  • README recommends uvx for stdio transport and shows MCP client JSON using command: uvx + args: ["plane-mcp-server","stdio"].
  • README documents remote HTTP endpoints (OAuth and PAT token variants) and suggests npx mcp-remote@latest for clients without native support.
  • README lists supported transports: stdio, SSE (legacy), and streamable HTTP.

FAQ

  • Do I need Node.js for local use?: No — README says stdio transport works with Python (uvx); Node is for remote transports.
  • Is SSE still recommended?: No — README marks SSE as legacy and recommends HTTP transports instead.
  • Can I use OAuth instead of API keys?: Yes — README documents OAuth remote HTTP at mcp.plane.so.
🙏

Fuente y agradecimientos

Source: https://github.com/makeplane/plane-mcp-server > License: MIT > GitHub stars: 220 · forks: 92

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados