Skip to content

Toolkit

Free

by 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
Works with:ClaudeGPTGeminiCopilot

Toolkit MCP Server

Create MCP servers directly in your Nuxt application. Define tools, resources, and prompts with a simple and intuitive API.

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @nuxtjs/mcp-toolkit
Add to claude_desktop_config.json
{
  "mcpServers": {
    "toolkit": {
      "command": "npx",
      "args": ["-y", "@nuxtjs/mcp-toolkit"]
    }
  }
}