Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 1.67 KB

File metadata and controls

48 lines (38 loc) · 1.67 KB

⚠️ This is a read-only mirror of libraries/typescript/packages/cli in the mcp-use/mcp-use monorepo.

🚀 Please submit issues and pull requests to the monorepo instead.

🛠 This branch mirrors: main

🌐 Source folder: libraries/typescript/packages/cli

@mcp-use/cli

Prebuilt CLI, development server, build pipeline, and MCP client for mcp-use.

npx mcp-use dev
npx mcp-use client connect demo https://example.com/mcp
npx mcp-use client demo tools list

Commands

mcp-use <command> [options]

  dev          Start the dev server
  build        Build the server into .mcp-use/build
  typecheck    Refresh MCP types and run the project's TypeScript compiler
  start        Serve the production build from .mcp-use/build
  client       Connect to and invoke MCP servers
  screenshot   Capture an MCP Apps view
  deploy       Deploy from GitHub or upload local source
  login/logout/whoami/org/servers/deployments
               Manage Manufact Cloud sessions, servers, and deployments

mcp-use dev serves the MCP endpoint, watches views for HMR, and mounts the Inspector. --tunnel exposes either dev or start through the managed relay in @mcp-use/tunnel.

Run mcp-use --help for the full option list.

Documentation

The exhaustive command reference, including every flag and the CLI environment variables, lives at CLI Reference. New to the framework? Start with the quickstart.