alsoasked-mcp
AlsoAsked MCP Server
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
npm install2. Build the Project
npm run build3. 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`:
{
"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:
// 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:
// Example: Quick search for a single term
{
"term": "machine learning",
"depth": 2
}get_account_info
Check your account status and remaining credits:
// No parameters needed
{}API Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| `terms` | string[] | required | Search terms to query |
| `language` | string | "en" | Language code (en, es, fr, etc.) |
| `region` | string | "us" | Region code (us, uk, ca, etc.) |
| `depth` | number | 2 | Question hierarchy depth (1-3) |
| `fresh` | boolean | false | Fetch fresh vs cached results |
| `async` | boolean | false | Process 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
# Watch mode for development
npm run dev
# Build for production
npm run build
# Start the server
npm startCost 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
License
MIT License - feel free to modify and distribute as needed.
Frequently asked questions
What is alsoasked-mcp?
alsoasked-mcp is AlsoAsked MCP Server
How do I install alsoasked-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is alsoasked-mcp open source?
Yes — it is hosted on GitHub at https://github.com/metehan777/alsoasked-mcp and has 10 stars.
Related MCP tools
CTTF: MCP integration between Cursor and Figma, allowing Cursor Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
This is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities JavaScript-based implementation.
MCP server for interfacing with Godot game engine. Provides tools for launching the editor, running projects, and capturing debug output.
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.
An AI-powered task-management system you can drop into Cursor, Lovable, Windsurf, Roo, and others. Built for the Model Context Protocol to enhance AI capabiliti
Fay是一个帮助数字人(2.5d、3d、移动、pc、网页)或大语言模型(openai兼容、deepseek)连通业务系统的mcp框架。 JavaScript-based implementation. Trusted by 12000+ developers.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP