@nuxt-modules/mcp-toolkit
AMCP server package @nuxtjs/mcp-toolkit
Install
agr install @nuxt-modules/mcp-toolkit --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "@nuxtjs/mcp-toolkit", "version": "0.18.1", "description": "Create MCP servers directly in your Nuxt application. Define tools, resources, and prompts with a simple and intuitive API.", "repository": { "type": "git", "url": "git+https://github.com/nuxt-modules/mcp-toolkit.git" }, "homepage": "https://mcp-toolkit.nuxt.dev", "bugs": { "url": "https://github.com/nuxt-modules/mcp-toolkit/issues" }, "author": "Hugo Richard hugo.richard@vercel.com", "license": "MIT", "type": "module", "exports": { ".": { "types": "./dist/types.d.mts", "import": "./dist/module.mjs" }, "./server": { "types": "./dist/runtime/server/mcp/definitions/index.d.ts", "import": "./dist/runtime/server/mcp/definitions/index.js" }, "./app": { "types": "./dist/runtime/app/use-mcp-app.d.ts", "import": "./dist/runtime/app/use-mcp-app.js" } }, "main": "./dist/module.mjs", "typesVersions": { "*": { ".": [ "./dist/types.d.mts" ], "server": [ "./dist/runtime/server/mcp/definitions/index.d.ts" ], "app": [ "./dist/runtime/app/use-mcp-app.d.ts" ] } }, "files": [ "README.md", "dist" ], "scripts": { "build": "nuxt-module-build build", "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare", "prepack": "nuxt-module-build build", "lint": "eslint .", "lint:fix": "eslint . --fix", "test": "vitest run", "test:watch": "vitest watch", "typecheck": "vue-tsc --noEmit" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "@nuxt/kit": "^4.5.1", "@vitejs/plugin-vue": "^6.0.8", "tinyglobby": "^0.2.17", "vite-plugin-singlefile": "^2.3.3" }, "peerDependencies": { "@vue/compiler-sfc": "^3.5.40", "agents": ">=0.20.0", "h3": ">=1.15.11", "secure-exec": ">=0.3.3", "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", "vue": "^3.5.40", "zod": "^4.1.13" }, "peerDependenciesMeta": { "h3": { "optional": false }, "zod": { "optional": false }, "@vue/compiler-sfc": { "optional": true }, "vite": { "optional": true }, "vue": { "optional": true }, "agents": { "optional": true }, "secure-exec": { "optional": true } }, "devDependencies": { "@nuxt/devtools": "^3.3.1", "@nuxt/eslint-config": "^1.16.0", "@nuxt/module-builder": "^1.0.3", "@nuxt/schema": "^4.5.1", "@nuxt/test-utils": "^4.1.0", "@types/node": "latest", "@vitejs/plugin-vue": "^6.0.8", "@vue/compiler-sfc": "^3.5.40", "eslint": "^10.8.0", "evlog": "^2.22.4", "nuxt": "^4.5.1", "secure-exec": "0.3.3", "typescript": "~6.0.3", "vite": "^8.1.5", "vite-plugin-singlefile": "^2.3.3", "vitest": "^4.1.10", "vue": "^3.5.40", "vue-tsc": "^3.3.8" }, "publishConfig": { "access": "public" } }
Trustgrade A
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- warnType matchbest-effort: server code not analyzed
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- passLicense
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-84686f9f529c2026-08-06