MCP.so
登录

MCP Chat Demo

@ehartye

关于 MCP Chat Demo

A sample chat application demonstrating integration with Model Context Protocol (MCP) servers

基本信息

分类

AI 与智能体

传输方式

stdio

发布者

ehartye

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Chat Demo?

A sample chat application demonstrating integration with Model Context Protocol (MCP) servers. It provides a real‑time chat interface for interacting with MCP tools and resources.

How to use MCP Chat Demo?

Clone the repository, install dependencies with npm install, and start the development server with npm run dev. The app then connects to local or remote MCP servers.

Key features of MCP Chat Demo

  • Connect to local or remote MCP servers
  • Real‑time chat interface
  • Support for MCP tools and resources
  • Message history
  • Error handling and reconnection logic

Use cases of MCP Chat Demo

  • Testing and demonstrating MCP server integration
  • Building a prototype chat interface for MCP tools
  • Exploring real‑time interaction with MCP resources
  • Showcasing error handling and reconnection patterns

FAQ from MCP Chat Demo

What MCP servers can I connect to?

The app supports connecting to both local and remote MCP servers.

What technology does it use?

It uses React 18, TypeScript, Vite, TailwindCSS, and the MCP TypeScript SDK.

Does it support message history?

Yes, it includes message history functionality.

Does it handle connection errors and reconnection?

Yes, the app includes error handling and reconnection logic.

What is the project structure?

Source code is organized under src/ with components for Chat, MessageList, MessageInput, and MCPConnection, plus a library for MCP client and types.

评论

AI 与智能体 分类下的更多 MCP 服务器