II.
ToolServer JSON
Structured · livetool-server:mcp-next-devtools
Next.js DevTools MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-next-devtools",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-frameworks.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Next.js DevTools MCP Server",
"description": "Official MCP server for Next.js development maintained by Vercel.\nConnects AI coding agents to your Next.js dev server to retrieve build errors,\nruntime errors, page metadata, and server action details in real time.\n",
"protocol": "mcp",
"category": "devtools",
"repoUrl": "https://github.com/vercel/next-devtools-mcp",
"npmPackage": "next-devtools-mcp",
"maintainer": "Vercel",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-next-devtools",
"to": "framework:nextjs",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-next-devtools",
"to": "domain:web-development",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-next-devtools",
"to": "domain:frontend",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}