jazz-mcp-server
If you are the rightful owner of jazz-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Jazz MCP Server is a Model Context Protocol server that facilitates interaction between AI assistants and local-first applications built with the Jazz framework.
The Jazz MCP Server is designed to enable AI assistants such as Claude and ChatGPT to seamlessly interact with applications developed using the Jazz framework. It provides capabilities for creating, reading, updating, and deleting data within Jazz applications, as well as syncing data across devices using Jazz's distributed state features. Additionally, it manages authentication and user profiles, and supports various data types including rich text and media. The server is built with TypeScript and leverages the official MCP protocol implementation, ensuring robust and efficient communication between AI assistants and Jazz applications.
Features
- Data Management: Allows AI assistants to perform CRUD operations on Jazz application data.
- Distributed Sync: Supports data synchronization across multiple devices using Jazz's distributed state capabilities.
- Authentication: Manages user authentication and profile management.
- Rich Data Support: Works with rich text, media, and other data types supported by Jazz.
- MCP API: Exposes an MCP-compatible API for easy integration with AI assistants.
Tools
jazz.listApps
List available Jazz applications
jazz.getAppData
Get data from a Jazz application
jazz.updateAppData
Update data in a Jazz application
jazz.createAppData
Create new data in a Jazz application
jazz.deleteAppData
Delete data from a Jazz application
jazz.auth.createUser
Create a new user
jazz.auth.login
Log in an existing user