{
  "_comment": "Connectors voor team Marketing. Zet dit in .mcp.json of voeg toe met 'claude mcp add'. Directory-connectors (Google, Microsoft, Slack) verbind je via de app onder Customize, Connectors. Connectors met onbekende URL ontbreken hier; check de developer-docs.",
  "mcpServers": {
    "airtable": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "airtable-mcp-server"
      ]
    },
    "asana": {
      "type": "http",
      "url": "https://mcp.asana.com/v2/mcp"
    },
    "brave-search": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-brave-search"
      ]
    },
    "canva": {
      "type": "http",
      "url": "https://mcp.canva.com/mcp"
    },
    "exa": {
      "type": "http",
      "url": "https://mcp.exa.ai/mcp"
    },
    "ga4": {
      "type": "http",
      "url": "https://mcp-google-analytics.stape.io/mcp"
    },
    "hubspot": {
      "type": "http",
      "url": "https://mcp.hubspot.com/anthropic"
    },
    "notion": {
      "type": "http",
      "url": "https://mcp.notion.com/mcp"
    },
    "playwright": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@playwright/mcp@latest"
      ]
    },
    "zapier": {
      "type": "http",
      "url": "https://mcp.zapier.com"
    }
  }
}
