Skip to content

Fetchserp

Free

by MCP Community

A Model Context Protocol (MCP) server that provides access to FetchSERP API for SEO analysis, SERP data, web scraping, and keyword research. Supports both stdio

v1.0.5Added Apr 12, 2026
mcpmodel-context-protocolfetchserpseoserp
Works with:ClaudeGPTGeminiCopilot

Fetchserp MCP Server

A Model Context Protocol (MCP) server that provides access to FetchSERP API for SEO analysis, SERP data, web scraping, and keyword research. Supports both stdio

Installation

npx -y fetchserp-mcp-server

Reviews

Leave a Review

Installation

Quick install
npx -y fetchserp-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "fetchserp": {
      "command": "npx",
      "args": ["-y", "fetchserp-mcp-server"]
    }
  }
}