Open Agenda MCP Server

Welcome to the public portion of the OpenAgenda (oa) monorepo. Here you’ll find all the open-source packages we publish on npm along with their documentation.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-16 · ★ 2 · #240 OF 945 MAINTAINED OTHER · VERIFIED 2026-09-18

JavaScript servers · how we verify → /methodology

01 · Install Open Agenda

Claude Code

claude mcp add openagenda-oa-public --transport http https://mcp.openagenda.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "openagenda-oa-public": {
      "url": "https://mcp.openagenda.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.openagenda.com/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-09-17

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 local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to mcp.openagenda.com

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package @openagenda/mcp - published under the repo owner's npm scope (@openagenda)

registry vendor namespace com.openagenda - domain-verified with the official MCP registry

03 · What Open Agenda can do

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

Latest releases

@openagenda/widgets@0.2.0 · 2026-09-17

Thanks @bertho-zero! - Require React 19.2.8, up from 19.2.2 (19.1.0 for @openagenda/widgets). · React 19.2.3 through 19.2.8 are all React Server Components hardening: DoS mitigations for Server Actions, cycle…

@openagenda/agenda-portal@7.0.0 · 2026-09-17

Thanks @bertho-zero! - Update the whole webpack toolchain to its latest majors and declare the Node floor it implies. · Breaking - Node >= 22.15.0 is now required (engines field added, previously absent). This is the…

@openagenda/agenda-docx@2.1.0 · 2026-09-17

Thanks @bertho-zero! - Require React 19.2.8, up from 19.2.2 (19.1.0 for @openagenda/widgets). · React 19.2.3 through 19.2.8 are all React Server Components hardening: DoS mitigations for Server Actions, cycle…

04 · Who maintains Open Agenda

OpenAgenda is maintained by openagenda. It's the only MCP server we track from this author; the repo dates to Sep 2023.

05 · Facts

category
other - ranked #240 of 945 actively-maintained other servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-17)
registry
com.openagenda/mcp (active, first published 2026-06-10 · 10 versions)
packages
npm:@openagenda/mcp

06 · Open Agenda FAQ

What is Open Agenda?

Welcome to the public portion of the OpenAgenda (oa) monorepo. Here you’ll find all the open-source packages we publish on npm along with their documentation.

Is Open Agenda still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-16 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Open Agenda?

Run `npx -y @openagenda/mcp`. You can also paste the ready-made client config above.

Does Open Agenda require authentication?

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

07 · Alternatives to Open Agenda