Model Context Protocol (MCP) Servers Collection MCP Server

A Model Context Protocol (MCP) server that provides access to the Keywords Everywhere API for SEO research and keyword analysis.

Remote serverstreamable-http

What is the Model Context Protocol (MCP) Servers Collection MCP server?

A Model Context Protocol (MCP) server that provides access to the Keywords Everywhere API for SEO research and keyword analysis. The model context protocol (mcp) servers collection mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 1 defined tool rather than through you.

What it actually does

A Model Context Protocol (MCP) server that provides access to the Keywords Everywhere API for SEO research and keyword analysis. This server enables AI assistants like Claude to perform keyword research, analyze search volumes, get competition data, and access various SEO metrics.

  • Keyword Data Analysis — Get search volume, CPC, and competition data for keywords
  • Related Keywords — Find related keywords and "People Also Search For" suggestions
  • Domain Analysis — Analyze what keywords a domain or URL ranks for
  • Traffic Metrics — Get traffic estimates and costs for domains and URLs
  • Backlink Analysis — Retrieve backlink data for domains and pages
  • Account Management — Check your Keywords Everywhere credit balance

Its toolset

Everything the assistant can do here goes through one of these:

  • Prerequisites — The Prerequisites tool exposed by this server

Configuration

You will need 2 environment variables: KEYWORDS_EVERYWHERE_API_KEY, YOUR_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Adding it to your client

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

When to reach for it

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Model Context Protocol (MCP) Servers Collection's toolset — Prerequisites — is a fair guide to whether it matches your workflow. It is maintained by hithereiamaliff; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Model Context Protocol (MCP) Servers Collection's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Caveats

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the model context protocol (mcp) servers collection mcp server does with a few real requests.

Available tools

ToolWhat it does
PrerequisitesThe Prerequisites tool exposed by this server.

How to install the Model Context Protocol (MCP) Servers Collection MCP server

{
  "mcpServers": {
    "keywords-everywhere": {
      "command": "npx",
      "args": ["-y", "mcp-keywords-everywhere"],
      "env": {
        "KEYWORDS_EVERYWHERE_API_KEY": "your_api_key_here"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
KEYWORDS_EVERYWHERE_API_KEYCredential the server authenticates with.Yes
YOUR_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Model Context Protocol (MCP) Servers Collection to Prerequisites.

Frequently asked questions

No, this is not an official MCP server from Keywords Everywhere; it is a community‑built integration.