Cisco Webex MCP Server
@Kashyap-AI-ML-Solutions
关于 Cisco Webex MCP Server
A Model Context Protocol (MCP) server that provides AI assistants with comprehensive access to Cisco Webex messaging capabilities.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"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"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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
—
沟通协作 分类下的更多 MCP 服务器
MCP Email Server
Shy2593666979一个基于 MCP (Model Context Protocol) 的邮件服务,支持 LLM 发送带附件的电子邮件及在指定目录中搜索文件。提供安全的 SMTP 传输、多收件人支持和附件模式匹配搜索功能,适用于 Gmail、Outlook、Yahoo、QQ 邮箱和网易 126 邮箱等主流邮箱服务。
MCP Teams Server
InditexTechAn MCP (Model Context Protocol) server implementation for Microsoft Teams integration, providing capabilities to read messages, create messages, reply to messages, mention members.
Mcp Telegram
dryeabMCP Server for Telegram
mcp-email-server
ai-zerolabIMAP and SMTP via MCP Server
WhatsApp MCP Server
msaelicesWhatsapp MCP Server implemented in Python
评论