W

Webex

Read and post Webex messages and meetings.

·No reviews yet
Repo
Share:

About

Auto-generated

Webex is a Model Context Protocol server in the Communication category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

send_message
Post a message to a channel or user
list_channels
List channels the bot can access
search_messages
Search messages by query and date range

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Webex.

What is the Webex MCP?
The Webex MCP allows you to interact with Webex messages and meetings programmatically. It integrates Webex communication features into your applications, enabling automated messaging and meeting management.
How can I authenticate with the Webex MCP?
Authentication for the Webex MCP is handled via OAuth. This secure method typically involves an authorization flow where users grant permission for the MCP to access their Webex data.
What are the primary use cases for the Webex MCP?
Typical use cases include automated posting of messages to Webex spaces, retrieving message history, and managing meeting schedules. It is particularly useful for integrating Webex into workflows and communication platforms.
Does the Webex MCP require a paid Webex account?
The cost of using the Webex MCP depends on your existing Webex licensing. Basic features may be available with free tiers, while advanced capabilities might require a paid Webex subscription.
What is a known limitation of the Webex MCP?
A realistic limitation is that the MCP's functionality is directly tied to the Webex API's current capabilities. Any limitations or rate limits imposed by the Webex API will also affect the MCP.
Can I manage Webex meetings using this MCP?
Yes, the Webex MCP supports managing Webex meetings. This includes capabilities to create, modify, or retrieve information about meetings, depending on the specific tools exposed.

Install Webex

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "webex": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-webex"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "webex": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-webex"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "webex": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-webex"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.