MCP Tools
A collection of MCP servers for growth and analytics, including a server for Google Analytics.
MCP Tools
Herramientas MCP para growth y analytics del equipo.
Para el equipo
Configuración rápida
- Agrega esto a tu archivo
claude_desktop_config.json:
{
"mcpServers": {
"google-analytics": {
"command": "npx",
"args": ["@weppa-cloud/mcp-google-analytics"],
"env": {
"GOOGLE_ANALYTICS_CREDENTIALS": "/ruta/a/tu/credentials.json"
}
}
}
}
- Reinicia Claude Desktop
¡Listo! Claude ahora puede acceder a Google Analytics.
Herramientas disponibles
📊 Google Analytics MCP
- Obtener datos de Analytics
- Análisis de tráfico y conversiones
- Reportes personalizados
- Integración con Google Search Console
Para desarrolladores
Estructura del proyecto
mcp-tools/
├── packages/
│ ├── google-analytics/ # MCP para Google Analytics
│ └── (más herramientas próximamente)
└── package.json # Configuración del workspace
Desarrollo local
# Clonar el repo
git clone https://github.com/weppa-cloud/mcp-tools.git
cd mcp-tools
# Instalar dependencias
npm install
# Construir todos los paquetes
npm run build
# Desarrollar un paquete específico
cd packages/google-analytics
npm run dev
Publicar cambios
# Construir todo
npm run build
# Publicar todos los paquetes
npm run publish-all
Agregar nuevas herramientas
- Crea una carpeta en
packages/ - Agrega tu MCP server
- Actualiza este README
- ¡Publica!
Soporte
¿Preguntas? Contacta al equipo de Growth.
เซิร์ฟเวอร์ที่เกี่ยวข้อง
Alpha Vantage MCP Server
ผู้สนับสนุนAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
mcp-pystub
Auto-detect stubbable packages for Python exe builds (PyInstaller/Nuitka) and generate minimal stub code to reduce executable size
Memnode
Persistent, inspectable memory for AI agents via hosted MCP and API. Supports recall, structured query, lineage, correction, and tenant-scoped remote memory.
Intervals.icu
Connects to the Intervals.icu API to retrieve activities, events, and wellness data.
Modes MCP Server
An MCP server for programmatically managing Roo's custom operational modes.
MCPStore
An enterprise-grade MCP tool management solution for simplifying AI Agent tool integration, service management, and system monitoring.
DevHub
Manage and utilize website content within the DevHub CMS platform
Session Continuity MCP Server
An MCP server for Claude Code CLI that provides persistent session management, entity tracking, and context preservation across development sessions.
Vibetest Use
A browser-agent QA swarm with an MCP interface for testing AI-generated websites.
Flow MCP
A set of tools for interacting with the Flow blockchain through the Model Context Protocol.
Chrome DevTools MCP Server
An MCP server for AI-assisted frontend development using Chrome DevTools. Requires Google Chrome.