Introduction: Pro SEO MCP · Nuxt Nuxt SEO Pro · Nuxt SEO

[NuxtSEO Pro](https://nuxtseo.com/ "Home")

- [Modules](https://nuxtseo.com/docs/nuxt-seo/getting-started/introduction)
- [Tools](https://nuxtseo.com/tools)
- [Pro](https://nuxtseo.com/pro)
- [Learn SEO](https://nuxtseo.com/learn-seo/nuxt) [Releases](https://nuxtseo.com/releases)

[Sign In](https://nuxtseo.com/auth/github)

[Nuxt SEO on GitHub](https://github.com/harlan-zw/nuxt-seo)

[User Guides](https://nuxtseo.com/docs/nuxt-seo-pro/getting-started/introduction)

Nuxt SEO Pro

Pro

-

Search…```k`` /`

 

- [Discord Support](https://discord.com/invite/275MBUBvgP)

### Getting Started

- [Introduction](https://nuxtseo.com/docs/nuxt-seo-pro/getting-started/introduction)
- [Installation](https://nuxtseo.com/docs/nuxt-seo-pro/getting-started/installation)

### Pro MCP

- [Pro MCP](https://nuxtseo.com/docs/nuxt-seo-pro/mcp)
- [Installation](https://nuxtseo.com/docs/nuxt-seo-pro/mcp/installation)
- [Page Analysis](https://nuxtseo.com/docs/nuxt-seo-pro/mcp/dev-assist-tools)
- [Keyword Research](https://nuxtseo.com/docs/nuxt-seo-pro/mcp/content-intelligence)
- [Audit Prompts](https://nuxtseo.com/docs/nuxt-seo-pro/mcp/prompts)
- [Domain & Traffic](https://nuxtseo.com/docs/nuxt-seo-pro/mcp/domain-tools)
- [Search Console](https://nuxtseo.com/docs/nuxt-seo-pro/mcp/gsc-tools)

### Ai

- [Claude Code Plugin](https://nuxtseo.com/docs/nuxt-seo-pro/ai/claude-code-plugin)

Nuxt Seo Pro

# Introduction: Pro SEO MCP

[Copy for LLMs](https://nuxtseo.com/docs/nuxt-seo-pro/mcp.md)

SEO work is tedious. Writing meta tags, generating schema.org, researching keywords - all repetitive tasks that eat development time. The Nuxt SEO Pro MCP server gives Claude and other MCP-compatible LLMs the tools to do this work for you.

Claude Code

$claude "Run an SEO audit on my site"

●nuxt-seo-pro

⚡{ "gsc_query result": "28d trends (type=timeseries)" }→

⚡{ "gsc_query result": "striking-distance (type=analysis)" }→

⚡{ "gsc_query result": "top 10 pages (type=pages)" }→

5 keywords in striking distance, 3 declining pages need attention

✓Found 12 quick wins

- **Access Google Search Console data**: Real clicks, impressions, rankings, and analysis presets through your AI
- **Run SEO audits**: Site-wide and page-specific audits with prioritized action plans
- **Generate SEO content**: Create outlines and full articles from keyword research
- **Competitor gap analysis**: Compare rankings and find keywords competitors rank for

## [What You Can Do](#what-you-can-do)

### [Google Search Console](#google-search-console)

Access your real GSC performance data. Connect your site in the Pro dashboard, then query through AI.

| Tool | What It Does |
| --- | --- |
| `gsc_status` | Check GSC connection and sync status |
| `gsc_query` | Unified data query - pages, keywords, countries, devices, timeseries, analysis presets, page/keyword details |
| `gsc_sitemaps` | Sitemap status, submit, delete, or refresh sitemaps |

Use `gsc_query` with a `type` parameter:

| Type | What It Returns |
| --- | --- |
| `pages` | Top pages with clicks, impressions, CTR, position |
| `keywords` | Top keywords with performance metrics |
| `timeseries` | Daily time-series data for trends |
| `analysis` | Run presets: striking-distance, opportunity, decay, zero-click |
| `countries` | Traffic breakdown by country |
| `devices` | Traffic breakdown by device |
| `page-detail` | All keywords for a specific page |
| `keyword-detail` | All pages for a specific keyword |

### [SEO Audits](#seo-audits)

Run complete audits using GSC data + DataForSEO analysis.

| Prompt | What It Does |
| --- | --- |
| `seo_audit_site` | Site-wide audit with prioritized action plan |
| `seo_audit_page` | Deep-dive on a specific page's performance |

### [Page Analysis](#page-analysis)

Analyze Vue and Nuxt Content files for SEO issues.

| Tool | What It Does |
| --- | --- |
| `analyze_page` | Scans `.vue` or `.md` files for SEO issues (auto-detects type) |
| `generate_seo` | Generate schema.org code or OG image templates |

### [Keyword Research](#keyword-research)

Find what to write about. Query DataForSEO for keyword data.

| Tool | What It Does |
| --- | --- |
| `keyword_research` | Keyword suggestions, SERP analysis, or domain rankings via `type` parameter |

Use `keyword_research` with a `type` parameter:

| Type | What It Returns |
| --- | --- |
| `research` | Long-tail keywords with volume and difficulty |
| `serp` | Top 10 results, SERP features, AI Overview detection |
| `rankings` | Keywords a domain ranks for (competitor analysis) |

### [Market Research](#market-research)

Validate ideas. Check domain availability and traffic.

| Tool | What It Does |
| --- | --- |
| `domain_info` | Domain availability (`type: 'availability'`) or traffic estimates (`type: 'traffic'`) |
| `competitors` | Track competitors (`type: 'get'`) or auto-discover them (`type: 'discover'`) |

### [Content Generation](#content-generation)

Create SEO-optimized articles from research.

| Prompt | What It Does |
| --- | --- |
| `content_brief` | Outline from keywords with H2 structure |
| `article_generation` | Full article from outline |

## [Example Workflows](#example-workflows)

**"Run an SEO audit on my site"**

Analyzes GSC trends, runs striking-distance and opportunity presets, identifies declining pages, and generates a prioritized action plan with specific keywords and pages.

**"Audit my /docs/getting-started page"**

Gets all keywords ranking for that page, identifies striking-distance opportunities, checks for cannibalization, analyzes SERP competition, and suggests title/content improvements.

**"Find quick wins for my site"**

Runs the striking-distance analysis preset to find keywords in positions 4-20 that could reach page 1 with optimization. Returns specific keywords with potential click gains.

**"Add schema.org to my product page"**

Analyzes your file, detects it's an e-commerce page, and generates Product schema with price, availability, and review aggregation.

**"What keywords should I target for a sitemap guide?"**

Researches "sitemap" keywords via DataForSEO, returns volume/difficulty scores, and suggests long-tail opportunities.

**"Write an article about Nuxt meta tags"**

Runs keyword research, creates an outline, then generates a full article following your writing guide.

**"Compare my SEO to competitor.com"**

Fetches competitor rankings, compares to your site, and identifies content gaps.

**"How much traffic does competitor.com get?"**

Estimates monthly organic search traffic, shows top-performing pages.

## [Requirements](#requirements)

- Nuxt SEO Pro license (API key starts with `nsp_`)
- Any MCP-compatible client (Claude Desktop, Claude Code, Cursor, etc.)
- GSC connected in Pro dashboard (for Search Console tools)

[Install the MCP server →](https://nuxtseo.com/docs/nuxt-seo-pro/mcp/installation)

[Edit this page](https://github.com/nuxt-seo-pro/nuxtseo.com/edit/main/docs/content/3.mcp/0.index.md)

[Markdown For LLMs](https://nuxtseo.com/docs/nuxt-seo-pro/mcp.md)

Did this page help you?

[Installation Get Nuxt SEO Pro running locally in minutes. Free to try in dev, license required for production.](https://nuxtseo.com/docs/nuxt-seo-pro/getting-started/installation) [Installation Add the Nuxt SEO Pro MCP server to Claude Desktop, Claude Code, or Cursor. One config file change and your AI assistant gains SEO tools.](https://nuxtseo.com/docs/nuxt-seo-pro/mcp/installation)

On this page

- [What You Can Do](#what-you-can-do)
- [Example Workflows](#example-workflows)
- [Requirements](#requirements)

[GitHub](https://github.com/harlan-zw/nuxt-seo) [ Discord](https://discord.com/invite/275MBUBvgP)

### [NuxtSEO](https://nuxtseo.com/ "Home")

- [Getting Started](https://nuxtseo.com/docs/nuxt-seo/getting-started/introduction)
- [MCP](https://nuxtseo.com/docs/nuxt-seo/guides/mcp)

Modules

- [Robots](https://nuxtseo.com/docs/robots/getting-started/introduction)
- [Sitemap](https://nuxtseo.com/docs/sitemap/getting-started/introduction)
- [OG Image](https://nuxtseo.com/docs/og-image/getting-started/introduction)
- [Schema.org](https://nuxtseo.com/docs/schema-org/getting-started/introduction)
- [Link Checker](https://nuxtseo.com/docs/link-checker/getting-started/introduction)
- [SEO Utils](https://nuxtseo.com/docs/seo-utils/getting-started/introduction)
- [Site Config](https://nuxtseo.com/docs/site-config/getting-started/introduction)
- [Skew Protection](https://nuxtseo.com/docs/skew-protection/getting-started/introduction)
- [AI Ready](https://nuxtseo.com/docs/ai-ready/getting-started/introduction)

### [NuxtSEO Pro](https://nuxtseo.com/pro "Home")

- [Getting Started](https://nuxtseo.com/pro)
- [Dashboard](https://nuxtseo.com/pro/dashboard)
- [Pro MCP](https://nuxtseo.com/docs/nuxt-seo-pro/mcp/installation)

### [Learn SEO](https://nuxtseo.com/learn-seo "Learn SEO")

Nuxt

- [Mastering Meta](https://nuxtseo.com/learn-seo/nuxt/mastering-meta)
- [Controlling Crawlers](https://nuxtseo.com/learn-seo/nuxt/controlling-crawlers)
- [Launch & Listen](https://nuxtseo.com/learn-seo/nuxt/launch-and-listen)
- [Routes & Rendering](https://nuxtseo.com/learn-seo/nuxt/routes-and-rendering)
- [Staying Secure](https://nuxtseo.com/learn-seo/nuxt/routes-and-rendering/security)

Vue

- [Vue SEO Guide](https://nuxtseo.com/learn-seo/vue)
- [Mastering Meta](https://nuxtseo.com/learn-seo/vue/mastering-meta)
- [Controlling Crawlers](https://nuxtseo.com/learn-seo/vue/controlling-crawlers)
- [SPA SEO](https://nuxtseo.com/learn-seo/vue/spa)
- [SSR Frameworks](https://nuxtseo.com/learn-seo/vue/ssr-frameworks)
- [SEO Checklist](https://nuxtseo.com/learn-seo/checklist)
- [Pre-Launch Warmup](https://nuxtseo.com/learn-seo/pre-launch-warmup)
- [Backlinks & Authority](https://nuxtseo.com/learn-seo/backlinks)

### [Tools](https://nuxtseo.com/tools "SEO Tools")

- [Social Share Debugger](https://nuxtseo.com/tools/social-share-debugger)
- [Robots.txt Generator](https://nuxtseo.com/tools/robots-txt-generator)
- [Meta Tag Checker](https://nuxtseo.com/tools/meta-tag-checker)
- [HTML to Markdown](https://nuxtseo.com/tools/html-to-markdown)
- [XML Sitemap Validator](https://nuxtseo.com/tools/xml-sitemap-validator)
- [Schema.org Validator](https://nuxtseo.com/tools/schema-validator)
- [Keyword Idea Generator](https://nuxtseo.com/tools/keyword-generator)
- [Keyword Research](https://nuxtseo.com/tools/keyword-research)
- [SERP Analyzer](https://nuxtseo.com/tools/serp-analyzer)
- [Domain Rankings](https://nuxtseo.com/tools/domain-rankings)

Copyright © 2023-2026 Harlan Wilton - [MIT License](https://github.com/harlan-zw/nuxt-seo/blob/main/license) · [mdream](https://mdream.dev)