Model Context Protocol (MCP) server configuration and tool manifest for patchy631/streaming-ai-chatbot
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"streaming-ai-chatbot": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-streaming-ai-chatbot"
]
}
}
}