Webex Messaging MCP Server
W

Webex Messaging MCP Server

This is an MCP server that provides AI assistants with comprehensive access to Cisco Webex messaging functions. It includes 52 tools and supports enterprise-level functions such as message sending, space management, team collaboration, user management, and Webhook integration. It also supports Docker containerization and dual transport modes.
2.5 points
0

What is the Webex MCP Server?

The Webex MCP Server is an intelligent connector that allows AI assistants (such as Claude, ChatGPT, etc.) to directly interact with the Cisco Webex messaging platform. Through this server, AI assistants can help you send messages, manage chat rooms, create teams, handle member relationships, etc., just like having a dedicated Webex assistant.

How to use the Webex MCP Server?

It's very simple to use: 1) Obtain a Webex API key; 2) Configure the MCP client (such as Claude Desktop); 3) Start managing Webex through the AI assistant. You can directly tell the AI assistant, 'Help me create a Webex chat room' or 'Send a message to the team', and the AI assistant will complete the operation through this server.

Applicable scenarios

Suitable for users who need to frequently use Webex for team collaboration, especially: Team managers need to quickly create rooms and add members; Project managers need to coordinate communication among multiple teams; Technical support staff need to handle a large number of messages; Any user who wants to automate Webex operations through an AI assistant.

Main features

Complete Webex API coverage
Provides 52 tools that cover all major functions of the Webex messaging platform, including message sending, room management, team operations, member management, etc.
Dual transport mode support
Supports both STDIO (command line) and HTTP connection methods, compatible with various MCP clients such as Claude Desktop.
Docker containerization
Provides a production-ready Docker container for one-click deployment without complex environment configuration.
Enterprise-level authentication support
Supports the Cisco enterprise authentication system, suitable for use in enterprise environments.
Comprehensive test coverage
Includes 118 unit tests to ensure the stability and reliability of all functions.
Intelligent tool discovery
Built-in tool discovery and analysis functions to help users understand all available functions.
Advantages
๐Ÿค– AI assistant integration: Make the AI assistant your Webex collaboration assistant and complete complex operations through natural language.
๐Ÿ”ง Comprehensive functions: 52 tools cover all core functions of Webex, eliminating the need for manual operation of the Webex interface.
๐Ÿš€ Easy deployment: Provides a Docker container and detailed configuration guide, and deployment can be completed in a few minutes.
๐Ÿ”„ Dual-mode support: Supports both STDIO and HTTP modes, compatible with various MCP clients.
๐Ÿ“Š Enterprise-ready: Supports enterprise-level authentication and permission management, suitable for team collaboration scenarios.
๐Ÿงช Stable and reliable: Verified by 118 unit tests to ensure the stability of functions.
Limitations
๐Ÿ”‘ Requires a Webex API key: Users need to obtain an API key from developer.webex.com.
โฐ Short token validity period: The Webex Bearer token is only valid for 12 hours and needs to be updated regularly.
๐Ÿ’ป Technical requirements: Basic knowledge of command line and Docker usage is required.
๐Ÿ“ฑ Depends on the MCP client: Needs to be used in conjunction with Claude Desktop or other MCP clients.
๐Ÿ”’ Permission restrictions: Some functions (such as creating users) require administrator privileges.

How to use

Obtain a Webex API key
Visit developer.webex.com, log in to your Webex account, and copy the Bearer token from the API documentation page (Note: Remove the 'Bearer ' prefix after copying).
Configure environment variables
Create an.env file and add your Webex API key and other configuration information.
Configure the MCP client
Add server configuration according to the MCP client you are using (such as Claude Desktop).
Start using
Restart the MCP client. Now you can manage Webex through the AI assistant.

Usage examples

Case 1: Create a project discussion room
A project manager needs to create a dedicated discussion space for a new product launch.
Case 2: Send notifications in batches
The IT department needs to send a system maintenance notification to all technical team members.
Case 3: Organize the chat room list
A user has too many chat rooms and needs to clean up inactive or duplicate rooms.
Case 4: New employee onboarding setup
HR needs to set up a Webex account for a new employee and add them to relevant teams.

Frequently Asked Questions

Where can I obtain the Webex API key?
What should I do if the token expires?
Which MCP clients are supported?
What technical foundation is required?
Are there any special requirements for the enterprise environment?
How can I view all available functions?
How is data security ensured?
How can I get help if I encounter problems?

Related resources

Webex Developer Portal
Obtain API keys and official documentation
GitHub Repository
Project source code and latest updates
MCP Protocol Documentation
Official specification of the Model Context Protocol
Claude Desktop Configuration Guide
How to configure Claude Desktop to use the MCP server
Docker Installation Guide
Docker installation and basic usage tutorial
Node.js Download
Download the Node.js runtime environment (version 18+ required)

Installation

Copy the following command to your Client for configuration
{
  "mcpServers": {
    "webex-messaging": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "WEBEX_PUBLIC_WORKSPACE_API_KEY",
        "-e",
        "WEBEX_USER_EMAIL",
        "-e",
        "WEBEX_API_BASE_URL",
        "webex-mcp-server"
      ],
      "env": {
        "WEBEX_USER_EMAIL": "your.email@company.com",
        "WEBEX_API_BASE_URL": "https://webexapis.com/v1",
        "WEBEX_PUBLIC_WORKSPACE_API_KEY": "your_token_here"
      }
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

C
Claude Context
Claude Context is an MCP plugin that provides in - depth context of the entire codebase for AI programming assistants through semantic code search. It supports multiple embedding models and vector databases to achieve efficient code retrieval.
TypeScript
5.7K
5 points
A
Acemcp
Acemcp is an MCP server for codebase indexing and semantic search, supporting automatic incremental indexing, multi-encoding file processing, .gitignore integration, and a Web management interface, helping developers quickly search for and understand code context.
Python
9.8K
5 points
B
Blueprint MCP
Blueprint MCP is a chart generation tool based on the Arcade ecosystem. It uses technologies such as Nano Banana Pro to automatically generate visual charts such as architecture diagrams and flowcharts by analyzing codebases and system architectures, helping developers understand complex systems.
Python
8.2K
4 points
M
MCP Agent Mail
MCP Agent Mail is a mail - based coordination layer designed for AI programming agents, providing identity management, message sending and receiving, file reservation, and search functions, supporting asynchronous collaboration and conflict avoidance among multiple agents.
Python
8.4K
5 points
M
MCP
The Microsoft official MCP server provides search and access functions for the latest Microsoft technical documentation for AI assistants
13.0K
5 points
A
Aderyn
Aderyn is an open - source Solidity smart contract static analysis tool written in Rust, which helps developers and security researchers discover vulnerabilities in Solidity code. It supports Foundry and Hardhat projects, can generate reports in multiple formats, and provides a VSCode extension.
Rust
9.7K
5 points
D
Devtools Debugger MCP
The Node.js Debugger MCP server provides complete debugging capabilities based on the Chrome DevTools protocol, including breakpoint setting, stepping execution, variable inspection, and expression evaluation.
TypeScript
10.0K
4 points
S
Scrapling
Scrapling is an adaptive web scraping library that can automatically learn website changes and re - locate elements. It supports multiple scraping methods and AI integration, providing high - performance parsing and a developer - friendly experience.
Python
11.8K
5 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
17.5K
4.5 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
28.6K
5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
17.5K
4.3 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
53.9K
4.3 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
51.3K
4.5 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
24.3K
5 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
17.2K
4.5 points
C
Context7
Context7 MCP is a service that provides real-time, version-specific documentation and code examples for AI programming assistants. It is directly integrated into prompts through the Model Context Protocol to solve the problem of LLMs using outdated information.
TypeScript
75.7K
4.7 points