MCP Catalogs
Home

meta-ads-mcp vs filesystem

Side-by-side comparison to help you pick between these two MCP servers.

meta-ads-mcp
by mikusnuz
filesystem
by modelcontextprotocol
Stars★ 46★ 85,748
30d uses
Score4777
Official
Categories
E-commerceDeveloper ToolsProductivity
File SystemDeveloper ToolsProductivity
LanguageTypeScriptTypeScript
Last commit1 mo agothis month

meta-ads-mcp · Summary

MCP server for Meta Marketing API v25.0 with 135 tools for Facebook & Instagram ad campaign management.

filesystem · Summary

A feature-rich MCP server for filesystem operations with dynamic directory access control.

meta-ads-mcp · Use cases

  • Create and manage Facebook and Instagram advertising campaigns from end to end
  • Analyze ad performance and generate detailed reports for optimization
  • Build custom audiences and lookalike audiences for precise targeting
  • Manage product catalogs and create dynamic product ads
  • Set up automated rules to manage underperforming ads

filesystem · Use cases

  • Enable AI models to read and write project files during development
  • Allow Claude or other MCP clients to browse and analyze codebases
  • Provide secure sandboxed access to specific directories for content generation

meta-ads-mcp · Install

Installation

Add the following to your Claude Desktop configuration:

{
  "mcpServers": {
    "meta-ads": {
      "command": "npx",
      "args": ["-y", "@mikusnuz/meta-ads-mcp"],
      "env": {
        "META_ADS_ACCESS_TOKEN": "your-access-token",
        "META_AD_ACCOUNT_ID": "123456789",
        "META_APP_ID": "your-app-id",
        "META_APP_SECRET": "your-app-secret",
        "META_BUSINESS_ID": "your-business-id",
        "META_PIXEL_ID": "your-pixel-id"
      }
    }
  }
}

Environment Variables

| Variable | Required | Description | |---|---|---| | META_ADS_ACCESS_TOKEN | **Yes** | Meta Marketing API access token | | META_AD_ACCOUNT_ID | **Yes** | Ad account ID (numeric, without act_ prefix) | | META_APP_ID | Optional | App ID — required for token exchange/debug | | META_APP_SECRET | Optional | App secret — required for token exchange/debug | | META_BUSINESS_ID | Optional | Business Manager ID — required for business tools | | META_PIXEL_ID | Optional | Pixel ID — required for conversion tools |

filesystem · Install

Installation

Using NPX

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/path/to/allowed/directory"
      ]
    }
  }
}

Using Docker

{
  "mcpServers": {
    "filesystem": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "--mount", "type=bind,src=/path/to/allowed/dir,dst=/projects/allowed/dir",
        "mcp/filesystem",
        "/projects"
      ]
    }
  }
}

VS Code Extension

Click the installation buttons in the README to install directly in VS Code.

Comparison generated from public README + GitHub signals. Last updated automatically.