loading…
Search for a command to run...
loading…
Enables users to access and manage Savri analytics data, including visitor statistics, traffic sources, and conversion funnels, directly within Claude. It suppo
Enables users to access and manage Savri analytics data, including visitor statistics, traffic sources, and conversion funnels, directly within Claude. It supports tracking custom event properties and creating multi-step conversion goals through natural language prompts.
MCP (Model Context Protocol) server for Savri analytics. Access your website analytics data directly in Claude Desktop.
Go to Savri Dashboard > Settings > API Keys and create an API key.
Add to your Claude Desktop config:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"savri": {
"command": "npx",
"args": ["@savri/mcp"],
"env": {
"SAVRI_API_KEY": "bk_your_api_key_here"
}
}
}
}
The Savri tools will now be available.
| Tool | Description |
|---|---|
savri_list_sites |
List all your websites with optional 30-day stats |
savri_get_stats |
Get visitor statistics with trend comparison |
savri_get_pages |
Get most visited pages |
savri_get_referrers |
Get traffic sources |
savri_get_countries |
Get visitor geography |
savri_list_goals |
List conversion goals |
savri_create_goal |
Create a pageview or event goal |
savri_delete_goal |
Delete a goal |
savri_list_funnels |
List conversion funnels |
savri_create_funnel |
Create a multi-step funnel |
savri_delete_funnel |
Delete a funnel |
savri_get_funnel_stats |
Get funnel conversion statistics |
savri_list_properties |
List registered event properties |
savri_create_property |
Register a new property |
savri_delete_property |
Delete a property |
Ask Claude things like:
| Variable | Required | Description |
|---|---|---|
SAVRI_API_KEY |
Yes | Your Savri API key (starts with bk_) |
SAVRI_API_URL |
No | Custom API URL (default: https://savri.io/api/v1) |
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"savri-analytics-mcp-server": {
"command": "npx",
"args": []
}
}
}