Skip to content

Getting Started (TypeScript)

🐍 Looking for Python? See Python Getting Started | Looking for Java? See Java Getting Started

Install meshctl CLI to start building MCP Mesh agents with TypeScript

Prerequisites

  • Node.js 18+ - for meshctl CLI and TypeScript runtime

Install meshctl CLI

npm install -g @mcpmesh/cli

# Verify
meshctl --version

Per-Agent Dependencies

Unlike Python (shared .venv), each TypeScript agent is its own npm project. The SDK is installed per-agent via npm install after scaffolding.

Next Steps

Continue to Scaffold Agents — creates a complete agent project with package.json and all dependencies listed.