mcp-toolkit
by nuxt-modules·★ 148·Score 48
Nuxt module for creating MCP servers with automatic discovery of tools, resources, and prompts.
Overview
The Nuxt MCP Toolkit is a specialized module that allows developers to create Model Context Protocol servers directly within their Nuxt.js applications. It provides zero-configuration discovery of MCP components through file-based organization, automatically registering tools, resources, and prompts based on directory structure. The toolkit supports multiple handlers, offers a built-in inspector for debugging through Nuxt DevTools, and features TypeScript-first development with auto-imports and Zod validation for type safety.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this if you're already using Nuxt and want to integrate MCP functionality directly into your application with minimal setup.
When NOT to choose this
Avoid this if you're not using Nuxt or need a standalone MCP server solution that doesn't depend on the Nuxt framework.
Comparable tools
Installation
# Using nux
npx nuxt module add mcp-toolkit
# Or installing manually
npm install -D @nuxtjs/mcp-toolkit zodFor Claude Desktop, add to claude_desktop_config.json:
{
"mcpServers": {
"nuxt-mcp": {
"command": "npx",
"args": ["@nuxtjs/mcp-toolkit"]
}
}
}FAQ
- What is the difference between MCP Toolkit and other MCP servers?
- MCP Toolkit is specifically designed as a Nuxt module, providing seamless integration with Nuxt applications and leveraging its file-based routing system for automatic discovery of MCP components.
- Can I use this outside of Nuxt applications?
- While designed for Nuxt, it may be possible to use in other Node.js environments with additional configuration, but it's primarily optimized for Nuxt applications.
Compare mcp-toolkit with
Last updated · Auto-generated from public README + GitHub signals.