@coretext-ai/coretext-ai-1dd19eba-f8ae-4871-a0cf-9fd04e88b1f9
v1.0.1
Published
Mitch Test MCP Server
Downloads
11
Keywords
Readme
mitch-test-mcp-server
Mitch Test MCP Server
Installation
npm install @coretext-ai/coretext-ai-1dd19eba-f8ae-4871-a0cf-9fd04e88b1f9Configuration
Environment Variables
The following environment variables are required:
NPM_TOKEN: User-defined environment variableGITHUB_TOKEN: User-defined environment variable
Usage
With Claude Desktop
Add to your Claude Desktop configuration:
{
"mcpServers": {
"mitch-test-mcp-server": {
"command": "npx",
"args": ["@coretext-ai/coretext-ai-1dd19eba-f8ae-4871-a0cf-9fd04e88b1f9"],
"env": {
"NPM_TOKEN": "your-value-here",
"GITHUB_TOKEN": "your-value-here"
}
}
}
}Available Tools
This server provides the following tools:
google-analytics Service
- run_report: Run a standard report with dimensions and metrics for a GA4 property
- batch_run_reports: Run multiple reports in a single request for efficiency
Development
# Install dependencies
npm install
# Run in development mode
npm run dev
# Build for production
npm run build
# Run tests
npm testLicense
MIT
Generated with Template Orchestrator
