Marketing Brain
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Marketing Brainget the content strategy for a blog post"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Marketing Brain MCP Server
A lightweight Model Context Protocol (MCP) server that acts as a "Marketing Brain," providing standardized brand guidelines and content templates.
Features
Brand Voice Source of Truth: Exposes the core brand guidelines (Voice, Audience, Constraints) through a simple tool.
Content Templates: Provides structured templates for common marketing assets (Blog, Email, Social).
Extensible Design: Uses a file-based system. Add or edit Markdown files in the
data/directory to update strategies or add new ones without changing the code.SSE Support: Ready for cloud deployment via Server-Sent Events (SSE).
Related MCP server: BrandKit MCP
Tools
get_content_strategy
Returns the brand guidelines combined with a specific asset template.
Input:
asset_type(str) - e.g.,blog,email,social.
Project Structure
server.py: The FastMCP server application.data/brand_guidelines.md: The global brand identity.data/templates/: Folder containing individual template files (one.mdfile per template).
Installation & Usage
1. Cloud Deployment (Remote)
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"
}
}
}2. Local Development
Prerequisites
Python 3.10+
pip install fastmcp
Running Locally (Stdio)
For local testing in your AI assistant:
fastmcp run server.pyDevelopment Inspector
To test the tools in a web interface:
fastmcp dev server.py3. Smithery
You can also install this server using the Smithery CLI:
npx -y @smithery/cli install github.com/Felipe-Cal/marketing-brain-mcp --client claudeLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Flicense-qualityDmaintenanceEnables content generation and style application using Jasper AI's marketing platform. Supports brand voices, style guides, and audience targeting for creating on-brand content through natural language.Last updated
- AlicenseAqualityCmaintenanceMCP for deploying BrandKit guardrails to LLMs across your organization.Last updated12494MIT

@brandsystem/mcpofficial
AlicenseAqualityAmaintenanceEnables extraction of brand identity from websites, Figma, and PDFs, and compiles governance, design tokens, and voice rules into a portable .brand/ directory for consistent brand use across AI tools.Last updated1241910MIT- AlicenseBqualityAmaintenanceEnables AI agents to access and manage project guidelines, documentation, and context through a structured content system with template support and workflow management.Last updated37MIT
Related MCP Connectors
Brivvy MCP (OAuth): on-brand AI content, voice rules, templates, glossary.
Shared, permission-aware company context for AI agents, with provenance, approvals and audit.
World-class creative social media content studio, powered by AI.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Felipe-Cal/marketing-brain-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server