Rive Docs Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Rive Docs Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Rive Documentation MCP Server - Access Rive's animation documentation, runtime guides, editor features, and tutorials through Model Context Protocol. Search animations, state machines, runtime implementations, and editor capabilities across web, mobile, and game platforms. Get instant access to React, Flutter, Unity integration guides, and complete API references directly in Claude, Cursor, or any MCP-compatible AI assistant.
Add this to your Claude Desktop configuration:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\\Claude\\claude_desktop_config.json
{
"mcpServers": {
"rive-docs": {
"command": "node",
"args": ["path/to/rive-docs-mcp/dist/index.js"]
}
}
}git clone <repository-url>
cd rive-docs-mcp
npm install
npm run buildnpm start# Add as MCP server
claude mcp add rive-docs -- node path/to/rive-docs-mcp/dist/index.jsAdd to ~/.cursor/mcp.json:
{
"mcpServers": {
"rive-docs": {
"command": "node",
"args": ["path/to/rive-docs-mcp/dist/index.js"]
}
}
}The server works with any MCP-compatible client. Use the command:
node path/to/rive-docs-mcp/dist/index.jssearch_rive_docsSearch Rive documentation across all categories.
Parameters:
query (required): Search terms (e.g., "React runtime", "state machine events")category: Filter by category (all, runtimes, editor, game-runtimes, tutorials)runtime: Filter by specific runtime platformlimit: Max results (default: 10, max: 50)Example:
search_rive_docs query="React animation setup" category="runtimes" limit=5get_rive_doc_contentGet detailed content from a specific Rive documentation page.
Parameters:
url (required): Full Rive documentation URLincludeCode: Include code examples (default: true)includeLinks: Include related links (default: false)maxLength: Max content length (default: 10000)Example:
get_rive_doc_content url="https://rive.app/docs/runtimes/react/getting-started"list_runtimesList all available Rive runtime platforms.
Parameters:
platform: Filter by platform type (all, web, mobile, game)status: Filter by status (all, stable, beta, community)includeDetails: Include detailed information (default: true)get_runtime_guideGet comprehensive implementation guide for a specific runtime.
Parameters:
runtime (required): Runtime platform (web, react, flutter, unity, etc.)section: Specific section (getting-started, setup, api-reference)includeExamples: Include code examples (default: true)list_editor_featuresBrowse Rive editor features and capabilities.
Parameters:
category: Feature category (all, animation, constraints, state-machines)includeDetails: Include detailed descriptions (default: true)get_tutorialsFind tutorials by topic, difficulty, or runtime.
Parameters:
topic: Tutorial topic or search termdifficulty: Filter by difficulty (all, beginner, intermediate, advanced)runtime: Filter by runtime platformlimit: Max tutorials to return (default: 10)check_feature_supportCheck feature support across runtime platforms.
Parameters:
feature (required): Feature to check (e.g., "state machines", "bones")runtime: Specific runtime to check (optional)get_api_referenceGet API reference for a specific runtime.
Parameters:
runtime (required): Runtime platformclassName: Specific class/component name (optional)includeExamples: Include usage examples (default: true)search_rive_docs query="React component setup" category="runtimes" runtime="react"get_runtime_guide runtime="flutter" section="getting-started"get_tutorials topic="state machine" difficulty="beginner"check_feature_support feature="timeline events" runtime="unity"list_editor_features category="animation"# Install dependencies
npm install
# Build TypeScript
npm run build
# Development mode (watch)
npm run dev
# Run tests
npm test
# Lint code
npm run lint
# Clean build
npm run cleansrc/
├── index.ts # Main MCP server
├── tools/ # Tool implementations
│ ├── definitions.ts # Tool definitions
│ ├── handlers.ts # Tool handlers
│ ├── search.ts # Search functionality
│ └── doc-fetcher.ts # Document fetching
├── utils/ # Utilities
│ ├── constants.ts # Configuration constants
│ ├── http-client.ts # HTTP client
│ ├── cache.ts # Caching system
│ ├── logger.ts # Logging utility
│ ├── error-handler.ts # Error handling
│ ├── content-extractor.ts # Content extraction
│ └── navigation-crawler.ts # Navigation discovery
└── types/ # TypeScript types
└── index.ts # Type definitionsgit checkout -b feature/amazing-feature)git commit -m 'Add amazing feature')git push origin feature/amazing-feature)This project is licensed under the MIT License - see the LICENSE file for details.
Made with ❤️ for the Rive animation community
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.