Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.nuxtseo-com]
url = "https://nuxtseo.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nuxtseo-com": {
"type": "http",
"url": "https://nuxtseo.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nuxtseo-com
Remote MCP URL: https://nuxtseo.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"nuxtseo-com": {
"url": "https://nuxtseo.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nuxtseo-com": {
"type": "http",
"url": "https://nuxtseo.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nuxtseo-com",
"transport": "streamable-http",
"url": "https://nuxtseo.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_modules— List Nuxt SEO modules with stats: stars, downloads, versions.get_module_setup— Get module installation guide and navigation tree.list_pages— Lists all available pages with titles, descriptions and routes.search_pages— Search pages by title, description, route, headings, keywords, and content using full-text search.check_meta_tags— Parse meta tags from URL: title, description, OG, Twitter cards, canonical, robots.debug_social_share— Debug social share cards for URL.convert_html_to_markdown— Convert webpage or HTML to Markdown.validate_schema— Validate Schema.org JSON-LD/Microdata on URL.