Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Kion Server

FreeNot checked

Enables interaction with the Kion platform for cloud cost management, governance, and compliance through natural language.

GitHubEmbed

About

Enables interaction with the Kion platform for cloud cost management, governance, and compliance through natural language.

README

Installation

[!TIP] For more detailed installation and usage instructions, please see our support documentation

Claude Desktop Extension

uv is currently a requirement for the desktop extension. Please see installation instructions

Once uv is installed, the Claude Desktop Extension can be installed by downloading the .dxt archive from the releases section, and then the archive can be installed via the extension settings in Claude Destkop, double clicking the file, or dragging the file onto the extension settings.

Dockerhub

Releases are published to the kionsoftware/kion-mcp repository, and can be run directly using docker.

Pypi

This package can be installed via pip. pip install kion-mcp-server

Development Setup

Install uv

Install uv using homebrew with brew install uv

Install an MCP client

An MCP server needs an MCP client to run it. For development - the mcp inspector is a great tool for getting up and running with the server.

Add this server as a tool

For your MCP client there should be a json file defining what MCP Servers it has access to. Look up where this file is for your client and add something similar to this to it (json objects vary slightly by client check your client's documentation for the exact required JSON. MCP inspector has fields that can be configured directly.):

"KionMcp": {
    "command": "uv",
    "args": [
        "--directory",
        "<absolute path to this folder>",
        "run",
        "kion-mcp-server"
    ]
}

NOTE: sometimes you will need to give an exact path to uv for some clients to work properly. Just run which uv and put the output of that as the command in the JSON

from github.com/kionsoftware/kion-mcp

Install Kion Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install kion-mcp-server

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add kion-mcp-server -- uvx kion-mcp-server

FAQ

Is Kion Server MCP free?

Yes, Kion Server MCP is free — one-click install via Unyly at no cost.

Does Kion Server need an API key?

No, Kion Server runs without API keys or environment variables.

Is Kion Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Kion Server in Claude Desktop, Claude Code or Cursor?

Open Kion Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Kion Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs