mcp-agent-client.md

mcp-agent

UI App
from"mcp-agent"

mcp-agent client for managing MCP server connections and agent workflows

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