Loading languages...
KA

Kashyap-AI-ML-Solutions/webex-messaging-mcp-server

@Kashyap-AI-ML-Solutions3

A Model Context Protocol (MCP) server that provides AI assistants with comprehensive access to Cisco Webex messaging capabilities.

webex
messaging
cisco
communication

# mcpServer Config

{
  "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"
      }
    }
  }
}

# stdio

docker run -i --rm --env-file .env webex-mcp-server
Transport:
stdio
sse
Taal:
JavaScript
Gemaakt:6/30/2025
Bijgewerkt:7/2/2025