CreateBlogSupport
Log inSign up
Home
Webex Meetings
  • Overview
  • Guides
  • Guest to Guest Meetings
  • API Behavior Changes
  • REST API Basics
  • API REFERENCE
  • All APIs
  • Changelog
  • SDK
  • AI Assistant for Developers
  • Meetings MCP Server
  • Troubleshoot the API
  • Widgets
  • Tutorials
  • Suite Sandbox
  • Beta Program
  • Webex Status API
  • XML API Deprecation

Webex Meetings

Meetings MCP Server

anchorWhat is Meetings MCP Server?

anchor

The Webex Meetings MCP Server is an MCP (Model Context Protocol) server that enables AI agents and LLM platforms to interact with Webex Meetings on behalf of authenticated users. Built on the Agentic Server Platform using Java plugin mode, it exposes a set of meeting lifecycle tools — from scheduling and managing meetings to retrieving AI-generated summaries, recordings, and transcripts — via the standardized MCP protocol.

The server acts as a bridge between LLM-powered agents (across Claude, Gemini, OpenAI, Copilot) and the Webex Meetings REST API, enabling a connected intelligence experience where users can seamlessly manage and query their Webex meeting data from any supported AI platform.

  • Server URL: https://mcp.webexapis.com/mcp/webex-meeting

anchorTools

anchor

8 tools covering the full meeting lifecycle:

ToolDescription
webex-list-meetingsList/search meetings with filters (date range, topic, state, type). Entry point for resolving meeting names to IDs.
webex-create-meetingCreate meetings with title, time, duration, invitees, recurrence, and password. Sends email invitations.
webex-update-meetingUpdate meeting properties (title, time, agenda, recurrence) and manage invitees (add/update/remove).
webex-delete-meetingDelete a scheduled meeting with optional cancellation email.
webex-get-meeting-statusRetrieve meeting details and optionally the live participant list.
webex-get-meeting-summaryGet AI-generated summary notes (HTML) and action items for ended meetings (requires Webex AI Assistant).
webex-list-recordingsList recording metadata with playback/download URLs and passwords.
webex-list-transcriptsList transcript metadata and optionally download full plain-text transcript content for LLM analysis.

anchorGet Started

anchor
Generate WCIT Token

Generate a WCIT token to connect using token-based authentication with clients that support elicitation. The WCIT is issued with only the spark:mcp scope, which allows you to connect to the MCP server. Additional scopes required by specific tools (e.g., meeting:schedules_read) are requested at runtime via MCP elicitation during tool calls.

Generate Token

Click to Install

Paste your WCIT token and click on install button.

Click to install for:

Manual Configuration

For clients that don't support one-click install, follow the configuration guide:

  • ChatGPT
  • Claude Code
  • Claude Desktop
  • Copilot Studio
  • Gemini CLI
  • Salesforce Agentforce

anchorAuthentication

anchor

Auth Type: OAuth 2.0 Bearer Token

Issuer: 'https://webexapis.com`

Flow: The MCP client obtains a Webex OAuth token and passes it via the Authorization: Bearer <token> header. The server forwards it to each plugin, and plugins call the Webex REST API on behalf of the authenticated user.

anchorScopes

anchor

7 unique OAuth scopes required:

ScopeUsed By
spark:mcpRequired for MCP server connection
meeting:schedules_readwebex-list-meetings, webex-get-meeting-status, webex-list-transcripts
meeting:schedules_writewebex-create-meeting, webex-update-meeting, webex-delete-meeting
meeting:participants_readwebex-get-meeting-status
meeting:summaries_readwebex-get-meeting-summary
meeting:recordings_readwebex-list-recordings
meeting:transcripts_readwebex-list-transcripts

Full scope string:

spark:mcp meeting:schedules_read meeting:schedules_write meeting:participants_read meeting:summaries_read meeting:recordings_read meeting:transcripts_read

anchorCommon Marketplace

anchor

The Webex Meetings MCP is being targeted for publication on:

  • Anthropic (Claude)
  • Google Gemini
  • OpenAI
  • Microsoft Copilot
In This Article
  • What is Meetings MCP Server?
  • Tools
  • Get Started
  • Authentication
  • Scopes
  • Common Marketplace

Connect

Support

Developer Community

Developer Events

Contact Sales

Handy Links

Webex Ambassadors

Webex App Hub

Resources

Open Source Bot Starter Kits

Download Webex

DevNet Learning Labs

Terms of Service

Privacy Policy

Cookie Policy

Trademarks

© 2026 Cisco and/or its affiliates. All rights reserved.