← Registry

Developer Tools

wpnuxt.com

Provides tools for WordPress developers to fetch documentation, connect to sites, detect GraphQL plugins, and retrieve pages.

1 endpoint21 known toolsFirst detected September 4, 2026Last detected September 4, 2026

ENDPOINT 1

https://wpnuxt.com/mcp

No auth detected

MCP server metadata

Name
WPNuxt
Version
1.0.0
Capabilities
loggingtools.listChangedprompts.listChangedresources.listChanged

Known tools 21

get-page

Retrieves the full content and details of a specific documentation page.

Inferred read-only
list-pages

Lists all available documentation pages with their categories and basic information.

Inferred read-only
wp-connect

Connect to a WordPress site for this session.

Inferred read-only
wp-detect-plugins

Detect WordPress plugins that extend GraphQL by analyzing the schema.

Inferred read-only
wp-fetch-pages

Fetch pages from WordPress.

Inferred read-only
wp-fetch-posts

Fetch posts from WordPress.

Inferred read-only
wp-get-site-settings

Fetch WordPress general settings including site title, description, URL, language, timezone, and reading settings.

Inferred read-only
wp-list-blocks

Detect and analyze Gutenberg blocks in use across the WordPress site.

Inferred read-only
wp-list-content-types

List all WordPress content types (post types).

Potential side effects
wp-list-menus

List all WordPress navigation menus with their items.

Inferred read-only
wp-list-taxonomies

List all WordPress taxonomies (categories, tags, custom taxonomies).

Inferred read-only
wp-query

Execute an arbitrary GraphQL query against WordPress.

Potential side effects
wp-sample-content

Fetch sample content from WordPress to understand data shapes and detect Gutenberg blocks in use.

Inferred read-only
wpnuxt-generate-block-renderers

Generate Vue components for rendering Gutenberg blocks.

Inferred read-only
wpnuxt-generate-components

Generate Vue components for WordPress content types including cards, lists, and utility components.

Inferred read-only
wpnuxt-generate-pages

Generate Nuxt page components for WordPress content types.

Inferred read-only
wpnuxt-generate-queries

Generate GraphQL queries for WordPress content types and taxonomies.

Inferred read-only
wpnuxt-init

Generate WPNuxt project files based on WordPress site analysis.

Inferred read-only
wpnuxt-list-composables

List WPNuxt composables available for the project.

Inferred read-only
wpnuxt-migrate

Analyze a project for WPNuxt v1 patterns and usage anti-patterns, then generate a migration report with compatibility helpers.

Inferred read-only
wpnuxt-setup-menus

Generate menu components from WordPress menus.

Inferred read-only

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.wpnuxt]
url = "https://wpnuxt.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "wpnuxt": {
      "type": "http",
      "url": "https://wpnuxt.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: wpnuxt
Remote MCP URL: https://wpnuxt.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": {
    "wpnuxt": {
      "url": "https://wpnuxt.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "wpnuxt": {
      "type": "http",
      "url": "https://wpnuxt.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "wpnuxt",
  "transport": "streamable-http",
  "url": "https://wpnuxt.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.