mastodon-mcp
0
Mastodon MCP is a Model Context Protocol server that enables interactions with Mastodon, allowing users to create toots with customizable settings and attach media securely. It integrates with 1Password for secure credential management.
Mastodon MCP
A server built on the Model Context Protocol providing tools for interacting with Mastodon, with features such as:
- Creating toots with customizable visibility and content warnings
- Uploading and attaching media files
- Adding descriptions to media attachments
- Secure credential management using 1Password
Prerequisites
- Node.js 18+
- pnpm
- A Mastodon account and API token
Usage
To start the MCP server, run:
pnpm start
The server provides a toolmastodon_create_toot
with parameters likecontent
,visibility
,sensitive
,media_file
, andmedia_description
.