Jazz
БесплатноНе проверенAn MCP server for the Jazz framework that enables AI assistants to interact with local-first apps built with Jazz
Описание
An MCP server for the Jazz framework that enables AI assistants to interact with local-first apps built with Jazz
README
A Model Context Protocol (MCP) server that enables AI assistants to interact with local-first apps built with the Jazz framework.
What is this?
The Jazz MCP Server allows AI assistants like Claude, ChatGPT, and others to:
- Create, read, update, and delete data in Jazz applications
- Sync data between devices using Jazz's distributed state capabilities
- Manage authentication and user profiles
- Work with rich text, media, and other data types supported by Jazz
Prerequisites
- Node.js 22.x or higher
- npm or pnpm
- A Jazz application to connect to (or create one with
npx create-jazz-app@latest)
Installation
Clone this repository:
git clone https://github.com/bensleveritt/jazz-mcp-server.git cd jazz-mcp-serverInstall dependencies:
npm install # or with pnpm pnpm installCopy the environment example file and configure it for your needs:
cp .env.example .envBuild the server:
npm run build # or with pnpm pnpm build
Usage
Start the MCP server:
npm start
# or with pnpm
pnpm start
For development with auto-restart:
npm run dev
# or with pnpm
pnpm dev
Connecting AI Assistants
The server exposes an MCP-compatible API at http://localhost:3000 (or your configured host/port).
In Cursor
- Open a project in Cursor
- Click on the Cursor AI settings
- Add a custom MCP server with the URL
http://localhost:3000 - Use the API key configured in your
.envfile (if auth is enabled)
In Other AI Assistants
Follow the relevant documentation for your AI assistant to connect to an MCP server at the URL http://localhost:3000.
Available Tools
This MCP server provides the following tools for AI assistants:
jazz.listApps- List available Jazz applicationsjazz.getAppData- Get data from a Jazz applicationjazz.updateAppData- Update data in a Jazz applicationjazz.createAppData- Create new data in a Jazz applicationjazz.deleteAppData- Delete data from a Jazz applicationjazz.auth.createUser- Create a new userjazz.auth.login- Log in an existing user
Development
The server is built with TypeScript and uses the official MCP protocol implementation.
Key files:
src/index.ts- Main entry pointsrc/config.ts- Configuration loadingsrc/server.ts- MCP server implementationsrc/tools/- Individual tool implementationssrc/jazz/- Jazz integration
License
MIT
Установка Jazz
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/bensleveritt/jazz-mcp-serverFAQ
Jazz MCP бесплатный?
Да, Jazz MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Jazz?
Нет, Jazz работает без API-ключей и переменных окружения.
Jazz — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Jazz в Claude Desktop, Claude Code или Cursor?
Открой Jazz на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
автор: lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare Jazz with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
