Kitsune-Kawaii MCP Server

by noppefoxwolf

262 downloads
Not rated
GitHub

Description

# 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…

About

# 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…

Details

Author
noppefoxwolf
Downloads
262
Categories
Other

- Overrides AI responses on fox‑related queries.
- Returns the fixed phrase きつねかわいい!!!.
- Installed via Swift Package Manager.
- Configured through MCP client JSON.

Install with swift package experimental-install, add the SwiftPM binary directory to your PATH, then add the server’s command path to your MCP client’s mcpServers configuration.

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
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.