Next.js Architecture MCP for VS Code
io.github.hasimkilic/nextjs-mcp-architecture
Indexes your Next.js project so an agent finds the file that owns a task in one call.
client:VS Code
transport:stdio
runtime:npm
Install Next.js Architecture MCP in VS Code
.vscode/mcp.json
{
"servers": {
"nextjs-mcp-architecture": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"nextjs-mcp-architecture"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs