Collaborate with Cisco Webex — send messages, manage rooms, add members, and schedule meetings via the Webex API.
Use with AI AssistantsMCP
Connect Claude, Cursor, or any MCP-compatible client — then call tools directly
① Add This MCP Server
Paste into your AI client config — then all its tools are available instantly.
{
"mcpServers": {
"webex": {
"url": "https://mcp.aerostack.dev/s/aerostack/mcp-webex",
"headers": {
"Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
}
}
}
}Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.
② Call a Tool
Ask your AI assistant to call a specific tool, or send raw JSON-RPC:
Natural Language Prompt
“Use the _ping tool to verify webex credentials by calling a lightweight read endpoint. used internally by aerostack to validate credentials”
Using a Workspace?
Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.
Collaborate with Cisco Webex — send messages, manage rooms, add members, and schedule meetings via the Webex API.
Live endpoint: https://mcp.aerostack.dev/s/aerostack/mcp-webex
This MCP server gives AI agents access to Webex via 14 tools. Connect it to any Aerostack workspace and your agents can interact with Webex directly.
| Tool | Description |
|---|---|
get_current_user | Get the current authenticated Webex user |
list_rooms | List Webex rooms/spaces |
get_room | Get a specific room by ID |
create_room | Create a new Webex room/space |
list_messages | List messages in a room |
get_message | Get a specific message by ID |
send_message | Send a message to a room or person |
delete_message | Delete a message |
list_memberships | List memberships for a room |
add_member | Add a person to a room by email |
remove_member | Remove a membership from a room |
list_teams | List all Webex teams |
create_team | Create a new Webex team |
create_meeting | Schedule a Webex meeting |
| Variable | Required | Description |
|---|---|---|
WEBEX_ACCESS_TOKEN | Yes | Personal access token or service token from the provider |
Add the following secrets under Project → Secrets:
WEBEX_ACCESS_TOKENOnce added, every AI agent in your workspace can use Webex tools automatically.
curl -X POST https://mcp.aerostack.dev/s/aerostack/mcp-webex \
-H 'Content-Type: application/json' \
-H 'X-Mcp-Secret-WEBEX-ACCESS-TOKEN: your-webex-access-token' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_current_user","arguments":{}}}'
MIT
Live Endpoint
https://mcp.aerostack.dev/s/aerostack/mcp-webex
Sub-50ms globally · Zero cold start
@aerostack
Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.
by @aerostack
Search, index, and manage documents in your Elasticsearch cluster — AI-native full-text search and analytics.
by @aerostack
Scrape web pages, crawl entire sites, extract structured data, and search the web — AI-native web data extraction for RAG pipelines.
by @aerostack
Manage Google Ads campaigns, ad groups, keywords, and budgets — automate your PPC advertising with AI.
by @aerostack
Read, write, and format Google Sheets data — use your spreadsheets as a live AI-accessible data source.
by @aerostack
Manage CMS collections, publish content, and control site deployments in Webflow — AI-powered web publishing.
by @aerostack
Create, read, edit, and format Google Docs — paragraph styling, tables, images, comments, and real-time collaboration via Google Docs API.
Yes. The Webex MCP includes a create_room tool that lets Claude create rooms in your Webex account from a plain-English prompt. You can also update and delete rooms — no Webex UI needed.
Yes. The Webex MCP includes tools to list and retrieve rooms from your Webex account. Claude can filter, sort, and summarize rooms based on your instructions.
Yes. The Webex MCP uses the open Model Context Protocol standard, so it works in Claude, Cursor, Windsurf, and any other MCP-compatible AI tool. All 14 Webex tools are available everywhere you connect it — install once on Aerostack.
Yes. Aerostack hosts the Webex MCP with encrypted credential storage and per-account authentication. Your Webex credentials are never shared with Claude's conversation — they're used server-side only.