Stats
Actions
Tags
From kitcn
Local MCP server for Next.js devtools, providing tools for project inspection, debugging, build analysis, and development workflows in Claude Code.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"next-devtools": {
"command": "npx",
"args": [
"-y",
"next-devtools-mcp@latest"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub udecode/kitcn --plugin kitcn