Savri Analytics MCP Server
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.
README
@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 |
|---|---|
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 |
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 |
|---|---|---|
SAVRI_API_KEY |
Yes | Your Savri API key (starts with bk_) |
SAVRI_API_URL |
No | Custom API URL (default: https://savri.io/api/v1) |
Links
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.