Audit, reschedule and author Microsoft Project schedules. No Java, no Project install.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
One-click editor setup isnβt available for this listing yet β we donβt have a confirmed install command, and weβd rather show nothing than point your editor at the wrong package or host. Follow the projectβs own setup instructions, linked above.
An MCP server for Microsoft Project that needs neither Java nor Microsoft Project β and tells you the truth about what it wrote.
Point any MCP client at a .mpp, a Primavera .xer, or an MSPDI .xml and ask real questions:
where the critical path runs, which resources are overbooked, whether the schedule would survive a
DCMA audit, what a two-week slip actually does to the finish date. Then write changes back β and
know which ones landed, because every one is re-read from the model before it is reported.
That is the whole install. No JVM. No Microsoft Project. No licence. It reads and schedules on its own.
| Client | Do this |
|---|---|
| Claude Desktop | Download the .mcpb from Releases and drop it on Settings β Extensions. It installs the server itself β nothing to run first. |
| Claude Code | claude mcp add horizun-msproject-mcp -- horizun-msproject-mcp |
| Codex | codex mcp add horizun-msproject-mcp -- horizun-msproject-mcp |
| ChatGPT | Needs an HTTPS bridge in front of the stdio server. How, and what to weigh first. |
Full per-client instructions, including the plugin route and uninstall, are in docs/INSTALL.md.
There are a handful of Microsoft Project MCP servers. Every one of them requires Java, or a licensed Microsoft Project install, or a paid JDBC driver β and on the machine this was built on, none of them would start. Eight things here are not available anywhere else:
| Zero prerequisites | A single .NET binary. MPXJ is compiled to .NET through IKVM, so there is no JVM anywhere in the picture, and no Microsoft Project either. |
| Microsoft Project's dates, not an imitation | Where Project is installed, Project itself calculates every date this server reports. On seven real schedules β 8,823 tasks β recalculations and edits made through it matched Project on every task, to the minute. How. |
| Verified writes | Microsoft Project silently ignores writes all the time β auto-scheduled dates, hard constraints, summary rollups, calculated costs. Nothing here is reported as applied until it has been read back out of the model and matched. |
| DCMA 14-point assessment | The industry standard for judging whether a schedule can be run on. The Primavera servers implement it; none of the Microsoft Project ones do. Check 12 genuinely injects a 600-day delay and measures what moves. |
| It recovers logic nobody linked | A schedule laid out correctly on the bar chart but never linked is the most common defect there is: DCMA flags it, nothing fixes it. The dates already state the order β this reads it back out, verifies the same order holds across every repetition, and proposes the missing links. |
| Reprogramming that is measured | Recovery options are applied to a copy of the schedule, rescheduled, and reported with the finish date they actually produce. An option that recovers nothing says so instead of being offered as advice. |
| It learns from your past projects | Point it at finished schedules and it reports what each activity really took and what usually precedes it, then drafts a new programme from that β one task per unit, sequenced the way the trades actually followed each other. |
| A BIM bridge | Tie schedule tasks to model elements by code, turn measured quantities into duration proposals, and emit the per-element dates that drive 4D in Navisworks and the progress dashboard in Power BI. Nobody else does this at all. |
Session β project_health Β· project_open Β· project_save
project_health is a doctor, not a ping. It detects Microsoft Project, tests whether its COM server
actually starts, and when it does not, hands back the HRESULT diagnosis and the repair steps. That
is not hypothetical: this machine hit CO_E_SERVER_EXEC_FAILURE with a perfectly valid registration,
and step one of the repair path it emits is what fixed it.
Reading β project_info Β· tasks_query Β· links_query Β· resources_query Β· timephased_query
Filtered, paged, field-selectable. Tasks are addressed by their stable uid; the row id is display
only, because it shifts the moment a task is inserted and addressing by it edits the wrong task.
Analysis β schedule_analyze Β· schedule_qa Β· baseline_compare
Computed server-side, so the agent asks a question instead of pulling two thousand tasks into context. Critical path, float distribution, driving path, day-by-day overallocation, DCMA-14, and full earned value (BCWS/BCWP/ACWP, SPI, CPI, EAC, TCPI) β denominated in cost where the schedule carries costs, in work hours where it carries hours, and weighted by duration where it carries neither, which is most of them. The report says which.
Writing β tasks_write Β· links_write Β· resources_write Β· calendars_write Β· schedule_update
Batched, typed, verified. Cycles are refused before they are applied, with the offending chain named. Two things this backend cannot do are not offered: reordering a task within the outline, and editing a calendar's weekly working-hours pattern. Asking for either gets a refusal that names it and says where to do it instead β an operation that half-works is worse than one that is absent.
Planning β schedule_recovery Β· schedule_target Β· schedule_sequence Β· schedule_learn Β· schedule_generate
Reprogramming, measured rather than asserted. schedule_recovery finds what is late, ranks it by
how much of the schedule sits behind it, then tries each recovery lever β removing lag on the
driving chain, overlapping hand-offs, compressing the longest critical tasks β on a throwaway copy
and reports the finish date each one genuinely produces. schedule_target tests a date you have
been handed and names the work the network does not hold in place. schedule_sequence recovers the
logic a schedule is missing by reading the order its own dates already state β the planner laid the
work out correctly and never linked it, and that decision is recoverable. schedule_learn mines finished
schedules for how long each activity actually takes and what usually comes before it;
schedule_generate turns that into a first draft, one task per apartment or floor, sequenced the
way the history says the trades follow each other.
Feed schedule_learn a model export alongside the schedules and it measures productivity β
what a crew actually got through in a day β by joining quantities to tasks on the shared code.
schedule_generate then sizes durations from the quantities of the new project rather than
copying a remembered duration, because the rate is what carries between projects and the quantity
is what changes. Give one export per schedule, in the same order: rates are measured per project,
and quantities totalled across projects would inflate every one of them.
A draft can only be as well sequenced as the schedules it learned from. Where the sources link each activity to itself unit after unit but never to the trades around it, both tools say so and name the number: the library reports how many activities learned a predecessor other than themselves, and the draft reports how many trades it left with nothing scheduled before them.
Interop β project_export Β· project_import Β· bim_link Β· bim_sync
CSV, JSON, MSPDI, Primavera XER and PMXML, native .mpp, and a shaped Power BI dataset. Imports
plan before they write.
The 25 tools present about 8,400 tokens of schema, in every prompt, for as long as the server is connected. That is the honest price of the surface and it is worth knowing before choosing to carry it. It is also why the surface stayed at 25: the largest alternative ships 79 tools, and past a point an agent cannot hold the surface in its head well enough to choose correctly within it.
Nothing is applied until it is verified.
A dry run is a real simulation. dryRun: true deep-copies the schedule, applies the batch,
reschedules it with the critical-path engine, measures the difference, and throws the copy away.
The impact numbers are observed, not predicted.
project_health publishes a capability matrix, and the tools honour it. Two things stay false on
the file backend and refuse rather than approximate:
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/microsoft-project)<a href="https://allmcps.com/mcp/microsoft-project"><img src="https://allmcps.com/api/badge/microsoft-project?style=directory" alt="Microsoft Project on AllMCPs" /></a>