Odel
kitsune mcp

kitsune mcp

Local
@kaiser-dataPythonMITUpdated 1mo ago

Shape-shifting MCP hub — shapeshift() into 130,000+ servers at runtime. No restarts. 7 registries.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmkitsune-mcpv0.21.0

Run

npx -y kitsune-mcp

MCP client config

{
  "mcpServers": {
    "kitsune-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kitsune-mcp"
      ]
    }
  }
}
PyPIkitsune-mcpv0.21.0

Run

uvx kitsune-mcp

MCP client config

{
  "mcpServers": {
    "kitsune-mcp": {
      "command": "uvx",
      "args": [
        "kitsune-mcp"
      ]
    }
  }
}