Agent Plugins Marketplace
← All plugins

next-devtools-mcp

v1.0.0

Next.js DevTools MCP server. Includes 1 MCP server.

CodexClaude Code1 MCP serverstdio

By gigun0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 25, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install next-devtools-mcp for Codex and Claude Code

Installs for the current user
codex plugin marketplace add gigun-dev/claude-code
codex plugin marketplace upgrade gigun
codex plugin add next-devtools-mcp@gigun

Paste and run these commands in a terminal with Codex. They add and refresh the gigun catalog, then install this plugin.

Compatibility: the page URL and API slug “next-devtools-mcp” remain stable.

  • Codex: next-devtools-mcp@agent-plugin-marketplace → next-devtools-mcp@gigun

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/gigun-dev/claude-code

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/next-devtools-mcp/.

Plugin files

plugins/next-devtools-mcp/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── .mcp.json

MCP servers1

next-devtoolsstdio
command
bunx
args
-y next-devtools-mcp@latest

Plugin manifests2

plugins/next-devtools-mcp/.codex-plugin/plugin.json
{
  "$generatedFrom": "../.claude-plugin/plugin.json (scripts/generate_manifests.py --write); generates name/version/description/author here — homepage, repository, keywords, the mcpServers/skills pointer, and interface stay hand-edited in this file",
  "name": "next-devtools-mcp",
  "version": "1.0.0",
  "description": "Next.js DevTools MCP server",
  "author": {
    "name": "gigun",
    "url": "https://github.com/gigun-dev"
  },
  "homepage": "https://github.com/gigun-dev/claude-code/tree/main/plugins/next-devtools-mcp",
  "repository": "https://github.com/gigun-dev/claude-code",
  "keywords": [
    "nextjs",
    "mcp",
    "web"
  ],
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "Next DevTools MCP",
    "shortDescription": "Next.js development tools",
    "longDescription": "Connect Codex to Next.js DevTools MCP.",
    "developerName": "gigun",
    "category": "Developer Tools",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://github.com/gigun-dev/claude-code/tree/main/plugins/next-devtools-mcp",
    "defaultPrompt": [
      "Inspect this Next.js app with DevTools."
    ]
  }
}
plugins/next-devtools-mcp/.claude-plugin/plugin.json
{
  "name": "next-devtools-mcp",
  "version": "1.0.0",
  "description": "Next.js DevTools MCP server",
  "author": {
    "name": "gigun",
    "url": "https://github.com/gigun-dev"
  },
  "mcpServers": {
    "next-devtools": {
      "type": "stdio",
      "command": "bunx",
      "args": [
        "-y",
        "next-devtools-mcp@latest"
      ]
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[next-devtools-mcp on Agent Plugins Marketplace](https://pluginsmp.com/plugins/next-devtools-mcp)