KrystalView Analytics MCP Server
io.github.KrystalView/krystalview
What is the KrystalView Analytics MCP server?
Read-only MCP access to sessions, funnels, campaigns, errors, live visitors, and anomalies.
How to install KrystalView Analytics
Copy-paste configuration for popular MCP clients.
KRYSTALVIEW_API_KEYrequiredsecretYour KrystalView API key (generate in console under Settings > API Keys)
KRYSTALVIEW_BASE_URLAPI base URL (default: https://krystalview.com/api)
{
"mcpServers": {
"krystalview": {
"command": "uvx",
"args": [
"krystalview-mcp"
],
"env": {
"KRYSTALVIEW_API_KEY": "<YOUR_KRYSTALVIEW_API_KEY>",
"KRYSTALVIEW_BASE_URL": "<YOUR_KRYSTALVIEW_BASE_URL>"
}
}
}
}{
"mcpServers": {
"krystalview": {
"command": "uvx",
"args": [
"krystalview-mcp"
],
"env": {
"KRYSTALVIEW_API_KEY": "<YOUR_KRYSTALVIEW_API_KEY>",
"KRYSTALVIEW_BASE_URL": "<YOUR_KRYSTALVIEW_BASE_URL>"
}
}
}
}{
"mcpServers": {
"krystalview": {
"command": "uvx",
"args": [
"krystalview-mcp"
],
"env": {
"KRYSTALVIEW_API_KEY": "<YOUR_KRYSTALVIEW_API_KEY>",
"KRYSTALVIEW_BASE_URL": "<YOUR_KRYSTALVIEW_BASE_URL>"
}
}
}
}{
"servers": {
"krystalview": {
"type": "stdio",
"command": "uvx",
"args": [
"krystalview-mcp"
],
"env": {
"KRYSTALVIEW_API_KEY": "<YOUR_KRYSTALVIEW_API_KEY>",
"KRYSTALVIEW_BASE_URL": "<YOUR_KRYSTALVIEW_BASE_URL>"
}
}
}
}claude mcp add krystalview --env KRYSTALVIEW_API_KEY=<YOUR_KRYSTALVIEW_API_KEY> --env KRYSTALVIEW_BASE_URL=<YOUR_KRYSTALVIEW_BASE_URL> -- uvx krystalview-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.