Back to directory
bharath063/webex-mcp-server

bharath063/webex-mcp-server

@bharath063

A TypeScript implementation of a Model Context Protocol (MCP) server that integrates with Webex's API.

webexmcptypescriptcollaborationciscoapicloud

Installation & Configuration

{
  "mcpServers": {
    "webex": {
      "command": "{{PATH_TO_NODE}}",
      "args": [
        "/absolute/path/to/webex-mcp/dist/index.js"
      ],
      "env": {
        "WEBEX_ACCESS_TOKEN": "your_webex_access_token"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15