---
slug: "kitsune"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/noppefoxwolf/kitsune-kawaii-mcp-server@main/README.md"
repo: "https://github.com/noppefoxwolf/kitsune-kawaii-mcp-server"
source_file: "README.md"
branch: "main"
---
# Kitsune-Kawaii MCP Server

# Usage

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

![](https://github.com/noppefoxwolf/kitsune-kawaii-mcp-server/blob/main/.github/screenshot.png)


# Installation

```bash
swift package experimental-install
```

Add SwiftPM PATH your zshrc.

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

Add command to your MCP Client.

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

## Uninstall

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