Cisco Webex MCP Server
@Kashyap-AI-ML-Solutions
About Cisco Webex MCP Server
A Model Context Protocol (MCP) server that provides AI assistants with comprehensive access to Cisco Webex messaging capabilities.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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": "[email protected]",
"WEBEX_API_BASE_URL": "https://webexapis.com/v1",
"WEBEX_PUBLIC_WORKSPACE_API_KEY": "your_token_here"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Cisco Webex MCP Server?
A Model Context Protocol server that provides complete coverage of the Cisco Webex API through 52 tools for all major messaging operations. It is designed for developers building MCP-compatible applications that need enterprise-grade Webex integration, with support for Docker containerization, dual transport modes (STDIO and SSE), and Cisco enterprise authentication.
How to use Cisco Webex MCP Server?
The server can be run in either STDIO or SSE (Server-Sent Events) transport mode and is packaged for production-ready containerization via Docker. Configuration is centralized, and the full TypeScript/JavaScript implementation ensures type safety and proper error handling.
Key features of Cisco Webex MCP Server
- Complete Webex API coverage with 52 tools
- Docker support for production-ready containerization
- Dual transport: STDIO and SSE modes
- Enterprise ready with Cisco authentication
- Type safe TypeScript/JavaScript implementation
- Centralized configuration for easy token management
Use cases of Cisco Webex MCP Server
—
FAQ from Cisco Webex MCP Server
—
More Communication MCP servers
Telegram MCP Server
kfastovTelegram user console client and archiver
飞书MCP服务器
sdd330MCP server provides feishu related operations
MCP-Discord
barryyip0625Implement Discord MCP server enabling AI assistants to interact with the Discord platform.
Mattermost MCP Server
pvevMattermost MCP server to enable Claude to interact with Mattermost Workspaces

Slack
modelcontextprotocolModel Context Protocol Servers
Comments