★ 4 stars
JavaScript
🤖 AI/LLM
Updated 1d ago
MCP server for Substack's official Publisher API — query posts, analytics, and subscribers from Claude, Cursor, or any MCP client
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"substack-publisher-m": {
"command": "npx",
"args": [
"-y",
"dkships/substack-publisher-mcp"
]
}
}
}
Run in terminal:
claude mcp add substack-publisher-m npx -y dkships/substack-publisher-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"substack-publisher-m": {
"command": "npx",
"args": [
"-y",
"dkships/substack-publisher-mcp"
]
}
}
}
Topics
aianalyticsapiclaudecursoremail-marketingmcpmcp-servermodel-context-protocolnewsletternewsletter-analyticspublisher-apisubstacksubstack-api