newsletter growth mcp for Cursor
io.github.closermethod/newsletter-growth-mcp
Newsletter growth loops, welcome-sequence architecture, subject-line and list-metric guidance.
client:Cursor
transport:stdio
runtime:npm
Install newsletter growth mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"newsletter-growth-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"newsletter-growth-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs