Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Savri Analytics MCP ServerShow me the top traffic sources for example.com over the last 30 days"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@savri/mcp
MCP (Model Context Protocol) server for Savri analytics. Access your website analytics data directly in Claude Desktop.
Features
View visitor statistics, pageviews, sessions, and bounce rates
Analyze top pages, referrers, and visitor countries
Create and manage conversion goals
Set up multi-step conversion funnels
Track custom event properties
Quick Start
1. Get your API key
Go to Savri Dashboard > Settings > API Keys and create an API key.
2. Configure Claude Desktop
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"
}
}
}
}3. Restart Claude Desktop
The Savri tools will now be available.
Available Tools
Tool | Description |
| List all your websites with optional 30-day stats |
| Get visitor statistics with trend comparison |
| Get most visited pages |
| Get traffic sources |
| Get visitor geography |
| List conversion goals |
| Create a pageview or event goal |
| Delete a goal |
| List conversion funnels |
| Create a multi-step funnel |
| Delete a funnel |
| Get funnel conversion statistics |
| List registered event properties |
| Register a new property |
| Delete a property |
Example Prompts
Ask Claude things like:
"Show me my website traffic for the last 30 days"
"What are the top pages on example.com?"
"Compare this week's traffic to last week"
"Where is my traffic coming from?"
"Create a goal for when users visit /thank-you"
"Set up a checkout funnel: product -> cart -> checkout -> confirmation"
Environment Variables
Variable | Required | Description |
| Yes | Your Savri API key (starts with |
| No | Custom API URL (default: https://savri.io/api/v1) |
Links
License
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.