Skip to Content
Quick Start

Quick Start

Prerequisites

Before installing ZapMCP, make sure you have:

  • Node.js 16 or later
  • npm 7 or later

Installation

You can install ZapMCP using npm:

npm install zapmcp

Quick Start

After installation, you can create a basic ZapMCP application:

import { ZapMCP } from 'zapmcp'; const server = new ZapMCP({ name: 'my-app', version: '1.0.0' }); await server.start();

Next Steps

Last updated on