mcp-use-ts.md

MCP Use TypeScript

UI App
from"mcp-use"
1.2k

Comprehensive TypeScript framework for building MCP applications with UI widgets

Developer Tools
TypeScriptframeworkSDKwidgets
install.sh
# Clone the repository
$git clone https://github.com/mcp-use/mcp-use-ts
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve