MCP Integration
LiveStore includes MCP (Model Context Protocol) integration that allows AI assistants like Claude to access LiveStore documentation, examples, and development tools.
For installation and general CLI usage, see the LiveStore CLI documentation.
What is MCP?
Section titled “What is MCP?”MCP (Model Context Protocol) is a standard for providing AI assistants with access to external resources and tools. LiveStore’s MCP server gives AI assistants access to:
- LiveStore documentation and guides
- Schema examples for common app types
- Development tools and utilities
Start the MCP server:
bunx @livestore/cli mcp
Available Commands
Section titled “Available Commands”bunx @livestore/cli mcp coach
Section titled “bunx @livestore/cli mcp coach”Starts an AI coaching assistant with access to LiveStore documentation and best practices.
bunx @livestore/cli mcp tools
Section titled “bunx @livestore/cli mcp tools”Provides development tools and utilities for working with LiveStore projects.
Adding to Claude
Section titled “Adding to Claude”To use with Claude Desktop, add the MCP server to your Claude configuration:
{ "mcpServers": { "livestore": { "command": "bunx", "args": ["@livestore/cli", "mcp"] } }}
Available Resources
Section titled “Available Resources”The MCP server provides access to:
- Documentation: Overview, features, getting started guides
- Architecture: Technical design and principles
- Schema Examples: Pre-built schemas for todo, blog, e-commerce, and social apps
- Development Tools: Project scaffolding and utilities
This enables AI assistants to provide context-aware help with LiveStore development.