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.

コメント

「その他」の他のコンテンツ