Skip to main content
Glama
VitexSoftware

mastodon-mcp-server

Related Servers

Alternatives to mastodon-mcp-server

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      D
      maintenance
      An MCP server for interacting with the Twitter/X API v2, enabling AI assistants to retrieve tweets, post content, reply, quote, and more programmatically.
      1,599 npm
      13
      MIT
    • A
      license
      B
      quality
      C
      maintenance
      A comprehensive MCP server that enables LLMs like Claude to explore and interact with the existing Fediverse through standardized MCP tools, resources, and prompts.
      18
      58 npm
      17
      MIT
    • A
      license
      B
      quality
      A
      maintenance
      An MCP server that enables AI assistants to interact with Twitter/X through a single authenticated session without an official API key, providing 27 tools for reading and writing tweets, user management, timeline access, trends, and direct messages.
      27
      12 PyPI
      1
      MIT
    • A
      license
      A
      quality
      F
      maintenance
      An MCP server that enables AI assistants to access and interact with Reddit content through features like user analysis, post retrieval, subreddit statistics, and authenticated posting capabilities.
      15
      302
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      An MCP server that gives an AI agent read and write access to X (Twitter) via the internal web API, requiring no paid API key.
      10 npm
      1
      AGPL 3.0
    • F
      license
      Not graded
      quality
      D
      maintenance
      MCP server for managing and playing a running SillyTavern instance, enabling AI coding assistants to read/write character cards, worldbooks, and chats, and to interact as a player via the full generation pipeline.
      16
      -

    TDQS

    C2.9/5.0

    Scored across 54 tools

    Disambiguation4/5

    Most tools map to clearly distinct resource+action pairs (account_get vs account_follow vs status_reblog), and the domain vocabulary is well-known. Minor overlaps exist, e.g. account_search vs the general search tool, and the notification_get/dismiss/clear trio requires reading descriptions to distinguish granularity.

    Naming Consistency3/5

    The dominant pattern is noun_verb (account_get, status_post, list_create), but there are notable deviations: bare nouns with no verb (mutes, blocks, favourites, bookmarks, search, directory) and scrambled multi-part names (list_accounts_add, follow_request_authorize). Plurals are also inconsistent within the same family (notifications_get vs notification_dismiss).

    Tool Count2/5

    54 tools is a very heavy surface for an agent to navigate and is well past the 25+ threshold for concern. The breadth of the Mastodon API justifies many of them individually, but the set would benefit from consolidation (e.g. generic follow/mute/block with an action parameter).

    Completeness4/5

    Coverage is broad and lifecycle-aware: accounts, statuses, timelines, lists, notifications, polls, media, follow requests, mutes/blocks, and trending data are all present with create/delete/action variants. Gaps remain around direct-message/conversation tools, status editing (only status_delete exists despite account_update), and list updates, but core workflows are covered.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues