tejzpr/webex-go-mcp
A Go-based Model Context Protocol (MCP) server that exposes Cisco Webex APIs as tools. Supports both STDIO and HTTP transport modes. This allows LLMs (like Claude) to interact with Webex -- sending messages, managing rooms, scheduling meetings, downloading transcripts, and more.
Platform-specific configuration:
{
"mcpServers": {
"webex-go-mcp": {
"command": "npx",
"args": [
"-y",
"webex-go-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...