Description

Chanakya is an advanced, open-source, and self-hostable voice assistant designed for privacy, power, and flexibility.

Installation

npx -y chanakya-local-friend
npm install chanakya-local-friend
git clone https://github.com/Rishabh-Bajpai/Chanakya-Local-Friend

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "chanakya-local-friend": {
      "command": "npx",
      "args": [
        "-y",
        "chanakya-local-friend"
      ]
    }
  }
}