rapidmcp is a standalone MCP server for RapidKit contracts, docs, and validation workflows. It is intended to run against a RapidKit workspace and communicate over stdio.
- Loads component, theme, and preset contracts from RapidKit
- Resolves workspace root automatically or from
--root - Exposes MCP resources and tools over stdio
- Supports contract and docs validation workflows
- Node.js 20+
- A local RapidKit workspace
npm install -g @rapidset/rapidmcpOr run without installing:
npx @rapidset/rapidmcp --helpFrom the RapidKit workspace root:
npx @rapidset/rapidmcp --root "$PWD"Show help:
npx @rapidset/rapidmcp --helpIf installed globally:
rapidmcp --root /absolute/path/to/rapidkitIf --root is not provided, rapidmcp checks these locations in order:
- Current working directory
rapidkitunder current working directory../rapidkitrelative to this package
rapidmcp [--root /absolute/path/to/rapidkit]
MIT