onebirdrocks/mcp-chat-client
A web-based chat client for interacting with frontier LLMs and local MCP servers. Demonstrates how to build a React + TypeScript frontend that connects to an MCP server (e.g., ebook-mcp) with tool execution confirmation, real-time messaging, and multi-LLM support.
Platform-specific configuration:
{
"mcpServers": {
"mcp-chat-client": {
"command": "npx",
"args": [
"-y",
"mcp-chat-client"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...