@spatika/mcp
v2.3.0
Published
MCP server exposing Spatika UI agent docs, component metadata, and skills
Maintainers
Readme
Spatika MCP
MCP server for coding agents that need Spatika UI guidance without scraping the docs site by hand.
{
"mcpServers": {
"spatika": {
"command": "npx",
"args": ["@spatika/mcp"]
}
}
}In this repository, run it with:
npm run mcp:build
npm --silent run mcpThe server exposes resources for llms.txt, the full agent dump, component JSON, the AGENTS guide,
and the Spatika skill. It also includes tools to search components and fetch a specific component or
guide markdown file.
