SE Ranking SEO Data API Server
БесплатноНе проверенEnables querying the SE Ranking API for SEO data and analytics using natural language.
Описание
Enables querying the SE Ranking API for SEO data and analytics using natural language.
README
Installation
Getting a copy of the project
Save a copy of the project to a local directory, for example /path/to/seo-data-api-mcp-server.
Set up environment variables
The SE Ranking Data API access key is set via an environment variable, which can be done globally or through the Claude Desktop configuration.
export SERANKING_API_TOKEN=your-token-here
Option 1: Installation as an NPM package
Prerequisites
- Node.js 18+
cd /path/to/seo-data-api-mcp-server
npm install
npm run build
# Check that the build starts successfully and press Ctrl+C to stop it.
npm start
Option 2: Build the Docker Image
Prerequisites
- Docker, Docker Compose
cd /path/to/seo-data-api-mcp-server
docker compose build
# Check that the image is built and named `se-ranking/seo-data-api-mcp-server`:
docker image ls
Connect to Claude Desktop
Claude Desktop reads its configuration from claude_desktop_config.json.
- Click on the Claude menu and select “Settings…”.
- In the Settings window, navigate to the “Developer” tab in the left sidebar.
- Click the “Edit Config” button to open the configuration file. This action creates a new configuration file if one doesn’t exist, or opens your existing configuration.
The file is located at:
- macOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
- Windows: %AppData%\Claude\claude_desktop_config.json
- Linux: ~/.config/Claude/claude_desktop_config.json
Example of Claude Desktop configuration for MCP server, running via Node:
{
"mcpServers": {
"se-ranking/seo-data-api-mcp-server": {
"command": "node",
"args": ["/path/to/seo-data-api-mcp-server/dist/index.js"],
"env": {
"SERANKING_API_TOKEN": "your-token-here"
}
}
}
}
Example of Claude Desktop configuration for MCP server, running via docker image:
{
"mcpServers": {
"se-ranking/seo-data-api-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"SERANKING_API_TOKEN",
"se-ranking/seo-data-api-mcp-server"
],
"env": {
"SERANKING_API_TOKEN": "your-token-here"
}
}
}
}
After saving claude_desktop_config.json, restart Claude Desktop. You should see the server under MCP Servers/Tools.
Установка SE Ranking SEO Data API Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/guifreballester-seranking/mcp-testFAQ
SE Ranking SEO Data API Server MCP бесплатный?
Да, SE Ranking SEO Data API Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для SE Ranking SEO Data API Server?
Нет, SE Ranking SEO Data API Server работает без API-ключей и переменных окружения.
SE Ranking SEO Data API Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить SE Ranking SEO Data API Server в Claude Desktop, Claude Code или Cursor?
Открой SE Ranking SEO Data API Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare SE Ranking SEO Data API Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
