Mastodon
Read & post on any Mastodon instance from any AI agent. 10 tools, Bearer token auth.
7 日間無料 · クレジットカード不要 · EU ホスト
Mastodon に何でも聞ける
AnythingMCP 経由で Mastodon に実際のプロンプトを試そう — Claude がツールを呼び出し、回答します。あなたのメッセージで Enter を押すと Cloud にインストールします。
Mastodon を Cloud にインストールClaude は AI のため誤ることがあります。回答をご確認ください。
2 分でセットアップ
- 1cloud.anythingmcp.com で無料トライアル開始。
- 2コネクターストアで Mastodon をクリック。資格情報を貼り付け。
- 3MCP API キーを発行し、AI クライアントを MCP URL に向ける。
Mastodon のガイド
主要 AI クライアント向けのステップバイステップセットアップ。
Mastodon のセットアップ
コネクタ定義そのものから:認証情報の入手先、必要な権限、このアダプタが呼び出す API。 コネクタ作者により英語で提供されています。
This connector wraps the Mastodon REST API (any instance — set baseUrl to your instance).
Setup:
- Pick your instance (e.g.
https://mastodon.social,https://fosstodon.org, your self-hosted one). - Log in → Preferences → Development → New application.
- Name it (e.g. 'mcp'). Scopes:
read,write,follow,push— tick whatever your use case needs (don't over-grant). - Save → copy the Your access token value (shown only once). This is a personal access token tied to your account.
- Set
MASTODON_INSTANCE_URL(e.g.https://mastodon.social) andMASTODON_ACCESS_TOKEN.
Authentication: Authorization: Bearer ${MASTODON_ACCESS_TOKEN} on every request.
Per-instance API: Mastodon is federated — every instance hosts its own API. baseUrl is your home instance. To read posts from other instances, the API will federate transparently when you provide a status ID OR you can use the public timeline endpoints.
IDs are per-instance: a status ID from mastodon.social is NOT the same as the same status on fosstodon.org (each instance assigns its own internal ID even if the status was federated). To look up cross-instance: use mastodon_search with the full URL.
Post (toot) limits: most instances allow 500 characters; some configure more. Polls have separate rules.
Pagination: cursor-based via Link headers (max_id, min_id, since_id). The adapter exposes max_id / since_id as parameters.
Visibility: when posting, visibility is one of public, unlisted, private (followers-only), direct (mentioned-only). Default per-account.
Rate limits: 300 req / 5min per token on most instances. 429 with X-RateLimit-Reset header.
Out of scope here: image/video upload multipart (use the dedicated media endpoint with a separate flow), instance admin, lists CRUD, push subscriptions.
あなたの AI は Mastodon から 2 クリック先。
コネクターをインストール、資格情報を貼り付け、AI に質問。7 日間無料、クレジットカード不要。