This server supports remote MCP connections, includes built-in Google OAuth, and provide an interface to the Google Tag Manager API.
Claude Desktop config.json'a ekle
{
"mcpServers": {
"stape-io-google-tag-manager-mcp-server": {
"command": "node",
"args": [
"~/.mcp/google-tag-manager-mcp-server/index.js"
]
}
}
} Kaynak kodu al ve yerel olarak çalıştır
git clone https://github.com/stape-io/google-tag-manager-mcp-server.git ~/.mcp/google-tag-manager-mcp-server
cd ~/.mcp/google-tag-manager-mcp-server This is a server that supports remote MCP connections, with Google OAuth built-in and provides an interface to the Google Tag Manager API.
Open Claude Desktop and navigate to Settings -> Developer -> Edit Config. This opens the configuration file that controls which MCP servers Claude can access.
Replace the content with the following configuration. Once you restart Claude Desktop, a browser window will open showing your OAuth login page. Complete the authentication flow to grant Claude access to your MCP server. After you grant access, the tools will become available for you to use.
{
"mcpServers": {
"gtm-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gtm-mcp.stape.ai/mcp"
]
}
}
}
MCP Server Name Length Limit
Some MCP clients (like Cursor AI) have a 60-character limit for the combined MCP server name + tool name length. If you use a longer server name in your configuration (e.g., gtm-mcp-server-your-additional-long-name), some tools may be filtered out.
To avoid this issue:
gtm-mcp-server)Clearing MCP Cache
mcp-remote stores all the credential information inside ~/.mcp-auth (or wherever your MCP_REMOTE_CONFIG_DIR points to). If you’re having persistent issues, try running: You can run rm -rf ~/.mcp-auth to clear any locally stored state and tokens.
rm -rf ~/.mcp-auth
Then restarting your MCP client.
Meta Ads automation that just works. Trusted by 10,000+ businesses to analyze performance, test creatives, optimize spend, and scale results — simply and reliably.
MCP server acting as an interface to the Facebook Ads, enabling programmatic access to Facebook Ads data and management features.
A suite of marketing tools from Open Strategy Partners including writing style, editing codes, and product marketing value map creation.
MCP server acting as an interface to the Google Ads, enabling programmatic access to Google Ads data and management features.