mcp-server-webex-docs

santime27/mcp-server-webex-docs
★ 1 stars Python Memory/Knowledge Updated today
An MCP (Model Context Protocol) server providing fast, local full-text search and complete OpenAPI JSON schemas for all Webex │ Developer APIs.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-webex-doc": {
      "command": "uvx",
      "args": [
        "mcp-server-webex-docs"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-webex-docs