Stackzero Labs MCP
A server for generating Stackzero Labs UI components.
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
Installation
npm install @stackzero-labs/mcp
Usage
As a standalone server
npx @stackzero-labs/mcp
In Claude Desktop
Add to your Claude Desktop configuration:
{
"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:
{
"mcpServers": {
"@stackzero-labs/mcp": {
"command": "npx",
"args": ["-y", "@stackzero-labs/mcp@latest"]
}
}
}
Development
# 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.
Related Servers
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Md2svg
Converts Markdown text to SVG images.
Credential Manager
A server for securely managing API credentials locally through the Model Context Protocol (MCP).
Test MCP Server
A sample MCP server implemented in Node.js for development and testing purposes.
Devici MCP Server
Manage threat models, components, and security data on the Devici platform.
SonarQube
Provides seamless integration with SonarQube Server or Cloud, and enables analysis of code snippets directly within the agent context
Ollama MCP Server
A bridge to use local LLMs from Ollama within the Model Context Protocol.
Design System Server
An MCP server for accessing and managing design system documentation from a GitHub repository.
NovaCV
An MCP server for accessing the NovaCV resume service API.
Authless Remote MCP Server
An authless remote MCP server designed for deployment on Cloudflare Workers. It can be set up locally using npm create.
MCP Yeoman Server
Search for and run Yeoman generator templates programmatically.