Toolkit
Freeby MCP Community
Create MCP servers directly in your Nuxt application. Define tools, resources, and prompts with a simple and intuitive API.
v0.13.4Added Apr 12, 2026
Toolkit MCP Server
Create MCP servers directly in your Nuxt application. Define tools, resources, and prompts with a simple and intuitive API.
Installation
Reviews
Installation
Quick install
npx -y @nuxtjs/mcp-toolkit
Add to claude_desktop_config.json
{
"mcpServers": {
"toolkit": {
"command": "npx",
"args": ["-y", "@nuxtjs/mcp-toolkit"]
}
}
}