substack-publisher-mcp
Related Servers
Alternatives to substack-publisher-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables managing Substack publications: publish Notes and posts, manage drafts, pull analytics, and read any publication's public feed via MCP.MIT
- AlicenseAqualityBmaintenanceA credential-free MCP server that turns a Substack publication's public RSS archive and official analytics snapshots into a durable, queryable local SQLite ledger. It provides 12 MCP tools for browsing posts, tracking versions, recording metric snapshots, and analyzing content patterns.12Apache 2.0
- AlicenseNot gradedqualityCmaintenanceMCP server for Substack that enables reading articles, comments, feed, and subscriptions from AI clients like Cursor and Claude, with optional authentication for paid content.58 npm3MIT
- AlicenseAqualityCmaintenanceMCP server for Substack that lets Claude Code create drafts, upload images, set cover thumbnails, schedule, and publish posts on your Substack publication.1115MIT
- AlicenseAqualityDmaintenanceA tool that connects to Substack's official Publisher API to access posts, newsletters, analytics, and subscribers, compatible with MCP clients like Claude and Cursor.63MIT
- AlicenseNot gradedqualityNot gradedmaintenanceAn MCP server that enables AI assistants like Claude to interact with Substack newsletters, allowing for post retrieval, content searching, and author information access through a standardized interface.MIT
TDQS
Scored across 6 tools
Each tool targets a distinct resource and action: subscriber counts, individual subscriber lookup, publication listing, post listing, post detail, and post stats. Despite similar prefixes like get_subscriber* and get_post*, the descriptions clearly separate aggregate vs. specific lookups.
All tools follow a consistent snake_case verb_noun pattern using either list_ or get_. There is no mixing of camelCase, vague verbs, or irregular naming styles.
Six tools is well-scoped for a Substack-focused server. Each tool covers a distinct need—publication discovery, post metadata, post content, post analytics, subscriber counts, and subscriber lookup—with no evident bloat.
The read-oriented surface is solid for querying posts and subscriber statistics, but the 'publisher' name implies publishing capabilities that are entirely absent: there are no create, update, publish, or delete post tools. This is a notable gap for a toolset claiming to help a publisher.