Loading MCP server directory, please wait...
Unified MCP server for Midnight blockchain development and Next.js dApps.
npx @getmcp/cli add io.github.FractionEstate/midnight-nextjs-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.FractionEstate/midnight-nextjs-mcp": {
"command": "npx",
"args": [
"--experimental-vm-modules",
"-y",
"midnight-nextjs-mcp"
],
"env": {
"GITHUB_TOKEN": "",
"LOG_LEVEL": "info",
"MIDNIGHT_LOCAL": "false"
}
}
}
}