Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From google-tagmanager
Connects remotely to stape.ai's GTM-MCP endpoint (https://gtm-mcp.stape.ai/mcp) for Google Tag Manager (GTM) management and server-side tagging capabilities.
npx claudepluginhub henkisdabro/wookstar-claude-plugins --plugin google-tagmanagerCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"gtm-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gtm-mcp.stape.ai/mcp"
],
"url": "https://gtm-mcp.stape.ai/mcp"
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
npxhttps://gtm-mcp.stape.ai/mcpCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.