MCP.so
Sign In

Webex Mcp Server

@bharath063

About Webex Mcp Server

A NodeJS MCP server for interacting with Webex Spaces

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

bharath063

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

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 Webex Mcp Server?

A TypeScript implementation of a Model Context Protocol (MCP) server that integrates with Webex's API. It allows AI applications like Claude Desktop to interact with Webex through the MCP interface.

How to use Webex Mcp Server?

Clone the repository, install dependencies, and build the project. Configure the generated dist/index.js file with Claude Desktop by editing the claude_desktop_config.json with the path to Node.js and the absolute path to the built file, and set the WEBEX_ACCESS_TOKEN environment variable. Restart Claude Desktop to see the integration.

Key features of Webex Mcp Server

  • Integrates with Webex's API via Model Context Protocol
  • Built with TypeScript for reliability
  • Connects to Claude Desktop as an MCP server
  • Requires only a Webex access token for authentication
  • Provides MCP Inspector testing capability

Use cases of Webex Mcp Server

FAQ from Webex Mcp Server

What are the prerequisites for Webex Mcp Server?

Node.js 16.x or higher, NPM or yarn, and a valid Webex access token.

How do I configure Webex Mcp Server with Claude Desktop?

Add a "webex" entry to your claude_desktop_config.json with the command set to the path of Node.js, args set to the absolute path of dist/index.js, and env containing WEBEX_ACCESS_TOKEN.

How can I test the server without Claude Desktop?

Create a .env file with your WEBEX_ACCESS_TOKEN and run npm run inspect to start the MCP Inspector at http://localhost:5173.

Where does the configuration file reside?

On macOS at ~/Library/Application Support/Claude/claude_desktop_config.json, on Windows at %APPDATA%\Claude\claude_desktop_config.json.

What license is Webex Mcp Server under?

MIT License.

Comments

More Other MCP servers