Developer Tools
nuxt.com
MCP server that provides tools to access Nuxt blog posts, changelog entries, and deployment provider documentation.
ENDPOINT 1
https://nuxt.com/mcp
MCP server metadata
- Name
- Nuxt
- Version
- 1.0.0
Known tools 10
list-blog-postsLists all Nuxt blog posts with metadata including titles, dates, categories, tags, and descriptions.
Inferred read-onlyget-changelogRetrieves the latest releases from Nuxt core and official modules (changelog).
Inferred read-onlyget-deploy-providerRetrieves detailed deployment instructions and setup guide for a specific hosting provider.
Inferred read-onlylist-deploy-providersLists all deployment providers and hosting platforms for Nuxt applications with their features and capabilities.
Inferred read-onlyget-moduleRetrieves complete details about a specific Nuxt module including README, compatibility, maintainers, and stats.
Inferred read-onlylist-modulesLists all available Nuxt modules with optional filtering and sorting capabilities.
Inferred read-onlyget-documentation-pageRetrieves the full content and details of a specific Nuxt documentation page.
Inferred read-onlyget-getting-started-guideRetrieves the official "Getting Started" introduction page for a given Nuxt major version.
Inferred read-onlylist-documentation-pagesLists Nuxt documentation pages, optionally filtered by search term.
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.nuxt]
url = "https://nuxt.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nuxt": {
"type": "http",
"url": "https://nuxt.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nuxt
Remote MCP URL: https://nuxt.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": {
"nuxt": {
"url": "https://nuxt.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nuxt": {
"type": "http",
"url": "https://nuxt.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nuxt",
"transport": "streamable-http",
"url": "https://nuxt.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://ui.nuxt.com/mcp
MCP server metadata
- Name
- Nuxt UI
- Version
- 1.0.0
Known tools 12
get-component-metadataRetrieves metadata for a Nuxt UI component including props, slots, and events.
Inferred read-onlyget-migration-guideRetrieves version-specific migration guides and upgrade instructions
Inferred read-onlylist-templatesLists all available Nuxt UI templates with optional framework filtering
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.nuxt-ui]
url = "https://ui.nuxt.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nuxt-ui": {
"type": "http",
"url": "https://ui.nuxt.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nuxt-ui
Remote MCP URL: https://ui.nuxt.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": {
"nuxt-ui": {
"url": "https://ui.nuxt.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nuxt-ui": {
"type": "http",
"url": "https://ui.nuxt.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nuxt-ui",
"transport": "streamable-http",
"url": "https://ui.nuxt.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.