Zutrix MCP Server
Connect your AI tools to Zutrix SEO data, enabling access to projects, keywords, competitors, backlinks, and more.
README
Zutrix MCP Server
Connect your AI tools to Zutrix SEO data using the Model Context Protocol (MCP).
Available Tools
| Tool | Description |
|---|---|
get_projects |
List all your SEO projects |
get_project_keywords |
Get tracked keywords with current rankings |
get_keyword_history |
Get ranking position history over time |
get_keyword_suggestions |
Get keyword ideas and metrics |
get_serp_results |
Get SERP data for a keyword |
get_competitors |
Get competitor analysis and keyword gaps |
get_backlinks |
Get backlink profile data |
get_site_audit |
Run a technical SEO page audit |
get_domain_overview |
Get comprehensive domain metrics |
get_ai_visibility |
Get AI search visibility data |
Setup
1. Get Your API Key
Go to Zutrix Settings and generate an API key.
2. Install
npm install -g zutrix-mcp-server
3. Configure Your AI Tool
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"zutrix": {
"command": "npx",
"args": ["-y", "zutrix-mcp-server"],
"env": {
"ZUTRIX_API_KEY": "your_api_key_here"
}
}
}
}
Cursor
Add to .cursor/mcp.json in your project root:
{
"mcpServers": {
"zutrix": {
"command": "npx",
"args": ["-y", "zutrix-mcp-server"],
"env": {
"ZUTRIX_API_KEY": "your_api_key_here"
}
}
}
}
VS Code
Add to your VS Code settings (.vscode/mcp.json):
{
"servers": {
"zutrix": {
"command": "npx",
"args": ["-y", "zutrix-mcp-server"],
"env": {
"ZUTRIX_API_KEY": "your_api_key_here"
}
}
}
}
Environment Variables
| Variable | Required | Default | Description |
|---|---|---|---|
ZUTRIX_API_KEY |
Yes | - | Your Zutrix API key |
ZUTRIX_API_BASE |
No | https://zutrix.com |
API base URL (for development) |
Example Prompts
Once configured, you can ask your AI tool questions like:
- "Show me all my Zutrix projects"
- "What are the top keywords for my project?"
- "How has the ranking for 'best seo tool' changed over the last 30 days?"
- "Run an SEO audit on https://example.com"
- "What are my competitors doing better than me?"
- "Find keyword opportunities related to 'email marketing'"
- "Show me my backlink profile"
- "How visible is my brand in AI search results?"
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.