MCP.so
Sign In
C

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

Category

Communication

Transports

stdio

Publisher

Kashyap-AI-ML-Solutions

Submitted by

Kashyap Kambhatla

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

Comments

More Communication MCP servers