- Home
- MCP servers
- Keywords Everywhere
Keywords Everywhere
- javascript
4
GitHub Stars
javascript
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
You can access the Keywords Everywhere API through this MCP server to perform keyword research, analyze search volumes, get competition data, and review various SEO metrics. This MCP server provides both a hosted endpoint and self-hosted options, enabling you to use your own API key for maximum flexibility.
How to use
To use this MCP server, connect with an MCP client that supports HTTP or Streamable transport. You can query keyword data, related keywords, domain and URL keyword rankings, traffic metrics, and backlink data. You can also manage your Keywords Everywhere credits and switch between country and currency contexts.
How to install
Prerequisites you need before running or using the MCP server.
Node.js 18.0.0 or higher is required.
A Keywords Everywhere API key is required to access the service.
Choose one of the following installation paths based on how you want to run the server.
NPX Quick Start (hosted option) that requires no installation.
KEYWORDS_EVERYWHERE_API_KEY=your_api_key npx mcp-keywords-everywhere
Global installation for a quick start on any system with Node.js and npm installed.
npm install -g mcp-keywords-everywhere
Self-hosted, by running the MCP server locally with NPX using your own API key.
KEYWORDS_EVERYWHERE_API_KEY=your_api_key npx mcp-keywords-everywhere
Available tools
get_credits
Check your account's credit balance.
get_countries
Get a list of supported countries.
get_currencies
Get a list of supported currencies.
get_keyword_data
Retrieve volume, CPC, and competition data for keywords.
get_related_keywords
Find related keywords based on a seed keyword.
get_pasf_keywords
Obtain People Also Search For keywords.
get_domain_keywords
Get keywords a domain ranks for.
get_url_keywords
Get keywords a specific URL ranks for.
get_domain_traffic
Get traffic metrics for a domain.
get_url_traffic
Get traffic metrics for a URL.
get_domain_backlinks
Retrieve backlinks for a domain.
get_unique_domain_backlinks
Retrieve unique domain backlinks.
get_page_backlinks
Get backlinks for a specific page.
get_unique_page_backlinks
Get unique backlinks for a page.