mcp-toolkit

nuxt-modules/mcp-toolkit
★ 117 stars TypeScript 🔌 API Integration Updated 1mo ago
Create MCP servers directly in your Nuxt application. Define tools, resources, and prompts with a simple and intuitive API.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-toolkit": {
      "command": "npx",
      "args": [
        "-y",
        "nuxt-modules/mcp-toolkit"
      ]
    }
  }
}

Topics

aidevtoolsmcpmodel-context-protocolnuxtnuxt-module