Back to MCP directory
publicPublicdnsLocal runtime

kitsune-kawaii-mcp-server

一个AI服务项目,当用户询问关于狐狸的问题时,会固定返回'きつねかわいい!!!'的日文可爱回复。

article

README

🚀 狐狸可爱的 MCP 服务器

本项目是一个有趣的MCP服务器,安装后,当您向AI询问关于狐狸的问题时,它会返回 きつねかわいい!!!(狐狸可爱!!!),为您的交互增添乐趣。

🚀 快速开始

安装后,每次询问关于狐狸的问题时,您的 AI 都会返回 きつねかわいい!!!

展示截图

📦 安装指南

步骤一:运行安装命令

打开终端并运行以下命令进行安装:

swift package experimental-install

步骤二:配置SwiftPM路径

将以下代码添加到您的 zshrc 文件中,以确保 SwiftPM 路径有效:

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

步骤三:在MCP客户端添加命令配置

在 MCP 客户端中添加以下命令配置:

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

📄 卸载方法

如果需要卸载,运行以下命令:

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

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client