NimbleTools CLI Hero Light NimbleTools CLI Hero Dark The NimbleTools CLI (ntcli) is a powerful command-line interface for the NimbleTools MCP Platform. Deploy, manage, and integrate Model Context Protocol (MCP) servers with Claude Desktop and other AI applications.

Features

Quick Start

Get up and running in under 5 minutes:
1

Install ntcli

npm install -g @nimbletools/ntcli
2

Authenticate

ntcli auth login
3

Create a workspace

ntcli workspace create my-project
4

Deploy an MCP server

ntcli server deploy nationalparks-mcp

Complete Walkthrough

Follow our detailed quickstart guide with examples and Claude Desktop integration.

Core Concepts

Architecture

The NimbleTools MCP Platform provides:
  • 🔐 Multi-tenant security with workspace isolation and OAuth authentication
  • ⚡ Scale-to-zero serverless execution with KEDA auto-scaling
  • 🌍 Community ecosystem with open source MCP registry
  • 🛠️ Production ready monitoring, logging, and health checks

Next Steps