JB-Hi-Fi-MCP-Server

mtanvirhossain/JB-Hi-Fi-MCP-Server
★ 0 stars TypeScript 📦 Other Updated today
A secure MCP server for daily release automation.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "jb-hi-fi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mtanvirhossain/JB-Hi-Fi-MCP-Server"
      ]
    }
  }
}