{
  "_comment": "Connectors voor team Universeel. 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": {
    "filesystem": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "<dir>"
      ]
    },
    "notion": {
      "type": "http",
      "url": "https://mcp.notion.com/mcp"
    }
  }
}
