AI-native TypeScript bot framework — one codebase for 20+ chat platforms (QQ, Discord, Telegram, Slack, WeChat…). Opt-in AI agent with MCP, tools & security policies. <10MB core.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"zhin": {
"command": "npx",
"args": [
"-y",
"zhinjs/zhin"
]
}
}
}
Run in terminal:
claude mcp add zhin npx -y zhinjs/zhin
Add to .cursor/mcp.json:
{
"mcpServers": {
"zhin": {
"command": "npx",
"args": [
"-y",
"zhinjs/zhin"
]
}
}
}