Skip to content
Cline

Midnight + Next.js MCP for Cline

io.github.fractionestate/midnight-nextjs-mcp

Unified MCP server for Midnight blockchain development and Next.js dApps.

client:Cline transport:stdio runtime:npm

Install Midnight + Next.js MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "midnight-nextjs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "midnight-nextjs-mcp"
      ],
      "env": {
        "GITHUB_TOKEN": "<GITHUB_TOKEN>",
        "LOG_LEVEL": "<LOG_LEVEL>",
        "MIDNIGHT_LOCAL": "<MIDNIGHT_LOCAL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Midnight + Next.js MCP in other clients