← Index

Midnight + Next.js MCP

io.github.FractionEstate/midnight-nextjs-mcp·v0.3.1·Other
Quality Score
79
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "midnight-nextjs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "midnight-nextjs-mcp"
      ],
      "env": {
        "GITHUB_TOKEN": "<your-github_token>",
        "LOG_LEVEL": "info",
        "MIDNIGHT_LOCAL": "false"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "midnight-nextjs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "midnight-nextjs-mcp"
      ],
      "env": {
        "GITHUB_TOKEN": "<your-github_token>",
        "LOG_LEVEL": "info",
        "MIDNIGHT_LOCAL": "false"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y midnight-nextjs-mcp
§02  Environment variables
GITHUB_TOKEN
secret

GitHub Personal Access Token - increases API rate limits

LOG_LEVEL

Logging verbosity level

MIDNIGHT_LOCAL

Enable local mode with ChromaDB for offline semantic search

§03  MCP Quality Score  ·  methodology
freshness
19
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other