mcpbeat Sign in

Openplan MCP Server

local only

Openplan runs on your own machine — the client starts it, so there is no endpoint to ping.

Plan, track, and learn from software projects — three MCP tools for the AI agent lifecycle.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 34 · avg 8 · -65% w/w
a month agotoday
Installs / week
npm · @openplan/mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add openplan -- npx -y @openplan/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "openplan": {
      "args": [
        "-y",
        "@openplan/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.openplan]
command = "npx"
args = ["-y", "@openplan/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "openplan": {
      "args": [
        "-y",
        "@openplan/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "openplan": {
      "args": [
        "-y",
        "@openplan/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Openplan

same job, measured the same way
Limps
by paulbreuler

MCP planning server for AI agents — plan management, full-text search, and task lifecycle

82 installs/wk local only
Hubd
by bzdos

The project tracker for teams of humans and AI agents — in plain files. MCP server + CLI.

1 881 installs/wk local only
Kanban AI
by orholam

Remote MCP for Kanban AI boards—manage projects, tasks, and comments from AI tools.

answering
Ainative Gtm MCP
by ainative-studio

Full Google Ads, Analytics & Tag Manager lifecycle MCP for AI agents — 57 tools.

105 installs/wk local only
Linear
by linear

MCP server for Linear project management and issue tracking

answering
Niftypm
by niftypm

Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.

answering
I
NetLicensing MCP Server
by labs64

Labs64 NetLicensing MCP server for AI-driven software license lifecycle management.

357 installs/wk local only
Globalize
by globalize-now

Localization for AI agents: projects, languages, glossaries and translations from your agent

answering

Openplan — questions

Answers built from our own checks of this server.

Why is there no uptime for Openplan?
Openplan runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @openplan/mcp.
Is Openplan still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Openplan?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @openplan/mcp straight from npm; nothing to host, nothing to sign up for.