MCP Catalogs
Home

meta-ads-mcp vs time

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

meta-ads-mcp
by mikusnuz
time
by modelcontextprotocol
Stars★ 46★ 85,748
30d uses
Score4777
Official
Categories
E-commerceDeveloper ToolsProductivity
ProductivityDeveloper ToolsCommunication
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.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

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

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

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 |

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.