trackmcp
Back to directory

Official mcp server for stackzero

5 stars JavaScriptOthers Updated Oct 6, 2025

Documentation

Overview

This package allows you to run a model context server for stackzero-labs/ui components, enabling you to use the MCP protocol with your applications.

1-click install in Cursor

Install MCP Server

Installation

bash
npm install @stackzero-labs/mcp

Usage

As a standalone server

bash
npx @stackzero-labs/mcp

In Claude Desktop

Add to your Claude Desktop configuration:

json
{
  "mcpServers": {
    "@stackzero-labs/mcp": {
      "command": "npx",
      "args": ["-y", "@stackzero-labs/mcp@latest"]
    }
  }
}

In Cursor (manual setup)

Go to Cursor settings, select `MCP`. Add to your Cursor configuration:

json
{
  "mcpServers": {
    "@stackzero-labs/mcp": {
      "command": "npx",
      "args": ["-y", "@stackzero-labs/mcp@latest"]
    }
  }
}

Development

bash
# Install dependencies
pnpm install

# Build the project
pnpm build

# Run in development mode
pnpm dev

# Inspect the MCP server
pnpm inspect

License

See LICENSE for details.

Frequently asked questions

What is mcp?

mcp is Official mcp server for stackzero

How do I install mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is mcp open source?

Yes — it is hosted on GitHub at https://github.com/stackzero-labs/mcp and has 5 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP