★ 0 stars
TypeScript
🌐 Browser/Web
Updated today
Next.js app with a drop-in MCP server at src/mcp/ — share components, services, and tsconfig aliases between your Next.js web app and your mcp-use MCP server without duplicating code.
View on GitHub →
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": {
"next-js-mcp-app-temp": {
"command": "npx",
"args": [
"-y",
"mcp-use/next-js-mcp-app-template"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add next-js-mcp-app-temp npx -y mcp-use/next-js-mcp-app-template
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"next-js-mcp-app-temp": {
"command": "npx",
"args": [
"-y",
"mcp-use/next-js-mcp-app-template"
]
}
}
}
📋 Copy