wbot
Provides a read-only interface to authorized WeChat conversations, allowing listing and retrieval of conversation data.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@wbotShow me my last 10 WeChat conversations"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
wbot
wbot is an Agent-first, read-only interface to authorized WeChat conversations. This public repository owns the single wbot command, its MCP runtime, and the Codex and Claude Code plugins. The private Switchboard backend remains outside this repository.
Install
Install Bun, then install the latest verified GitHub Release artifact:
bun add --global "@celados/wbot@https://github.com/celados/wbot/releases/latest/download/wbot.tgz"
wbot auth set
wbot @schemaFor internal dogfood against the test deployment, explicitly select its HTTP Actions origin:
WBOT_PLATFORM_URL=https://wbot-api-test.celados.com \
wbot conversations.list '{ "limit": 50 }'See the package README for CLI, MCP, credential, and cursor semantics.
Related MCP server: wx4py-mcp
Public endpoints
The Agent CLI and MCP use the production HTTP Actions origin
https://wbot-api-prod.celados.com. https://wbot-cloud-prod.celados.com is
the separate Convex API/WebSocket origin for browser clients and is not a CLI
or MCP base URL. Internal test dogfood explicitly sets WBOT_PLATFORM_URL to
https://wbot-api-test.celados.com; no test-specific command is published.
Development
bun install --frozen-lockfile
bun run check
bun run test
bun run verify:packageChanging packages/wbot/package.json version on main creates an immutable tag and public GitHub Release after all gates pass.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA WeChat robot server based on the Model Context Protocol that enables AI agents to send and receive messages and manage typing status. It provides tools for QR code login, long-polling message retrieval, and persistent state management across various MCP clients.53103MIT
- Flicense-qualityCmaintenanceMCP server for WeChat PC automation, enabling message sending, voice/video calls, and AI-powered listening through Cursor or WorkBuddy.2
- FlicenseCqualityDmaintenanceMCP server for reading local WeChat data, enabling AI assistants to query chat history, contacts, sessions, and more via MCP tools.205
- Alicense-qualityBmaintenanceMCP server exposing WhatsApp Cloud API operations as tools for AI agents like Claude Code, Cursor, and Codex.MIT
Related MCP Connectors
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
MCP server for AI dialogue using various LLM models via AceDataCloud
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/celados/wbot'
If you have feedback or need assistance with the MCP directory API, please join our Discord server