Rohityalavarthy/mcp-claude-chatbot
mcp_enabled_chatbot is a command-line chatbot powered by the Anthropic API and built on the MCP (Model Control Protocol) framework. It supports interactive conversations, document retrieval, and command-based extensions, making it easy to integrate custom tools and workflows.
Platform-specific configuration:
{
"mcpServers": {
"mcp-claude-chatbot": {
"command": "npx",
"args": [
"-y",
"mcp-claude-chatbot"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...