Production-ready Next.js MCP Server template for the Model Context Protocol (MCP). Build AI integrations with Next.js, TypeScript, App Router, API Routes, Claude Desktop, Cursor, Windsurf, and other MCP clients.
View on GitHub →
🔍 Audit Wallet Slippage →
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-server": {
"command": "npx",
"args": [
"-y",
"kamolc4/nextjs-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add nextjs-mcp-server npx -y kamolc4/nextjs-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"nextjs-mcp-server": {
"command": "npx",
"args": [
"-y",
"kamolc4/nextjs-mcp-server"
]
}
}
}
📋 Copy
Topics
ai ai-agents api-routes app-router claude claude-desktop cursor mcp mcp-server mcpforge-954e7bbe model-context-protocol nextjs starter-template typescript web-development