Clone this repository and copy the canonical Skill into a Cursor-supported personal location:
git clone https://github.com/StarryKit/starrykit-plugin.git
mkdir -p ~/.cursor/skills
cp -R starrykit-plugin/skills/starrykit-authoring ~/.cursor/skills/Add this entry to your global ~/.cursor/mcp.json, or to .cursor/mcp.json for one project:
{
"mcpServers": {
"starrykit": {
"url": "https://mcp.starrykit.com/mcp"
}
}
}Open Cursor's MCP settings and complete OAuth when prompted. Cursor Agent CLI users can run:
cursor-agent mcp login starrykit
cursor-agent mcp list-tools starrykitDo not add credentials or static Authorization headers.
Ask Cursor Agent to use StarryKit to list the visual documents you can access. The setup is ready when it can call list_documents.
Official references: Cursor MCP, Cursor Agent CLI MCP commands, Cursor Skills.