Kitsune MCP server
Shape-shifting MCP hub — shapeshift() into 130,000+ servers at runtime. No restarts. 7 registries.
0 stars72 downloads/wk
Reviews
Write oneNobody has reviewed Kitsune yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Kitsune tools (21, 2 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
authCheck or set credentials. ALL_CAPS = env var; server-id = creds check or OAuth.
autosearch → pick server → infer args → call. Use when you don't know which server to use.
benchBenchmark tool latency — p50, p95, min, max ms. iterations: 1–20.
callInvoke a tool on an MCP server. Returns the tool's response as text.
compareSide-by-side token cost & creds for the top N candidates of a search.
connectStart a persistent server. command: server_id or shell cmd (e.g. 'uvx voice-mode'). name: alias for release().
craftRegister a custom tool backed by your HTTP endpoint — live immediately. POST=JSON body, GET=query params. shiftback() removes it.
fetchFetch a URL and return compressed content (~500 tokens vs ~25K raw HTML).
inspectShow server tools, schemas, and required credentials.
keySave an API key to .env for persistent use. e.g. key('EXA_API_KEY', 'sk-...')
onboardFirst-run wizard — show provider auth state + the fastest path to a working tool call.
prewarmStart a server's subprocess in the pool WITHOUT mounting its tools.
releasewrite actionKill a persistent connection by name.
reloadReload a persistent connection after editing its code — the MCP REPL in one call.
runwrite actionRun a tool from npm/pip. package: 'pkg-name' (npx) or 'uvx:pkg-name' (Python).
searchDiscover MCP servers across registries — the entry point to mounting.
setupGateway wizard and connection setup.
shapeshiftMount an MCP server's tools at runtime. Empty server_id unmounts.
shiftbackUnmount current server. kill=False keeps process pooled. uninstall=True removes local package.
skillLoad a Smithery skill into context. forget=True removes it.
statusShow Kitsune runtime state: providers, current form, connections, token stats.
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- Code scan2 source files scanned; 59 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitystatic API keys via environment variables6/15
- Maintenancelast push 8 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Install directly
Runs npx -y kitsune-mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add kitsune-mcp -- npx -y kitsune-mcp
Kitsune: common questions
- Is Kitsune MCP server safe?
- Mostly: it is graded B (83/100). Read the Kitsune safety report
- How do I install Kitsune?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Kitsune need an API key?
- Yes. The registry entry asks for
SMITHERY_API_KEY. - Is Kitsune maintained?
- The last commit was 9 days ago (2026-09-11). The latest release is v0.21.1.