chatmcp.md

ChatMCP

UI App
from"ChatMCP"

iOS app that implements MCP for local tools and remote servers

Communication
iOSMCP clientmobiletools
install.sh
# Clone the repository
$git clone https://github.com/ChatMCP/chatmcp
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve