Create MCP servers directly in your Nuxt application. Define tools, resources, and prompts with a simple and intuitive API.
{
"mcpServers": {
"nuxtjsmcp-toolkit": {
"command": "npx",
"args": [
"-y",
"@nuxtjs/mcp-toolkit"
]
}
}
}