Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI → MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
  • Remote MCP ↗ (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) ↗ (opens in a new tab)
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Browse
  3. Meetbot Mcp
  4. vs Mcp
Side-by-Side Model Context Protocol Comparison

Meetbot Mcp vs Mcp

In-depth architectural comparison of the Meetbot Mcp and Mcp MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.

At a Glance & Executive Verdict

Meetbot Mcp
Workplace & Productivity · Local stdio
Quality: 39/100 (Fair) | Auth: API Key required
Mcp
Workplace & Productivity · Local stdio
Quality: 53/100 (Good) | Auth: OAuth 2.0
Verdict Summary: Choose Meetbot Mcp if you need specialized Workplace & Productivity tools running via a local process. Choose Mcp if your workspace requires Workplace & Productivity integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.

Which MCP Server Should You Choose?

Meetbot Mcp logo

Choose Meetbot Mcp when:

  • You need dedicated capabilities in the Workplace & Productivity domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: API Key required (Freemium).
  • You have access to required keys: MEETBOT_AUTH_TOKEN, PORT.
  • Primary tools included: Full Meet.bot Booking Page API v1 coverage, Bearer token authentication for API access, Supports local stdio and remote HTTP/SSE modes.
Explore Meetbot Mcp Details
Mcp logo

Choose Mcp when:

  • You need dedicated capabilities in the Workplace & Productivity domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: OAuth 2.0 (Free / Open Source).
  • You have access to required keys: GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET.
  • Primary tools included: .

Feature & Specification Comparison

Specification
Meetbot Mcp logo
Meetbot Mcp
poolside-ventures
Workplace & Productivity
Mcp logo
Mcp
temporal-cortex
Workplace & Productivity
SummaryMeet.bot: scheduling for AI agents. Check real calendar availability and book meetings on connected Google/Microsoft calendars. Pay per meeting booked, not per seat.AI-native calendar middleware for scheduling, availability, and conflict-free booking across Google Calendar, Outlook, and CalDAV. 15 tools across 5 layers: temporal context, calendar operations, multi-calendar availability, open scheduling, and Two-Phase Commit booking. Deterministic datetime resolution and RRULE expansion powered by Truth Engine.
Category & Scope

Tools & Capabilities Breakdown

Meetbot Mcp Tools (6)

Full Meet.bot Booking Page API v1 coverage
Bearer token authentication for API access
Supports local stdio and remote HTTP/SSE modes
Webhook management with JWT-signed event payloads
Health check endpoint for API connectivity
TypeScript support with runtime input validation

Mcp Tools (6)

Ready-to-Paste Client Configurations

Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).

Meetbot Mcp Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "poolside-ventures-meetbot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "poolside-ventures-meetbot-mcp"
      ],
      "env": {
        "MEETBOT_AUTH_TOKEN": "YOUR_MEETBOT_AUTH_TOKEN_HERE",
        "PORT": "YOUR_PORT_HERE"
      }
    }
  }
}
Mcp Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "temporal-cortex-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@temporal-cortex/cortex-mcp"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "YOUR_GOOGLE_CLIENT_ID_HERE",
        "GOOGLE_CLIENT_SECRET": "YOUR_GOOGLE_CLIENT_SECRET_HERE"
      }
    }
  }
}

Frequently Asked Questions

Meetbot Mcp is categorized under Workplace & Productivity and uses a local stdio subprocess. In contrast, Mcp belongs to Workplace & Productivity using local stdio subprocess. Select Meetbot Mcp when you need capabilities focused on workplace & productivity and Mcp when you require tools for workplace & productivity.

More alternatives to Meetbot McpMore alternatives to McpWorkplace & Productivity category hub

Related MCP Server Comparisons

Popular comparisons with Meetbot Mcp

  • Google Calendar Mcp logoMeetbot Mcp vs Google Calendar Mcp
  • Timergy logoMeetbot Mcp vs Timergy
  • Calendar Mcp logoMeetbot Mcp vs Calendar Mcp
  • Ews Meeting Mcp logoMeetbot Mcp vs Ews Meeting Mcp

Popular comparisons with Mcp

18 MCP scheduling tools across five layers, Google Calendar, Outlook, and CalDAV support, Deterministic datetime resolution
Explore Mcp Details
Workplace & Productivity
Workplace & Productivity
Quality signal39/100 (Fair)53/100 (Good)
Transport ProtocolLocal Subprocess (stdio)Local Subprocess (stdio)
Auth RequirementAPI Key requiredOAuth 2.0
Pricing ModelFreemiumFree / Open Source
Required Env Vars
MEETBOT_AUTH_TOKENPORT
GOOGLE_CLIENT_IDGOOGLE_CLIENT_SECRET
Compatible Clients
Claude DesktopCursorWindsurfClineVS Code
Claude DesktopCursorWindsurfClineVS Code
Install path signalnpx · lownpx · high
Engagement & Health 2 views 0 copies 0 upvotes 1 stars 3 views 0 copies 0 upvotes 12 stars
Verified / OfficialCommunity ListingCommunity Listing
Open full listingView Meetbot Mcp ListingView Mcp Listing
18 MCP scheduling tools across five layers
Google Calendar, Outlook, and CalDAV support
Deterministic datetime resolution
RRULE expansion with timezone and DST handling
Cross-calendar free/busy computation
Two-Phase Commit booking
Google Workspace Mcp logoMcp vs Google Workspace Mcp
  • Google Calendar Mcp logoMcp vs Google Calendar Mcp
  • Ews Meeting Mcp logoMcp vs Ews Meeting Mcp
  • Calendar Mcp logoMcp vs Calendar Mcp