Meetergo MCP Server

Lets an AI agent actually run a calendar: find slots, book, reschedule, cancel, review what is coming up, and keep the contact record straight. Its 40 documented tools cover meeting, routing, form, appointment.

People who work with meeting, routing and form and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-27 · ★ 2 · #261 OF 945 MAINTAINED OTHER · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Meetergo

before you install - you'll need

Set MEETERGO_TOKEN, MEETERGO_USER_ID before connecting.

Claude Code

claude mcp add meetergo-meetergo-mcp-server --transport http https://mcp.meetergo.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "meetergo-meetergo-mcp-server": {
      "url": "https://mcp.meetergo.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.meetergo.com/mcp

transport: streamable-http

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

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.meetergo.com

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

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

license MIT - declared in the repository

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

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

03 · What Meetergo can do

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

What you can build

An agent gets 40 documented tools spanning meeting, routing, form, appointment, including get_me, list_meeting_types, get_availability, book_appointment.

Capability map

Tools grouped from the project's README - what Meetergo lets an agent do.

read & search

7 tools - e.g. Get Me; Get Availability; List Appointments

get_me · get_availability · list_appointments · get_todays_appointments · list_calendar_connections · list_form_recipients…

Meeting

6 tools - e.g. List Meeting Types; yes; Get Meeting Type

list_meeting_types · update_meeting_transcription · get_meeting_type · create_meeting_type · update_meeting_type · delete_meeting_type

Routing

6 tools - e.g. List Routing Forms; Get Routing Form; yes

list_routing_forms · get_routing_form · create_routing_form · update_routing_form · delete_routing_form · send_routing_form

Appointment

5 tools - e.g. yes; yes; destructive

book_appointment · reschedule_appointment · cancel_appointment · get_appointment · update_appointment_notes

Contact

4 tools - e.g. Get Contact; yes; yes

get_contact · create_contact · update_contact · delete_contact

Mira

3 tools - e.g. Get Mira Settings; destructive; destructive

get_mira_settings · update_mira_settings · restore_mira_settings

create & write

2 tools - e.g. yes; yes

add_guest · create_one_time_booking_link

Personal

2 tools - e.g. Get Personal Page; yes

get_personal_page · update_personal_page

Latest releases

v0.6.25 · 2026-08-25

Matches the hosted MCP deployment and @meetergo/mcp-server@0.6.25.\n\n- Returns explicit availability, booking, rescheduling, cancellation, and appointment summaries.\n- Adds the public booking-page import tool.\n…

v0.6.4 · 2026-08-10

Fixes a bug that stopped real MCP clients from listing any tools. · The bug: the body-size guard added in 0.6.3 required every POST to declare a Content-Length and answered 411 without one. Transfer-Encoding: chunked…

v0.6.3 · 2026-08-07

The security release. Everything here came out of a pre-launch security review and a full production acceptance test. · Hardening · verify_widget_install fetches through an SSRF guard: hostnames resolve first…

04 · Who maintains Meetergo

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

05 · Facts

category
other - ranked #261 of 945 actively-maintained other servers as of 2026-09-18.
release cadence
6 releases in the last 90 days (latest 2026-08-25)
registry
com.meetergo/mcp-server (active, first published 2026-08-10)
packages
npm:@meetergo/mcp-server

06 · Meetergo FAQ

Is Meetergo still maintained?

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

What can Meetergo do?

An agent gets 40 documented tools spanning meeting, routing, form, appointment, including get_me, list_meeting_types, get_availability, book_appointment.

How do I install Meetergo?

Run `npx -y @meetergo/mcp-server`. The README documents 2 environment variables (MEETERGO_TOKEN, MEETERGO_USER_ID) to set first. Set MEETERGO_TOKEN, MEETERGO_USER_ID before connecting. You can also paste the ready-made client config above.

Does Meetergo require authentication?

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

07 · Alternatives to Meetergo

More MCP servers to compare · Context Engine · Meta MCP · Euclid MCP · STRING Database MCP Server · Metrxbots MCP Server

More TypeScript MCP servers · ChromaDB Remote MCP Server · MemoFS MCP Server · Memoweft · Pipepost · see all