# EdoStra/Marketing-for-Founders | Model Context Protocol (MCP) Server > Practical marketing resources to get the first 10 / 100 / 1000 users for your SaaS / App / Startup - **Stars**: ⭐ 6,195 - **Language**: Unknown - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "Marketing-for-Founders": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Marketing-for-Founders" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "Marketing-for-Founders": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Marketing-for-Founders" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-Marketing-for-Founders` - **Docker**: `docker run -i --rm mcp/Marketing-for-Founders`