Newsletter publishing MCP server guide for AI agents, with tool schemas, prompts, webhooks, and Narrareach distribution path.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"newsletter-publishin": {
"command": "npx",
"args": [
"-y",
"iancarson/newsletter-publishing-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add newsletter-publishin npx -y iancarson/newsletter-publishing-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"newsletter-publishin": {
"command": "npx",
"args": [
"-y",
"iancarson/newsletter-publishing-mcp-server"
]
}
}
}