npm @maasy-ai/mcp-serverstdioupdated 4mo ago
MCP server for Maasy — connect Claude to your marketing intelligence.
What can you do with Maasy — AI Marketing Copilot?
@maasy-ai/mcp-server
MCP server for Maasy — connect Claude to your marketing intelligence.
Give Claude direct access to your brand DNA, campaigns, CRM, SEO, and content pipeline. Ask Claude to scan your brand, generate content, redistribute ad budget, or create marketing skills — all from Claude Desktop or Claude Code.
Quick install
Claude Desktop (one click)
Go to Maasy → Settings → API / MCP and click "Instalar en Claude Desktop". Done.
Manual setup
Step 1: Get your API key from Maasy Settings → API / MCP
Step 2: Add to your Claude Desktop config:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"maasy": {
"command": "npx",
"args": ["@maasy-ai/mcp-server"],
"env": {
"MAASY_SUPABASE_URL": "https://vdlaoswrgppbimjykugn.supabase.co",
"MAASY_API_KEY": "msy_your_api_key_here"
}
}
}
}
Step 3: Restart Claude Desktop. Maasy appears in your MCP connectors.
What you can do
Brand intelligence
- Scan brand health: DNA completeness, campaigns, content, CRM, SEO, alerts
- Get full brand DNA: tone of voice, ICP, value proposition, assets, references
- List all brands with traffic-light status
Marketing actions
- Generate on-brand social content for any platform
- Discover SEO keywords
- Rotate fatigued ad creatives
- Redistribute budget between campaigns
- Diagnose underperforming campaigns
- Recalculate CRM lead scores
- Fill content calendar gaps
Skills — teach Maasy new knowledge
- Create specialized skills (e.g. "TikTok expert for pet brands")
- List, edit, and delete existing skills
- Maasy uses skills in the copilot automatically
Daily intelligence
- Campaign metrics: spend, CTR, CPC, ROAS
- CRM summary: hot leads, contacts, opportunities, pipeline value
- Content pipeline by status and network
- SEO/GEO visibility, mentions, citations
- Pending alerts that need attention
- Daily consolidated operations summary
Example prompts
Scan my brand in Maasy
What pending alerts does my brand have?
Give me campaign metrics for the last 7 days
Generate 3 Instagram posts about my main product
Create a Maasy skill about email marketing for e-commerce
Give me today's daily summary for my main brand
Tools reference
| Tool | Description |
|---|---|
maasy_list_brands |
List all brands with basic info and health status |
maasy_scan_brand |
Deep health scan across DNA, campaigns, content, CRM, SEO |
maasy_get_brand_context |
Full brand DNA: tone, ICP, value prop, colors, assets |
maasy_get_alerts |
Pending copilot alerts: anomalies, opportunities, gaps |
maasy_get_campaign_metrics |
Ad performance: spend, CTR, CPC, ROAS by period |
maasy_get_crm_summary |
CRM pipeline: hot leads, contacts, opportunities, value |
maasy_get_content_pipeline |
Content status by network and publication state |
maasy_get_seo_status |
SEO/GEO scores, keyword rankings, citations |
maasy_get_daily_summary |
Consolidated daily summary of all operations |
maasy_generate_content |
Generate on-brand content for any platform |
maasy_discover_keywords |
AI-powered keyword discovery for SEO |
maasy_execute_action |
Execute actions: reports, budget, creatives, lead scoring |
maasy_list_skills |
Browse all Maasy copilot skills by category |
maasy_get_skill |
Read a skill's full content |
maasy_create_skill |
Create new marketing knowledge skill |
maasy_update_skill |
Update skill content, category, or priority |
maasy_delete_skill |
Remove a skill permanently |
Requirements
- Node.js 18+
- A Maasy account
- Claude Desktop or any MCP-compatible client
Built by the Maasy team
Install
Add Maasy — AI Marketing Copilot to your client. Pick the one you use.
claude mcp add mcp-server -- npx -y @maasy-ai/mcp-servercodex mcp add mcp-server -- npx -y @maasy-ai/mcp-serveramp mcp add mcp-server -- npx -y @maasy-ai/mcp-server{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@maasy-ai/mcp-server"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@maasy-ai/mcp-server"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"mcp-server","command":"npx","args":["-y","@maasy-ai/mcp-server"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@maasy-ai/mcp-server"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@maasy-ai/mcp-server"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@maasy-ai/mcp-server"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp-server": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@maasy-ai/mcp-server"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp-server": {
"command": {
"path": "npx",
"args": [
"-y",
"@maasy-ai/mcp-server"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @maasy-ai/mcp-serverRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
17 tools
Maasy — AI Marketing Copilot exposes 17 tools to a connected agent.
- maasy_list_brands
- List all brands with basic info and health status
- maasy_scan_brand
- Deep health scan across DNA, campaigns, content, CRM, SEO
- maasy_get_brand_context
- Full brand DNA: tone, ICP, value prop, colors, assets
- maasy_get_alerts
- Pending copilot alerts: anomalies, opportunities, gaps
- maasy_get_campaign_metrics
- Ad performance: spend, CTR, CPC, ROAS by period
- maasy_get_crm_summary
- CRM pipeline: hot leads, contacts, opportunities, value
- maasy_get_content_pipeline
- Content status by network and publication state
- maasy_get_seo_status
- SEO/GEO scores, keyword rankings, citations
- maasy_get_daily_summary
- Consolidated daily summary of all operations
- maasy_generate_content
- Generate on-brand content for any platform
- maasy_discover_keywords
- AI-powered keyword discovery for SEO
- maasy_execute_action
- Execute actions: reports, budget, creatives, lead scoring
- maasy_list_skills
- Browse all Maasy copilot skills by category
- maasy_get_skill
- Read a skill's full content
- maasy_create_skill
- Create new marketing knowledge skill
- maasy_update_skill
- Update skill content, category, or priority
- maasy_delete_skill
- Remove a skill permanently
Score
70 / 100
Good
- Documentation22/25
- Maintenance19/25
- Trust9/20
- Capability8/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 138 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 17 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.3.1Latest | Apr 16, 2026 |
| 1.3.0 | Apr 16, 2026 |
| 1.2.0 | Apr 16, 2026 |