Skip to content

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.

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:

Terminal window
bunx @livestore/cli mcp

Starts an AI coaching assistant with access to LiveStore documentation and best practices.

Provides development tools and utilities for working with LiveStore projects.

To use with Claude Desktop, add the MCP server to your Claude configuration:

{
"mcpServers": {
"livestore": {
"command": "bunx",
"args": ["@livestore/cli", "mcp"]
}
}
}

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.