meta-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
meta-mcp by brijr | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 175 | ★ 85,748 |
| 30d uses | — | — |
| Score | 50 | 77 |
| Official | — | ✓ |
| Categories | E-commerceProductivityDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 2 mo ago | this month |
meta-mcp · Summary
A comprehensive MCP server that enables AI assistants to interact with Facebook/Instagram advertising data through the Meta Marketing API.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
meta-mcp · Use cases
- Automating Meta advertising campaigns through AI assistants with full lifecycle management
- Analyzing advertising performance metrics and comparing campaigns side-by-side
- Creating custom audiences and lookalike audiences for targeted advertising campaigns
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-mcp · Install
Installation
Option 1: Direct Installation (Recommended)
npm install -g meta-ads-mcpOption 2: From Source
git clone https://github.com/wipsoft/meta-mcp.git
cd meta-ads-mcp
npm install
npm run buildConfigure Claude Desktop
Create or edit your MCP config:
- **macOS**:
~/Library/Application Support/Claude/claude_desktop_config.json - **Windows**:
%APPDATA%\Claude\claude_desktop_config.json - **Linux**:
~/.config/Claude/claude_desktop_config.json
Minimal config:
{
"mcpServers": {
"meta-ads": {
"command": "npx",
"args": ["-y", "meta-ads-mcp"],
"env": {
"META_ACCESS_TOKEN": "your_access_token_here"
}
}
}
}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"]
}
}
}