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
Alpha Vantage MCP Server
patrocinadorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
flutter-skill
AI-powered E2E testing for 10 platforms. 253 MCP tools. Zero config. Test Flutter, React Native, iOS, Android, Web, Electron, Tauri, KMP, .NET MAUI from natural language.
MCP DevTools
A development tools server for Git management, file operations, AI-assisted editing, and terminal execution, integrable with AI assistants and code editors.
Tempo MCP Server
An MCP server for querying distributed tracing data from Grafana Tempo.
Image
Fetch and process images from URLs, local file paths, and numpy arrays, returning them as base64-encoded strings.
Lisply-MCP
A Node.js middleware that allows AI agents to interact with Lisp-based systems using the Lisply protocol.
Kubernetes MCP Server
Inspect and debug Kubernetes clusters with read-only access to resources, CRDs, and pod logs.
Metasploit MCP Server
An MCP server for integrating with the Metasploit Framework. Requires Metasploit Framework to be installed and msfrpcd to be running.
Swagger/OpenAPI MCP Server
Explore and interact with Swagger/OpenAPI specifications, allowing for browsing endpoints and retrieving details on API operations.
Authless Remote MCP Server
An authentication-free remote MCP server designed for deployment on Cloudflare Workers.
MCP SFTP Orchestrator
Orchestrates remote server tasks via SSH and SFTP with a persistent queue. Ideal for DevOps and AI agents.