mcp-get-suggestions-server
v1.0.0
Published
MCP server that provides Google search suggestions for keywords
Maintainers
Readme
MCP Get Suggestions Server
A Model Context Protocol (MCP) server that provides Google search suggestions for keywords.
Features
- get_suggestions: Get Google search suggestions for any keyword
Installation
npm install -g mcp-get-suggestions-serverUsage with Claude Code
Add to your Claude Code MCP servers:
claude mcp add get-suggestions npx mcp-get-suggestions-serverThen restart Claude Code (Ctrl+C twice, then claude --continue).
Tool
get_suggestions
Get Google search suggestions for a keyword.
Parameters:
keyword(string, required): The keyword to get search suggestions for
Example:
Use the get_suggestions tool with keyword "machine learning"Development
# Install dependencies
npm install
# Build
npm run build
# Test with MCP Inspector
npm run inspector
# Watch mode for development
npm run watchLicense
MIT
