A Next.js App Router MCP server, MCP client and provider-agnostic chat UI drop-in routes, components and a pluggable provider seam for Claude and Ollama.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"nextjs-mcp-kit": {
"command": "npx",
"args": [
"-y",
"kocicjelena/nextjs-mcp-kit"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add nextjs-mcp-kit npx -y kocicjelena/nextjs-mcp-kit
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"nextjs-mcp-kit": {
"command": "npx",
"args": [
"-y",
"kocicjelena/nextjs-mcp-kit"
]
}
}
}
📋 Copy