Buttondown Server
БесплатноНе проверенEnables interaction with the Buttondown newsletter API for managing emails, subscribers, and tags.
Описание
Enables interaction with the Buttondown newsletter API for managing emails, subscribers, and tags.
README
An MCP (Model Context Protocol) server for interacting with the Buttondown newsletter API.
Tools
Emails
| Tool | Description |
|---|---|
list_emails |
List emails with optional status filter (draft/scheduled/sent) |
get_email |
Get single email details by ID |
create_draft |
Create new draft with markdown content |
update_draft |
Edit existing draft |
send_draft |
Send a draft immediately |
schedule_draft |
Schedule a draft for later |
get_analytics |
Get open/click rates for sent emails |
Subscribers
| Tool | Description |
|---|---|
list_subscribers |
List subscribers with optional type filter (regular/premium/churned/etc.) |
get_subscriber |
Get subscriber details by ID or email address |
Tags
| Tool | Description |
|---|---|
list_tags |
List all tags in your newsletter |
get_tag |
Get tag details by ID |
create_tag |
Create a new tag with optional color and description |
update_tag |
Update an existing tag |
delete_tag |
Delete a tag (subscribers remain unaffected) |
Installation
Claude Code
claude mcp add buttondown -- npx -y buttondown-mcp
Then set your API key:
claude mcp add-json buttondown '{"command":"npx","args":["-y","buttondown-mcp"],"env":{"BUTTONDOWN_API_KEY":"your-api-key"}}'
Manual Configuration
Add to your Claude Code settings:
{
"mcpServers": {
"buttondown": {
"command": "npx",
"args": ["-y", "buttondown-mcp"],
"env": {
"BUTTONDOWN_API_KEY": "your-api-key"
}
}
}
}
Get your API key from https://buttondown.com/settings/api
License
MIT
Установить Buttondown Server в Claude Desktop, Claude Code, Cursor
unyly install buttondown-mcp-serverСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add buttondown-mcp-server -- npx -y buttondown-mcpFAQ
Buttondown Server MCP бесплатный?
Да, Buttondown Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Buttondown Server?
Нет, Buttondown Server работает без API-ключей и переменных окружения.
Buttondown Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Buttondown Server в Claude Desktop, Claude Code или Cursor?
Открой Buttondown Server на 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
автор: mcpdotdirectCompare Buttondown Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
