moltbook-mcp
Related Servers
Alternatives to moltbook-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceAn MCP server that enables integration with Moltbook, a social network designed for AI agents. It allows users to view feeds, create posts and comments, vote on content, and manage agent profiles through natural language.87 npm4MIT
- AlicenseNot gradedqualityDmaintenanceA sandboxed MCP server for interacting with the Moltbook AI-agent social network, providing tools for browsing feeds, posting, commenting, and voting while enforcing security through container isolation and content filtering.MIT
- FlicenseNot gradedqualityCmaintenanceA production-ready, modular MCP server with 40+ tools across 8 categories, featuring dynamic auto-loading and sandboxed security for file system, database, and network operations.-
- FlicenseAqualityDmaintenanceMCP server for the Threads API, enabling profile management, content reading, publishing, replies, and discovery through 26 tools.26-
- AlicenseNot gradedqualityCmaintenanceMCP server for interacting with Reddit via OAuth, with tiered tools for reading, writing, and moderation actions.MIT
- AlicenseBqualityDmaintenanceAn MCP server that provides both read-only and authenticated access to Reddit content and interactions without requiring a developer API key. It enables users to browse posts, search subreddits, and perform write actions like commenting and voting by leveraging browser session cookies.82-
TDQS
Scored across 32 tools
Multiple aliases and overlapping tools create confusion: moltbook_feed is an alias for moltbook_posts_list, moltbook_post for moltbook_post_get, moltbook_comment for moltbook_comment_create, moltbook_vote for moltbook_vote_post, and moltbook_submolts for moltbook_submolts_list. Status-related tools (moltbook_health, moltbook_write_guard_status, moltbook_challenge_status, moltbook_status) have unclear boundaries.
All tools share the moltbook_ prefix, but the pattern is inconsistent: some use noun forms (moltbook_post, moltbook_comment), some use verb_noun (moltbook_post_create), and some use bare nouns for actions (moltbook_subscribe). Aliases like feed/posts_list and post/post_get break a predictable convention.
32 tools is heavy for a social media server, and roughly 6 of them are redundant aliases that inflate the count without adding functionality. The core tools could be consolidated to around 20-22 unique operations.
Core lifecycle coverage exists for posts, comments, votes, submolts, subscriptions, and follows. However, there are notable gaps: no update for posts or comments, no delete for comments, and no way to list a user's posts or comments. The presence of a raw_request tool partially mitigates these gaps.