jazz-mcp-server
0
The Jazz MCP Server is a Model Context Protocol server designed to integrate AI assistants with apps built on the Jazz framework. It supports data management, syncing between devices, and user authentication, enhancing AI interaction with local-first apps.
Jazz MCP Server
A Model Context Protocol (MCP) server enabling AI assistants to interact with local-first apps built using the Jazz framework.
Features
- Create, read, update, and delete data in Jazz applications
- Sync data across devices
- Manage authentication and user profiles
- Work with various data types supported by Jazz
Prerequisites
- Node.js 22.x or higher
- npm or pnpm
- A Jazz application
Usage
Start the MCP server using npm or pnpm. Connect AI assistants by utilizing the MCP-compatible API at http://localhost:3000
.
Tools
jazz.listApps
: List Jazz applicationsjazz.getAppData
: Get data from an appjazz.updateAppData
: Update app datajazz.createAppData
: Create new app datajazz.deleteAppData
: Delete app datajazz.auth.createUser
: Create a userjazz.auth.login
: User login