Stackzero Labs MCP
A server for generating Stackzero Labs UI components.
@stackzero-labs/mcp
Official MCP (Model Context Protocol) server for stackzero-labs/ui.
Official Docs »
Get started
·
Report Bug
·
Request Feature
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.
関連サーバー
Scout Monitoring MCP
スポンサーPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
スポンサーAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
MCP AI Agent Server
A server that bridges Cline to an AI agent system, enabling seamless interaction with AI agents through the Model Context Protocol.
MCP Image Placeholder Server
Generates placeholder images from various providers like placehold.co and lorem-picsum.
mcproc
Manage background processes for AI agents using the Model Context Protocol (MCP).
eBPF MCP
A secure MCP server for eBPF, designed for AI integration, kernel introspection, and automation.
Alpaca MCP Server
Interact with Alpaca's Trading API for stocks, options, portfolios, and real-time market data using LLMs.
mcpo+OpenWebUI
A secure MCP-to-OpenAPI proxy server that converts MCP tools into OpenAPI compatible HTTP servers, with support for multiple server types and automatic API documentation.
Minecraft Modding MCP
mcmodding-mcp is a Model Context Protocol (MCP) server that gives AI assistants like Claude direct access to Minecraft modding documentation. Instead of relying on potentially outdated training data, your AI assistant can search real documentation, find code examples, and explain concepts accurately.
BlenderMCP
Connects Blender to Claude AI via the Model Context Protocol (MCP), enabling direct AI interaction for prompt-assisted 3D modeling, scene creation, and manipulation.
Togello MCP Server
An MCP server for managing application context using the Togello API.
Remote MCP Server Authless Test
An example of deploying a remote MCP server on Cloudflare Workers without authentication.