Sessionplan MCP Server

Sessionplan is a free, browser-based Progressive Web App for visually planning workshops, trainings, meetings, and events using an interactive timeline. It is available as a remote MCP endpoint.

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

VERIFIED ACTIVE

LAST COMMIT 2026-08-14 · ★ 3 · #184 OF 196 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-08-25

AGPL-3.0 · TypeScript servers · how we verify → /methodology

01 · Install Sessionplan

before you install - you'll need

Set VITE_SESSIONS_API before connecting.

Claude Code

claude mcp add tim-peters-sessionplan --transport http https://sessionplan.de/mcp/

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "tim-peters-sessionplan": {
      "url": "https://sessionplan.de/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://sessionplan.de/mcp/

transport: streamable-http

endpoint alive - responded to MCP initialize · 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 sessionplan.de

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

repo age created 2026-07-22 - young repo, little track record yet

license AGPL-3.0 - declared in the repository

registry vendor namespace de.sessionplan - domain-verified with the official MCP registry

03 · Who maintains Sessionplan

Sessionplan is maintained by tim-peters. It's the only MCP server we track from this author; the repo dates to Jul 2026.

04 · Facts

category
browser automation - ranked #184 of 196 actively-maintained browser automation servers as of 2026-08-25.
registry
de.sessionplan/sessionplan (active, first published 2026-08-19 · 2 versions)

05 · Sessionplan FAQ

What is Sessionplan?

Sessionplan is a free, browser-based Progressive Web App for visually planning workshops, trainings, meetings, and events using an interactive timeline. It is available as a remote MCP endpoint.

Is Sessionplan still maintained?

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

How do I install Sessionplan?

Run `claude mcp add tim-peters-sessionplan --transport http https://sessionplan.de/mcp/`. The README documents one environment variable (VITE_SESSIONS_API) to set first. Set VITE_SESSIONS_API before connecting. You can also paste the ready-made client config above.

Does Sessionplan require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

06 · Alternatives to Sessionplan