loading…
Search for a command to run...
loading…
Provides standardized brand guidelines and structured content templates for marketing assets like blogs, emails, and social media. It serves as a central source
Provides standardized brand guidelines and structured content templates for marketing assets like blogs, emails, and social media. It serves as a central source of truth for brand voice and strategy through an extensible file-based system.
A lightweight Model Context Protocol (MCP) server that acts as a "Marketing Brain," providing standardized brand guidelines and content templates.
data/ directory to update strategies or add new ones without changing the code.get_content_strategyReturns the brand guidelines combined with a specific asset template.
asset_type (str) - e.g., blog, email, social.server.py: The FastMCP server application.data/brand_guidelines.md: The global brand identity.data/templates/: Folder containing individual template files (one .md file per template).The server is optimized for deployment on platforms like Railway or Render.
Once deployed, you can connect your MCP client (like Claude Desktop) using the SSE endpoint:
{
"mcpServers": {
"marketing-brain": {
"url": "https://marketing-brain-mcp.railway.app/sse"
}
}
}
pip install fastmcpFor local testing in your AI assistant:
fastmcp run server.py
To test the tools in a web interface:
fastmcp dev server.py
You can also install this server using the Smithery CLI:
npx -y @smithery/cli install github.com/Felipe-Cal/marketing-brain-mcp --client claude
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"marketing-brain": {
"command": "npx",
"args": []
}
}
}