Unilytics MCP Server
Marketing analytics MCP server with 21 tools for SEO, keyword research, backlinks, competitors, content audits, page speed, and Google Search Console data.
README
@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"
Available Tools
| Tool | Description |
|---|---|
seo_domain_overview |
Domain SEO metrics — traffic, keywords, visibility |
keyword_research |
Search volume, CPC, competition, difficulty |
keyword_rankings |
All keywords a domain ranks for |
backlink_analysis |
Backlink profile, domain authority, spam score |
competitor_analysis |
Organic search competitors and overlap |
page_speed_audit |
Core Web Vitals and performance score |
technical_seo_audit |
Technical SEO issues and schema markup |
serp_results |
Current Google search results for a keyword |
on_page_audit |
On-page SEO analysis via DataForSEO |
content_analysis |
Content quality, readability, keyword density |
faq_search |
FAQ and search questions for a keyword |
google_trends |
Google Trends data and correlations |
google_news |
Real-time Google News results |
domain_history |
Historical traffic and keyword trends |
social_media_metrics |
Social media presence analysis |
geo_dashboard |
Geographic performance dashboard |
list_skills |
Discover built-in marketing workflow recipes |
get_skill |
Load a step-by-step workflow guide |
list_projects |
List your Unilytics projects |
list_connections |
See connected data sources for a project |
search_console_data |
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
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.