Skip to main content
Glama

Keywords Everywhere MCP Server

Keywords Everywhere MCP Server

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.

Do note that this is NOT an official MCP server by Keywords Everywhere.

Features

  • 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
  • Multi-Country Support: Analyze keywords across different countries and currencies

Installation

Prerequisites

Quick Installation (NPX)

The easiest way to use this MCP server is with npx:

npx mcp-keywords-everywhere

Global Installation

npm install -g mcp-keywords-everywhere

Smithery Installation

You can also use this MCP server through Smithery:

  1. Connect to the server using the Smithery URL:
    server.smithery.ai/@hithereiamaliff/mcp-keywords-everywhere
  2. Smithery works with any streamable HTTP transport compatible client including:
    • Claude Desktop
    • Claude Code
    • Gemini CLI
    • Raycast
    • Cursor
    • VS Code
    • And many more

For more information, visit Smithery.

Configuration

For Claude Desktop

Add the following to your Claude Desktop configuration file:

Location:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

Configuration:

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

For Other MCP Clients

If you're using other MCP clients, you can run the server directly:

KEYWORDS_EVERYWHERE_API_KEY=your_api_key_here npx mcp-keywords-everywhere

Available Tools

Account Management

  • get_credits - Check your account's credit balance
  • get_countries - Get list of supported countries
  • get_currencies - Get list of supported currencies

Keyword Research

  • get_keyword_data - Get volume, CPC, and competition data for keywords
  • get_related_keywords - Find related keywords based on a seed keyword
  • get_pasf_keywords - Get "People Also Search For" keywords

Domain Analysis

  • get_domain_keywords - Get keywords that a domain ranks for
  • get_url_keywords - Get keywords that 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 - Get backlinks for a domain
  • get_unique_domain_backlinks - Get unique domain backlinks
  • get_page_backlinks - Get backlinks for a specific page
  • get_unique_page_backlinks - Get unique backlinks for a page

Usage Examples

Basic Keyword Research

"Get keyword data for 'SEO tools' and 'keyword research' for Malaysia"

Domain Analysis

"What keywords does example.com rank for?"

Traffic Analysis

"Get traffic metrics for https://example.com"
"Show me the top 20 backlinks for example.com"

API Key Setup

  1. Sign up at Keywords Everywhere
  2. Purchase credits for API access
  3. Get your API key from the dashboard
  4. Add the API key to your environment variables or MCP configuration

Error Handling

The server includes comprehensive error handling:

  • Authentication errors: Clear messages for invalid API keys
  • Credit exhaustion: Helpful messages when credits run out
  • Rate limiting: Automatic retry with exponential backoff
  • Bad requests: Detailed error messages with suggestions

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

MIT License - see the LICENSE file for details.

Support

Development and Deployment

This MCP server uses TypeScript with Smithery CLI for development and deployment. The TypeScript Smithery CLI approach is the recommended migration path for MCP servers, providing built-in development tools, automatic deployment, and containerization with minimal configuration.

Prerequisites

  • Node.js 18+ installed
  • Keywords Everywhere API key

Project Structure

mcp-keywords-everywhere/ ├── src/ │ └── index.ts # Main server file with createServer export ├── package.json # Updated with Smithery CLI scripts ├── smithery.yaml # Smithery runtime configuration ├── tsconfig.json # TypeScript configuration └── README.md # Documentation

Local Development

# Install dependencies npm install # Start development server npm run dev

The development server will provide a link to the Smithery playground for testing. The playground allows you to interact with your MCP server and test all available tools.

Building for Production

# Build the server npm run build # Push changes to GitHub for automatic deployment git push

Smithery will automatically detect changes and deploy your server. You can also manually trigger deployment from your Smithery server dashboard.

Transport Support

This MCP server uses the Streamable HTTP Transport, which is the recommended transport for production use, offering improved scalability, concurrency, and latency compared to STDIO transport.

For detailed information about the migration from STDIO to TypeScript Smithery CLI with HTTP transport, see MIGRATION.md.

Key Benefits

  • Simplified Development: Built-in development tools with hot reloading
  • Automatic Deployment: Push to GitHub and Smithery handles the rest
  • No Dockerfile Needed: Smithery CLI handles containerization
  • Type Safety: Full TypeScript support with proper type checking
  • Better Performance: HTTP transport offers improved scalability and latency

Changelog

2.0.0

  • Migrated to TypeScript Smithery CLI architecture
  • Converted codebase to TypeScript with proper types
  • Updated project structure to follow Smithery CLI best practices
  • Added tsconfig.json for TypeScript configuration
  • Enhanced error handling and response formatting
  • Improved development experience with hot reloading

1.1.0

  • Migrated from STDIO to Streamable HTTP transport
  • Added support for both transport types
  • Added smithery.yaml configuration
  • Improved session management
  • Enhanced error handling

1.0.0

  • Initial release
  • Support for all major Keywords Everywhere API endpoints
  • Comprehensive error handling and retry logic
  • MCP protocol compliance
  • Cross-platform compatibility
-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

A Model Context Protocol server that provides access to the Keywords Everywhere API, enabling AI assistants to perform SEO research including keyword analysis, domain traffic metrics, and backlink data.

  1. Features
    1. Installation
      1. Prerequisites
      2. Quick Installation (NPX)
      3. Global Installation
      4. Smithery Installation
    2. Configuration
      1. For Claude Desktop
      2. For Other MCP Clients
    3. Available Tools
      1. Account Management
      2. Keyword Research
      3. Domain Analysis
      4. Backlink Analysis
    4. Usage Examples
      1. Basic Keyword Research
      2. Domain Analysis
      3. Traffic Analysis
      4. Backlink Research
    5. API Key Setup
      1. Error Handling
        1. Contributing
          1. License
            1. Support
              1. Development and Deployment
                1. Prerequisites
                2. Project Structure
                3. Local Development
                4. Building for Production
              2. Transport Support
                1. Key Benefits
                  1. Changelog
                    1. 2.0.0
                    2. 1.1.0
                    3. 1.0.0
                  2. Related

                    Related MCP Servers

                    • A
                      security
                      F
                      license
                      A
                      quality
                      A Model Context Protocol server that enables AI assistants to perform real-time web searches, retrieving up-to-date information from the internet via a Crawler API.
                      Last updated -
                      1
                      285
                      17
                      • Apple
                      • Linux
                    • A
                      security
                      A
                      license
                      A
                      quality
                      Model Context Protocol server that enables AI assistants like Claude to access searchapi.io API for searching Google Maps, flights, hotels, and other web information.
                      Last updated -
                      9
                      0
                      MIT License
                    • -
                      security
                      A
                      license
                      -
                      quality
                      Model Context Protocol server that enables AI assistants to perform keyword research, SEO analysis, and content planning through natural language queries against kwrds.ai's SEO tools.
                      Last updated -
                      5
                      Apache 2.0
                    • A
                      security
                      A
                      license
                      A
                      quality
                      A Model Context Protocol server that provides AI assistants with access to FetchSERP API capabilities for SEO analysis, SERP data, web scraping, and keyword research.
                      Last updated -
                      23
                      39
                      18
                      MIT License

                    View all related MCP servers

                    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/hithereiamaliff/mcp-keywords-everywhere'

                    If you have feedback or need assistance with the MCP directory API, please join our Discord server