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 服务器
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
Minecraft MCP Server
yuniko-softwareA Minecraft MCP Server powered by Mineflayer API. It allows to control a Minecraft character in real-time, allowing AI assistants to build structures, explore the world, and interact with the game environment through natural language instruction
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
MCP server to deploy code to Google Cloud Run
GoogleCloudPlatformMCP server to deploy apps to Cloud Run
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
评论