nextjs-mcp-kit

kocicjelena/nextjs-mcp-kit
★ 0 stars Unknown language AI/LLM Updated today
A Next.js App Router MCP server, MCP client and provider-agnostic chat UI drop-in routes, components and a pluggable provider seam for Claude and Ollama.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nextjs-mcp-kit": {
      "command": "npx",
      "args": [
        "-y",
        "kocicjelena/nextjs-mcp-kit"
      ]
    }
  }
}