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.
Verwandte Server
Alpha Vantage MCP Server
SponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
vHAL MCP Server
Search Android Vehicle Hardware Abstraction Layer (vHAL) documentation and source code from a local repository clone.
GoTRON MCP
About MCP server for TRON blockchain — connect AI agents to TRX, TRC20, smart contracts, staking & governance via GoTRON SDK
Chrome DevTools MCP
Debug web applications by connecting to Chrome's developer tools via the Chrome DevTools Protocol.
BuiltWith
Query the BuiltWith API to discover the technology stacks of websites. Requires a BuiltWith API key.
Reference Servers
Reference implementations of Model Context Protocol (MCP) servers in Typescript and Python, showcasing MCP features and SDK usage.
Jupyter Notebook MCP Server
Interact with Jupyter notebooks, allowing for code execution, cell manipulation, and notebook management.
bevy_brp_mcp
An MCP server for AI coding assistants to control, inspect, and modify Bevy applications using the Bevy Remote Protocol (BRP).
GitHub Workflow Debugger MCP
Diagnose and fix GitHub Actions workflow failures using the GitHub API.
Chrome Debug MCP
This MCP allows you to record browser interactions with a chrome extension that include screenshots and console logs. The data is then saved to a local database that feeds the data to an AI system like claude code to search.
Netmind Code Interpreter
Execute code using the Netmind API.