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-08-20 · ★ 2 · #211 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

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-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 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/[email protected] · 2026-07-20

Thanks @bertho-zero! - Version bump to re-trigger the CDN upload, which only runs when widgets is actually published. scripts/upload.sh was resolving swift to the Swift language toolchain shipped on GitHub runners…

@openagenda/[email protected] · 2026-07-20

Thanks @bertho-zero! - Surface the actual Swift error when the CDN upload cannot authenticate. scripts/upload.sh discarded swift stat's stderr, so a credential problem surfaced only as "Impossible de se connecter à…

@openagenda/[email protected] · 2026-07-20

Thanks @clement180! - Add a "horizontal cards" layout option to the agenda embed. · - @openagenda/widgets: the oa-agenda blockquote now accepts a data-item-layout="horizontal" attribute, forwarded as the itemLayout…

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 #211 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-07-20)
registry
com.openagenda/mcp (active, first published 2026-06-10 · 9 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-08-25, its last commit was 2026-08-20 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-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Open Agenda