MCP.so
Sign In

Model Context Protocol (MCP) Servers Collection

@hithereiamaliff

About Model Context Protocol (MCP) Servers Collection

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

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

hithereiamaliff

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-servers-hithereiamaliff": {
      "command": "npx",
      "args": [
        "mcp-keywords-everywhere"
      ],
      "env": {
        "KEYWORDS_EVERYWHERE_API_KEY": "your_api_key"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Keywords Everywhere MCP Server?

The Keywords Everywhere MCP Server is a Model Context Protocol server that provides AI assistants (like Claude) with access to the Keywords Everywhere API for SEO research and keyword analysis. It enables keyword research, search volume retrieval, competition data, and various SEO metrics. Note: This is not an official MCP server by Keywords Everywhere.

How to use Keywords Everywhere MCP Server?

Two deployment options: use the hosted server at https://mcp.techmavie.digital/keywords-everywhere/mcp (no installation) or self-host via npx mcp-keywords-everywhere with a KEYWORDS_EVERYWHERE_API_KEY environment variable. Compatible with any Streamable HTTP transport client (Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, etc.). For hosted clients, a managed user key can be appended: https://mcp.techmavie.digital/keywords-everywhere/mcp/usr_YOUR_USER_KEY.

Key features of Keywords Everywhere MCP Server

  • Keyword data analysis (volume, CPC, competition)
  • Related keywords and "People Also Search For" suggestions
  • Domain and URL keyword ranking analysis
  • Traffic metrics for domains and URLs
  • Backlink analysis for domains and pages
  • Multi‑country and multi‑currency support

Use cases of Keywords Everywhere MCP Server

  • Performing SEO keyword research via natural language prompts
  • Analyzing which keywords a competitor’s domain ranks for
  • Estimating organic traffic and associated costs for any URL
  • Retrieving backlink profiles for domains or specific pages

FAQ from Keywords Everywhere MCP Server

Is the Keywords Everywhere MCP Server an official product by Keywords Everywhere?

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

What are the runtime requirements for self‑hosting?

Node.js 18.0.0 or higher and a valid Keywords Everywhere API key (purchased from keywordseverywhere.com).

Where does my data live?

All data is fetched live from the Keywords Everywhere API. The hosted server runs at mcp.techmavie.digital. Self‑hosted instances run on your own infrastructure.

What are the known limits or throttling mechanisms?

API usage consumes Keywords Everywhere credits. The server includes automatic retry with exponential backoff for rate limiting.

What transport and authentication are supported?

Streamable HTTP transport. Authentication is via API key: either set as an environment variable, passed in the X-API-Key header, or included as a URL query parameter (?api_key=...).

Comments

More Other MCP servers