MCP Directory
Back

mcp-toolkit

by nuxt-modules · TypeScript · ★ 154

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

#ai#devtools#mcp#model-context-protocol#nuxt#nuxt-module

Install

npx -y github:nuxt-modules/mcp-toolkit

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

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

From the README

[](https://mcp-toolkit.nuxt.dev/mcp/deeplink) [](https://mcp-toolkit.nuxt.dev/mcp/deeplink?ide=vscode) [](https://npmjs.com/package/@nuxtjs/mcp-toolkit) [](https://npm.chart.dev/@nuxtjs/mcp-toolkit) [](https://github.com/nuxt-modules/mcp-toolkit/blob/main/LICENSE) A Nuxt module to easily create a [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server directly in your Nuxt application. Define MCP tools, resources, and prompts with zero configuration - just create files and they're automatically discovered and registered. - 🎯 **Zero Configuration** - Automatic discovery of to…
Read full README on GitHub →

Related other servers