Just a Better Chatbot. Powered by Agent & MCP & Workflows.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"better-chatbot": {
"command": "npx",
"args": [
"-y",
"cgoinglove/better-chatbot"
]
}
}
}
Run in terminal:
claude mcp add better-chatbot npx -y cgoinglove/better-chatbot
Add to .cursor/mcp.json:
{
"mcpServers": {
"better-chatbot": {
"command": "npx",
"args": [
"-y",
"cgoinglove/better-chatbot"
]
}
}
}