← Back to Plugins
MCP Server MCP

Maasy — AI Marketing Copilot

github By github 👁 1 views ▲ 0 votes

AI marketing copilot: brand intelligence, campaigns, content, CRM, SEO, and skills for Claude.

Homepage Verified source GitHub

Install

npx -y @maasy-ai/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@maasy-ai/mcp-server",
      "version": "1.3.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Maasy API endpoint",
          "default": "https://vdlaoswrgppbimjykugn.supabase.co",
          "name": "MAASY_SUPABASE_URL"
        },
        {
          "description": "Your Maasy API key — generate at maasy.co → Settings → API Key. Starts with msy_",
          "name": "MAASY_API_KEY"
        },
        {
          "description": "Default brand UUID (optional — tools use this brand automatically when set)",
          "name": "MAASY_PROJECT_ID"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...