MCP.so
登录

Webex Mcp Server

@bharath063

关于 Webex Mcp Server

A NodeJS MCP server for interacting with Webex Spaces

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

bharath063

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器