Solar MCP
@Luke Stahl
Solar MCP について
Exposes Solar's component registry as MCP tools — agents can discover, inspect, and validate components at runtime
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
An MCP server for the Solar framework (solarbuild). Gives AI agents live, runtime access to your component registry so they can discover, inspect, and validate Solar components without guessing.
Tools
manifest— Returns a full JSON schema of every registered component: prop names, types, required fields, and valid values. Call this before generating any composition code.component— Returns the schema for a single component by name.validate— Validates a props object against a component's schema. Returnsvalid: trueor a structured error withexpected,received, andfixfields the agent can act on directly.
Usage
{
"command": "npx",
"args": ["solarbuild-mcp", "--components", "./components"]
}
Point --components at your components directory. The server imports each .js file, triggers registry.register(), and exposes the full manifest to the agent.
Why
When an agent builds UI with Solar, it should read the manifest first — not guess prop names. When it passes wrong props, it gets a structured ContractError with a fix field. This MCP server brings both capabilities into any MCP-compatible client (Cursor, Claude, etc.).
- npm: solarbuild-mcp
- Docs: docs.solarbuild.dev/docs/integrations/mcp
基本情報
「開発者ツール」の他のコンテンツ
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
MCP server to deploy code to Google Cloud Run
GoogleCloudPlatformMCP server to deploy apps to Cloud Run
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
@vercel/mcp-adapter
vercelEasily spin up an MCP Server on Next.js, Nuxt, Svelte, and more
コメント