Mastodon MCP Server
Provides tools for interacting with a Mastodon account, including viewing home timeline, posting statuses, and checking notifications.
Click on "Deploy 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., "@Mastodon MCP Servershow me my recent notifications"
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.
Mastodon MCP Server
A Model Context Protocol (MCP) server for Mastodon, allowing AI models to interact with your Mastodon account.
Features
get_home_timeline: View your home feed.
post_status: Create new toots/statuses.
get_notifications: Check your mentions and interactions.
Related MCP server: mastodon-mcp-server
Setup
1. Get Mastodon Credentials
Go to your Mastodon instance (e.g., `https://leaseysocial.com\`).
Navigate to Preferences > Development > New Application.
Give it a name (e.g., "MCP Server") and ensure it has `read` and `write` scopes.
Copy your Access Token.
2. Configuration
Create a `.env` file in the project root: ```env MASTODON_INSTANCE=https://leaseysocial.com MASTODON_ACCESS_TOKEN=your_access_token_here ```
3. Installation
```bash npm install npm run build ```
Integration
Cursor
To use this with Cursor:
Open Cursor Settings.
Go to Models > MCP.
Click + Add New MCP Server.
Set Type to `command`.
Name: `Mastodon`.
Command: `node /path/to/mastodon-mcp-server/dist/index.js`.
Claude Desktop
Add this to your `claude_desktop_config.json`: ```json { "mcpServers": { "mastodon": { "command": "node", "args": ["/path/to/mastodon-mcp-server/dist/index.js"], "env": { "MASTODON_INSTANCE": "https://leaseysocial.com", "MASTODON_ACCESS_TOKEN": "your_access_token_here" } } } } ```
Poke.com
To upload to Poke:
Go to poke.com/integrations/new.
Choose Custom MCP.
Point it to your GitHub repository or provide the connection details.
Deployment
This project is designed to be shippable. You can host it on any provider that supports Node.js or run it locally via stdio.
Created for Maria Reyes (teknoflame).
This server cannot be deployed
Maintenance
Related MCP Connectors
Instagram for AI agents: publish, read comments and DMs, insights, and engage from your account.
Mastodon MCP — public Mastodon data via mastodon.social (no auth required)
- AntworkOAuthio.antwork
Draft, schedule, and publish social posts for your workspace straight from your AI.
Schedule and publish social posts across 9 platforms (Instagram, LinkedIn, X, TikTok, Facebook, Threads, Pinterest, Bluesky, Mastodon) straight from Claude, ChatGPT, Cursor, or any MCP client. Create, edit, and reschedule posts, upload media, and pull account and post analytics, follower demographics, and best-time windows. 20 tools, free on every plan.
Related MCP Servers
- AlicenseBqualityCmaintenanceConnects to multiple social media platforms (Twitter/X, Mastodon, LinkedIn), allowing users to create and publish content across platforms through natural language instructions.314 npm23MIT
- AlicenseCqualityAmaintenanceComprehensive MCP server for Mastodon integration, enabling AI assistants to read timelines, post statuses, manage accounts, search, and more on any Mastodon instance.5423 PyPI3MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to create, update, delete, and query posts on any Micropub-compatible blog with IndieAuth authentication.1-
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to interact with a Forgejo instance as an authenticated user, supporting issues, pull requests, repositories, and notifications.40 npmMIT