Stats
Actions
Tags
From kitcn
Local stdio MCP server for Next.js devtools, providing tools and resources to extend Claude for Next.js development workflows.
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