google-meta-ads-ga4-mcp vs filesystem
Side-by-side comparison to help you pick between these two MCP servers.
google-meta-ads-ga4-mcp by irinabuht12-oss | filesystem by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 987 | ★ 85,748 |
| 30d uses | — | — |
| Score | 54 | 77 |
| Official | — | ✓ |
| Categories | FinanceE-commerceProductivity | File SystemDeveloper ToolsProductivity |
| Language | — | TypeScript |
| Last commit | 1 mo ago | this month |
google-meta-ads-ga4-mcp · Summary
Unified MCP server for Google Ads, Meta Ads & GA4 with 250+ tools for cross-platform campaign management and analytics.
filesystem · Summary
A feature-rich MCP server for filesystem operations with dynamic directory access control.
google-meta-ads-ga4-mcp · Use cases
- Run unified audits across Google Ads and Meta Ads accounts
- Create, manage and optimize campaigns across multiple ad platforms
- Correlate ad spend with GA4 conversion data for ROAS analysis
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
google-meta-ads-ga4-mcp · Install
Installation
Claude Desktop (Recommended)
Add to your claude_desktop_config.json:
{
"mcpServers": {
"google-meta-ads-ga4": {
"url": "YOUR_MCP_ENDPOINT_URL"
}
}
}> **Config file location:** > - macOS: ~/Library/Application Support/Claude/claude_desktop_config.json > - Windows: %APPDATA%\Claude\claude_desktop_config.json
ChatGPT
- Go to **Settings** > **Connectors** > **Add custom connector**
- Enter the MCP endpoint URL:
YOUR_MCP_ENDPOINT_URL - Name it
Google Meta Ads GA4 - Click **Save**
Cursor / Windsurf
Add to your MCP config (~/.cursor/mcp.json or ~/.codeium/windsurf/mcp_config.json):
{
"mcpServers": {
"google-meta-ads-ga4": {
"url": "YOUR_MCP_ENDPOINT_URL"
}
}
}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.