Zutrix MCP Server
OfficialClick 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., "@Zutrix MCP ServerShow me my latest keyword rankings"
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.
Zutrix MCP Server
Connect your AI tools to Zutrix SEO data using the Model Context Protocol (MCP).
Available Tools
Tool | Description |
| List all your SEO projects |
| Get tracked keywords with current rankings |
| Get ranking position history over time |
| Get keyword ideas and metrics |
| Get SERP data for a keyword |
| Get competitor analysis and keyword gaps |
| Get backlink profile data |
| Run a technical SEO page audit |
| Get comprehensive domain metrics |
| Get AI search visibility data |
Related MCP server: DataForSEO MCP Server
Setup
1. Get Your API Key
Go to Zutrix Settings and generate an API key.
2. Install
npm install -g zutrix-mcp-server3. 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 |
| Yes | - | Your Zutrix API key |
| No |
| 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
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
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/Zutrix-Technologies/zutrix-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server