Buttondown MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Buttondown MCP Serverlist my draft emails"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Buttondown MCP Server
An MCP (Model Context Protocol) server for interacting with the Buttondown newsletter API.
Tools
Emails
Tool | Description |
| List emails with optional status filter (draft/scheduled/sent) |
| Get single email details by ID |
| Create new draft with markdown content |
| Edit existing draft |
| Send a draft immediately |
| Schedule a draft for later |
| Get open/click rates for sent emails |
Subscribers
Tool | Description |
| List subscribers with optional type filter (regular/premium/churned/etc.) |
| Get subscriber details by ID or email address |
Tags
Tool | Description |
| List all tags in your newsletter |
| Get tag details by ID |
| Create a new tag with optional color and description |
| Update an existing tag |
| Delete a tag (subscribers remain unaffected) |
Installation
Claude Code
claude mcp add buttondown -- npx -y buttondown-mcpThen 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
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dgalarza/buttondown-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server