Developer Tools
wpnuxt.com
Provides tools for WordPress developers to fetch documentation, connect to sites, detect GraphQL plugins, and retrieve pages.
ENDPOINT 1
https://wpnuxt.com/mcp
MCP server metadata
- Name
- WPNuxt
- Version
- 1.0.0
Known tools 21
list-pagesLists all available documentation pages with their categories and basic information.
Inferred read-onlywp-detect-pluginsDetect WordPress plugins that extend GraphQL by analyzing the schema.
Inferred read-onlywp-get-site-settingsFetch WordPress general settings including site title, description, URL, language, timezone, and reading settings.
Inferred read-onlywp-list-blocksDetect and analyze Gutenberg blocks in use across the WordPress site.
Inferred read-onlywp-list-taxonomiesList all WordPress taxonomies (categories, tags, custom taxonomies).
Inferred read-onlywp-sample-contentFetch sample content from WordPress to understand data shapes and detect Gutenberg blocks in use.
Inferred read-onlywpnuxt-generate-block-renderersGenerate Vue components for rendering Gutenberg blocks.
Inferred read-onlywpnuxt-generate-componentsGenerate Vue components for WordPress content types including cards, lists, and utility components.
Inferred read-onlywpnuxt-generate-queriesGenerate GraphQL queries for WordPress content types and taxonomies.
Inferred read-onlywpnuxt-migrateAnalyze a project for WPNuxt v1 patterns and usage anti-patterns, then generate a migration report with compatibility helpers.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.