Jelly FastMCP
БесплатноНе проверенA FastMCP-based server that exposes the Jelly API as MCP tools, enabling management of conversations, labels, contacts, drafts, and more through natural languag
Описание
A FastMCP-based server that exposes the Jelly API as MCP tools, enabling management of conversations, labels, contacts, drafts, and more through natural language.
README
A FastMCP-based Model Context Protocol (MCP) server for the Jelly API. It exposes the API as MCP tools for creating, reading, updating, and managing conversations, labels, contacts, drafts, autoresponder settings, comments, and more.
Prerequisites
- Python 3.12+
- uv (recommended)
Configuration
Configure the following environment variables to authenticate and set defaults:
| Environment Variable | Description |
|---|---|
JELLY_API_TOKEN |
Jelly API token from Settings → API Tokens |
JELLY_BASE_URL |
Optional override for the API base URL. Defaults to https://app.letsjelly.com/api |
Running
Direct execution
uv run server.py
Install editable
uv pip install -e .
This registers the jelly-mcp command.
Claude Desktop example
To use this with Claude Desktop (or other MCP hosts), add the following configuration.
Using sh -c allows the use of $HOME (or other environment variables) dynamically across different user machines/setups, since most MCP hosts do not perform shell expansion on paths:
{
"mcpServers": {
"LetsJelly": {
"command": "sh",
"args": [
"-c",
"uv --directory \"$HOME/.agents/Jelly-FastMCP\" run server.py"
],
"env": {
"JELLY_API_TOKEN": "your-api-token-here"
}
}
}
}
Note: If you prefer not to use sh -c, replace "command" with "uv" and use the absolute path in the "--directory" argument.
Available tools
Conversations
list_conversationssearch_conversationsget_conversationlist_conversation_messageslist_conversation_commentsadd_commentarchive_conversation/unarchive_conversationtrash_conversation/restore_conversation_from_trashspam_conversation/unspam_conversationsnooze_conversation/unsnooze_conversationignore_conversationset_conversation_mailboxesassign_conversation/unassign_conversationadd_conversation_label/remove_conversation_label
Messages and drafts
get_messagecreate_draft_conversationcreate_draft_replyupdate_draftresolve_attachment_download_url
Labels, members, and mailboxes
list_labelscreate_labelupdate_labeldelete_labellist_memberslist_mailboxeslist_mailbox_members
Contacts and settings
find_contact_by_emailupsert_contactget_autoresponderupdate_autoresponderlist_saved_replies
Resources
jelly://conversations/{conversation_id}/markdown— LLM-friendly markdown view of a conversation
Установка Jelly FastMCP
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/js-cohn/Jelly-FastMCPFAQ
Jelly FastMCP MCP бесплатный?
Да, Jelly FastMCP MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Jelly FastMCP?
Нет, Jelly FastMCP работает без API-ключей и переменных окружения.
Jelly FastMCP — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Jelly FastMCP в Claude Desktop, Claude Code или Cursor?
Открой Jelly FastMCP на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
автор: duxiaohuiSupabase
Database, auth and storage
автор: SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Jelly FastMCP with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
