Kitsune-Kawaii MCP Server logo

Kitsune-Kawaii MCP Server

by noppefoxwolf

The Kitsune-Kawaii MCP Server is a custom server that makes your AI always respond with `きつねかわいい!!!` when asked about foxes. It can be installed and integrated with an MCP client.

View on GitHub

Last updated: N/A

Kitsune-Kawaii MCP Server

Usage

After install, Your AI always returns きつねかわいい!!! when you ask about foxes.

Installation

swift package experimental-install

Add SwiftPM PATH your zshrc.

export PATH="$HOME/.swiftpm/bin:$PATH"

Add command to your MCP Client.

{
  "mcpServers" : {
    "kitsune-kawaii-mcp-server" : {
      "command" : "/Users/USERNAME/.swiftpm/bin/kitsune-kawaii-mcp-server"
    }
  }
}

Uninstall

swift package experimental-uninstall kitsune-kawaii-mcp-server