Unilytics MCP Server
OfficialProvides tools for retrieving real-time Google News results for specified keywords.
Provides tools for querying your Google Search Console data, including search queries, clicks, impressions, and CTR for your properties.
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., "@Unilytics MCP Serverrun a page speed audit on my website"
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.
@unilytics/mcp-server
Marketing analytics tools for Claude Desktop and Claude Code via MCP.
21 tools covering SEO, keyword research, backlinks, competitors, content audits, page speed, your own Google Search Console data, and more.
Quick Start
Get your API key at app.unilytics.ai/settings/api-keys
Add to your Claude Desktop config:
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"unilytics": {
"command": "npx",
"args": ["-y", "@unilytics/mcp-server"],
"env": {
"UNILYTICS_API_KEY": "ulk_live_your_key_here"
}
}
}
}Restart Claude Desktop
Set tool loading to "Tools already loaded" in Claude Desktop settings (click the ⚙️ icon → Tool access → select "Tools already loaded"). Without this, Claude may not load Unilytics tools and fall back to web search.
Ask Claude: "Run a page speed audit on my website"
Related MCP server: gsc-mcp-rs
Available Tools
Tool | Description |
| Domain SEO metrics — traffic, keywords, visibility |
| Search volume, CPC, competition, difficulty |
| All keywords a domain ranks for |
| Backlink profile, domain authority, spam score |
| Organic search competitors and overlap |
| Core Web Vitals and performance score |
| Technical SEO issues and schema markup |
| Current Google search results for a keyword |
| On-page SEO analysis via DataForSEO |
| Content quality, readability, keyword density |
| FAQ and search questions for a keyword |
| Google Trends data and correlations |
| Real-time Google News results |
| Historical traffic and keyword trends |
| Social media presence analysis |
| Geographic performance dashboard |
| Discover built-in marketing workflow recipes |
| Load a step-by-step workflow guide |
| List your Unilytics projects |
| See connected data sources for a project |
| Query your Google Search Console data |
Authentication
Get your API key from Settings → API Keys.
Pass it via:
UNILYTICS_API_KEYenvironment variable (recommended)--api-key=ulk_live_xxxCLI argument
How It Works
This package is a thin stdio-to-HTTP bridge. Claude Desktop communicates with it via stdin/stdout, and it forwards requests to the Unilytics MCP server on AWS. All tool execution happens server-side.
Links
Unilytics — Marketing analytics platform
MCP Protocol — Model Context Protocol
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TeamUnilytics/unilytics-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server