MCP.so
登录
C

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.

基本信息

分类

沟通协作

传输方式

stdio

发布者

Kashyap-AI-ML-Solutions

提交者

Kashyap Kambhatla

配置

使用下面的配置,将此服务器添加到你的 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 服务器