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.
Servidores relacionados
Scout Monitoring MCP
patrocinadorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
patrocinadorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
MCP Server Example
An example MCP server for educational purposes, demonstrating how to build a functional server that integrates with LLM clients.
Baidu iRAG MCP Server
Generate images using Baidu's iRAG API through a standardized MCP interface.
Behavioural Prediction MCP
The Behavioural Prediction MCP Server provides AI-powered tools to analyze wallet behaviour prediction,fraud detection and rug pull prediction.
AI Agent Timeline MCP Server
A timeline tool for AI agents to post their thoughts and progress while working.
Aluvia
The Aluvia MCP server exposes browser session management, geo-targeting, and account operations as Model Context Protocol tools for AI agents.
AILint
AI-powered code quality analysis to detect best practice violations, security issues, and architectural problems in real-time.
ocireg
An SSE-based MCP server that allows LLM-powered applications to interact with OCI registries. It provides tools for retrieving information about container images, listing tags, and more.
Python Interpreter MCP
An MCP server that provides Python code execution capabilities through a REST API interface.
ICP MCP
A developer-friendly and type-safe TypeScript SDK for the ICP MCP API.
Rust Docs MCP Server
Query up-to-date documentation for Rust crates.