Skip to content

kimiflare

A terminal coding agent powered by multiple models (Kimi-K2.6, Claude, GPT-5, Gemini, Llama, Groq), routed through your own Cloudflare AI Gateway — per-request logs, response caching, authoritative cost. Web search, GitHub, headless browser, LSP, MCP, loc

2,890
Weekly Downloads
build.protocol_tooling.mcp#ai#cli#coding-agent#terminal#kimi#k2.6#cloudflare#ai-gateway#workers-ai#vision

Install kimiflare in your MCP client

kimiflare is a Model Context Protocol server. Add it to your MCP client config once, restart, and the server's tools become available to your AI assistant. The same JSON snippet below works across all four major clients — only the config file path differs.

  1. Locate your client's MCP config file.
    • Cursor: ~/.cursor/mcp.json
    • Claude Desktop (macOS): ~/Library/Application Support/Claude/claude_desktop_config.json
    • Claude Desktop (Windows): %APPDATA%\Claude\claude_desktop_config.json
    • VS Code: Settings → Extensions → MCP
    • Windsurf: Settings → MCP Servers
  2. Add kimiflare to the mcpServers map — paste the snippet below into your config file. If you already have other MCP servers, merge the entry into the existing mcpServers object.
  3. Restart your client so it picks up the new server.
  4. Verify — ask the assistant to list available tools; kimiflare's tools should appear.
{
  "mcpServers": {
    "kimiflare": {
      "command": "npx",
      "args": [
        "-y",
        "kimiflare"
      ]
    }
  }
}

Install kimiflare in Cursor

Open ~/.cursor/mcp.json in your editor, paste the snippet above into mcpServers, save, and restart Cursor. kimiflare will show up in the assistant's tool list on next launch.

Install kimiflare in Claude Desktop (macOS)

Open ~/Library/Application Support/Claude/claude_desktop_config.json in your editor, paste the snippet above into mcpServers, save, and restart Claude Desktop (macOS). kimiflare will show up in the assistant's tool list on next launch.

Install kimiflare in Claude Desktop (Windows)

Open %APPDATA%\Claude\claude_desktop_config.json in your editor, paste the snippet above into mcpServers, save, and restart Claude Desktop (Windows). kimiflare will show up in the assistant's tool list on next launch.

Install kimiflare in VS Code

Open Settings → Extensions → MCP in your editor, paste the snippet above into mcpServers, save, and restart VS Code. kimiflare will show up in the assistant's tool list on next launch.

npm package: kimiflare

Transport

kimiflare supports the following MCP transports. Most AI clients use stdio by default for locally-installed servers.

stdio

From the kimiflare README

<p align="center"> <img src="docs/logo.png" alt="kimiflare" width="180"> </p> <p align="center"> <a href="https://www.npmjs.com/package/kimiflare"><img src="https://img.shields.io/npm/v/kimiflare?style=flat-square&color=cb3837" alt="npm version"></a> <a href="https://www.npmjs.com/package/kimiflare"><img src="https://img.shields.io/npm/dm/kimiflare?style=flat-square&color=cb3837" alt="npm downloads"></a> <a href="https://github.com/sinameraji/kimiflare/blob/main/LICENSE"><img src="https://img.shields.io/github/license/sinameraji/kimiflare?style=flat-square&color=2ea44f" alt="license"></a> <img src="https://img.shields.io/badge/node-%3E%3D20-339933?style=flat-square&logo=nodedotjs&logoColor=white" alt="Node.js >= 20"> <img src="https://img.shields.io/badge/typescript-5.7-3178c6

Other Model Context Protocol servers in the same space as kimiflare. Each one adds different capabilities to your AI assistant — pick based on the data sources or workflows you need.

Browse the full MCP server directory or use Stork's one-line install to let your agent pick the right server automatically.