Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Alsoasked Mcp

    AlsoAsked MCP Server

    10 stars
    JavaScript
    Updated Oct 3, 2025
    ai
    alsoasked
    growth
    keyword-research
    mcp
    seo

    Table of Contents

    • Features
    • Setup
    • 1. Install Dependencies
    • 2. Build the Project
    • 3. Get AlsoAsked API Key
    • 4. Add to Claude Configuration
    • 5. Restart Claude Desktop
    • Usage
    • search_people_also_ask
    • search_single_term
    • get_account_info
    • API Parameters
    • Response Format
    • Example Queries
    • Development
    • Cost Considerations
    • Support
    • License

    Table of Contents

    • Features
    • Setup
    • 1. Install Dependencies
    • 2. Build the Project
    • 3. Get AlsoAsked API Key
    • 4. Add to Claude Configuration
    • 5. Restart Claude Desktop
    • Usage
    • search_people_also_ask
    • search_single_term
    • get_account_info
    • API Parameters
    • Response Format
    • Example Queries
    • Development
    • Cost Considerations
    • Support
    • License

    Documentation

    AlsoAsked MCP Server

    A Model Context Protocol (MCP) server for the AlsoAsked API, providing access to Google's "People Also Ask" data for SEO research and content optimization.

    Features

    • Search People Also Ask Questions: Get hierarchical PAA data for any search terms
    • Account Management: Check your API credits and account status
    • Flexible Search Options: Configure language, region, depth, and freshness
    • Rich Data Structure: Formatted results with question hierarchy and counts

    Setup

    1. Install Dependencies

    bash
    npm install

    2. Build the Project

    bash
    npm run build

    3. Get AlsoAsked API Key

    1. Sign up for an AlsoAsked Pro account

    2. Generate an API key from your dashboard

    3. Keep your API key secure

    4. Add to Claude Configuration

    Add this to your Claude claude_desktop_config.json:

    json
    {
      "mcpServers": {
        "alsoasked": {
          "command": "node",
          "args": ["/path/to/your/alsoasked-mcp/dist/index.js"],
          "env": {
            "ALSOASKED_API_KEY": "your-api-key-here"
          }
        }
      }
    }

    5. Restart Claude Desktop

    Restart Claude Desktop to load the new MCP server.

    Usage

    The server provides three main tools:

    search_people_also_ask

    Search for PAA questions with full control over parameters:

    typescript
    // Example: Search for marketing questions in Spanish for Mexico
    {
      "terms": ["digital marketing", "content strategy"],
      "language": "es",
      "region": "mx", 
      "depth": 3,
      "fresh": true
    }

    search_single_term

    Convenient method for single-term searches:

    typescript
    // Example: Quick search for a single term
    {
      "term": "machine learning",
      "depth": 2
    }

    get_account_info

    Check your account status and remaining credits:

    typescript
    // No parameters needed
    {}

    API Parameters

    ParameterTypeDefaultDescription
    termsstring[]requiredSearch terms to query
    languagestring"en"Language code (en, es, fr, etc.)
    regionstring"us"Region code (us, uk, ca, etc.)
    depthnumber2Question hierarchy depth (1-3)
    freshbooleanfalseFetch fresh vs cached results
    asyncbooleanfalseProcess asynchronously

    Response Format

    The server returns structured data with:

    • Question Hierarchy: Nested questions with levels
    • Search Metadata: Total questions, search terms
    • Account Info: Credits remaining, plan details
    • Formatted Output: Clean JSON structure for easy parsing

    Example Queries

    Ask Claude:

    "Use AlsoAsked to find People Also Ask questions for 'sustainable energy' with depth 3"

    "Get PAA data for SEO keyword research on 'home workout equipment' in the UK market"

    "Check my AlsoAsked account credits and usage"

    Development

    bash
    # Watch mode for development
    npm run dev
    
    # Build for production  
    npm run build
    
    # Start the server
    npm start

    Cost Considerations

    • Pro Plan: $59/month with 1,000 queries included
    • Additional Credits: $0.03-$0.06 per query
    • API Efficiency: Use appropriate depth levels to control costs

    Support

    • AlsoAsked Documentation
    • MCP Protocol Docs
    • API Specification

    License

    MIT License - feel free to modify and distribute as needed.

    Similar MCP

    Based on tags & features

    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • AN

      Anyquery

      Go·
      1.4k
    • MC

      Mcp Open Library

      TypeScript·
      42

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • AN

      Anyquery

      Go·
      1.4k
    • MC

      Mcp Open Library

      TypeScript·
      42

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k