Best Marketing & SEO MCP Servers for VS Code / GitHub Copilot

Connect marketing & seo tools to VS Code / GitHub Copilot using MCP servers. These servers let VS Code / GitHub Copilot interact with marketing & seo resources, enabling powerful AI-assisted workflows for developers.

MCPgee indexes 544 marketing & seo MCP servers with a median of 77 GitHub stars; 88% are written in typescript and 26% install via npm. All work with VS Code / GitHub Copilot.

Top 30 of 544 Marketing & SEO Servers for VS Code / GitHub Copilot

Toprank MCP Server

Google Ads analysis and operations — read performance, manage keywords, bids, and campaigns.

2,599 starsmanual

Open Seo MCP Server

Open source alternative to Semrush and Ahrefs

2,052 starsmanual

Aso Skills MCP Server

AI agent skills for App Store Optimization (ASO) and app marketing. Built for indie developers, app marketers, and growth teams who want Cursor, Claude Code, or any Agent Skills-compatible AI assistant to help with keyword research, metadata optimiza

1,369 starsmanual

Google Meta Ads Ga4 MCP Server

MCP server for Google Ads, Meta Ads & GA4 — works with ChatGPT, Claude, Cursor, n8n, Windsurf & more. 250+ tools for campaign management, analytics & optimization.

994 starsmanual

Meta Ads MCP

A Model Context Protocol server that allows AI models to access, analyze, and manage Meta advertising campaigns, enabling LLMs to retrieve performance data, visualize ad creatives, and provide strategic insights for Facebook and Instagram platforms.

923 starsmanual

Google Search Console MCP

Connects Google Search Console with Claude AI to enable SEO professionals to analyze their SEO data through natural language conversations, providing access to property information, search analytics, URL inspection, and sitemap management.

882 starsmanual

Mcp Gsc MCP Server

Google Search Console Insights with Claude AI for SEOs

875 starsmanual

Google Ads MCP

An MCP tool that connects Google Ads with Claude AI/Cursor and others, allowing you to analyze your advertising data through natural language conversations. This integration gives you access to campaign information, performance metrics, keyword analy

616 starsmanual

Mcp Google Ads MCP Server

An MCP tool that connects Google Ads with Claude AI/Cursor and others, allowing you to analyze your advertising data through natural language conversations. This integration gives you access to campaign information, performance metrics, keyword analy

615 starsmanual

Auto Commenter MCP Server

A Claude skill that automatically posts personalized, authentic comments in your target communities.

562 starsmanual

Geo Optimizer Skill MCP Server

GEO (Generative Engine Optimization) toolkit — audit, optimize, and make websites visible to AI search engines (ChatGPT, Perplexity, Claude, Gemini). Based on Princeton KDD 2024 research.

433 starsmanual

Meta Ads Analyzer MCP Server

Meta Ads Analyzer skill + MCP server for Claude Code. Breakdown Effect, Learning Phase, and expert-level campaign diagnosis.

341 starsmanual

Facebook-Ads-MCP-Server

Connects AI assistants to Facebook's Ads API to enable natural language queries for campaign data, insights, and performance metrics. It allows users to manage ad accounts and retrieve detailed analytics like impressions, clicks, and spend through MC

326 starsmanual

OSP Marketing Tools MCP Server

A TypeScript implementation of a Model Context Protocol server that provides marketing tools based on Open Strategy Partners' methodologies, enabling content creation, optimization, and product positioning through tools like value map generation, met

266 starsmanual

Facebook Ads Library MCP Server

Enables searching and analyzing Facebook's public ads library to see what companies are currently running, including ad images/text, video links, and campaign insights.

229 starsmanual

google-ads-mcp

A FastMCP-powered Model Context Protocol server for Google Ads API integration with automatic OAuth 2.0 authentication Connect Google Ads API directly to MCP Clients with seamless OAuth 2.0 authentication, automatic token refresh, GAQL querying, and

206 starsnpm

DataForSEO MCP Server

Enables AI assistants to access comprehensive SEO data through DataForSEO APIs, including SERP results, keyword research, backlink analysis, on-page metrics, and domain analytics. Supports real-time search engine data from Google, Bing, and Yahoo wit

204 starsnpm

SEO Research MCP

Enables AI coding assistants to perform SEO research tasks including backlink analysis, keyword research, traffic estimation, and keyword difficulty analysis using Ahrefs data directly within IDEs.

182 starsmanual

Meta Marketing API MCP Server

Enables AI assistants to manage Facebook and Instagram advertising via the Meta Marketing API. It provides comprehensive tools for campaign lifecycle management, performance analytics, audience targeting, and creative optimization.

176 starsmanual

Adloop MCP Server

The AI command center for Google Ads, GA4, and tracking code.

161 starsmanual

TikTok MCP

Integrates TikTok video analysis into Claude AI via TikNeuron, enabling users to retrieve subtitles, analyze content for virality factors, and extract video details including engagement metrics and metadata.

156 starsmanual

Google Tag Manager MCP Server

Integrates Google Tag Manager with Claude to automate the creation and management of tags, triggers, and variables using natural language prompts. It provides specialized tools for GA4 and Facebook Pixel setup, along with automated tracking workflows

155 starsmanual

Google Tag Manager MCP Server

MCP server for Google Tag Manager

155 starsmanual

Search Console MCP

Search & analytics data as infrastructure — MCP server for Google Search Console, Bing Webmaster Tools, and GA4, designed for AI agents and automation.

136 starsnpm

Search Console MCP Server

Search & analytics data as infrastructure — MCP server for Google Search Console, Bing Webmaster Tools, and GA4, designed for AI agents and automation.

135 starsmanual

Clawfu Skills MCP Server

172 expert marketing skills for AI agents — ClawFu MCP Server

109 starsmanual

Ahrefs MCP Server

A Model Context Protocol server that connects Claude desktop and other compatible AI assistants to Ahrefs, allowing them to access Ahrefs functionality.

98 starsmanual

Gtm MCP Server

An MCP server for Google Tag Manager. Connect it to your LLM, authenticate once, and start managing GTM through natural language.

87 starsmanual

SEO Tools MCP Server

Enables LLMs to interact with DataForSEO and other SEO APIs through natural language, allowing for keyword research, SERP analysis, backlink analysis, and local SEO tasks.

77 starsmanual

TikTok MCP Service

Provides a robust interface for searching TikTok videos by hashtags and retrieving trending content, with anti-detection measures and comprehensive metadata extraction.

72 starsmanual

VS Code / GitHub Copilot Configuration

Add marketing & seo MCP servers to your VS Code / GitHub Copilot configuration at .vscode/settings.json:

{
  "github.copilot.chat.mcp.servers": {
    "filesystem": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-filesystem", "."]
    },
    "github": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-github"],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "ghp_your_token_here"
      }
    },
    "postgres": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-postgres", "postgresql://localhost:5432/mydb"]
    },
    "brave-search": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-brave-search"],
      "env": {
        "BRAVE_API_KEY": "your_brave_api_key_here"
      }
    },
    "memory": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-memory"]
    }
  }
}

Related Resources