Onplana MCP Server

Open-source TypeScript Model Context Protocol building blocks, extracted from Onplana's production MCP deployment. Its 29 documented tools cover project, task, tasks, projects. It is available as a remote MCP endpoint.

Teams that want a hosted security endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-22 · ★ 4 · #148 OF 182 MAINTAINED SECURITY · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Onplana

before you install - you'll need

ONPLANA_PAT

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add onplana-onplana-mcp-server --transport http https://mcp.onplana.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "onplana-onplana-mcp-server": {
      "url": "https://mcp.onplana.com/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.onplana.com/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.onplana.com

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license MIT - declared in the repository

registry namespace io.github.Onplana is GitHub-verified and matches the repo owner

03 · What Onplana can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can create a project, create a task, optionally under a parent, add a milestone to a project, and create a sprint and pull tasks into it.

Capability map

Tools grouped from the project's README - what Onplana lets an agent do.

read & search

7 tools - e.g. projects in the org, filterable by status.; tasks past their due date.; members of a project.

list_projects · list_overdue · list_team_members · list_risks · find_similar_projects · search…

Project

6 tools - e.g. one project in full, with dates, owner and progress.; AI summary synthesized from the live plan.; AI risk detection across schedule, budget, scope and resources.

get_project · summarize_project · analyze_project_risks · create_project · add_project_member · update_project

Task

5 tools - e.g. one task with description, assignee, dates and recent comments.; create a task, optionally under a parent.; change task fields such as status, progress or dates.

get_task · create_task · update_task · assign_task · move_task_to_sprint

Tasks

4 tools - e.g. tasks for a project, or across projects.; tasks assigned to the calling user.; create a sprint and pull tasks into it.

list_tasks · list_my_tasks · create_sprint_with_tasks · bulk_update_tasks

Org

2 tools - e.g. members of the organization.; hybrid BM25 and vector search over tasks, projects, wiki pages and comments.

list_org_members · search_org_knowledge

create & write

2 tools - e.g. add a milestone to a project.; comment on a task, issue or project.

create_milestone · create_comment

Generate

1 tool - e.g. AI status report from the current schedule and activity.

generate_status_report

Submit

1 tool - e.g. log hours against a task.

submit_timesheet

Latest releases

v0.2.2 · 2026-05-12

switch publish workflow to npm Trusted Publishing (OIDC) · release v0.2.2 - first OIDC publish, tool count 27→29 · New Contributors · @shoaib0077 made their first contribution in

04 · Who maintains Onplana

Onplana is maintained by onplana. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
security - ranked #148 of 182 actively-maintained security servers as of 2026-08-25.
registry
io.github.Onplana/mcp-server (active, first published 2026-05-12 · 4 versions)

06 · Onplana FAQ

Is Onplana still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-22. We re-verify nightly.

What can Onplana do?

With this server connected, an agent can create a project, create a task, optionally under a parent, add a milestone to a project, and create a sprint and pull tasks into it.

How do I install Onplana?

Run `claude mcp add onplana-onplana-mcp-server --transport http https://mcp.onplana.com/mcp`. The README documents one environment variable (ONPLANA_PAT) to set first. You can also paste the ready-made client config above.

Does Onplana require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Onplana

More security MCP servers · Operant MCP · Otto Travel · Ovecc · Pairoa · Fitbit MCP

More TypeScript MCP servers · SAP MCP Server · Enquire MCP · Console Automation · Mcacp · Open Metadata · see all