mcpbeat Sign in
I

kiriya MCP Server

by satpaingoo Your server? Claim it
local only

kiriya runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

Developer tools for files, git, ports, processes and more, the same on Windows, Linux and macOS

Installs / week
npm · kiriya
0
Stars
0 open issues
23 Sep 2026
Last commit
no recent releases
MIT
License
TypeScript

What the code does

We read the source, 47 min ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    const entries = Object.entries(process.env).filter((entry): entry is [string, string] => entry[1] !== undefined);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add kiriya -- npx -y kiriya
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "kiriya": {
      "args": [
        "-y",
        "kiriya"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.kiriya]
command = "npx"
args = ["-y", "kiriya"]
.cursor/mcp.json
{
  "mcpServers": {
    "kiriya": {
      "args": [
        "-y",
        "kiriya"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "kiriya": {
      "args": [
        "-y",
        "kiriya"
      ],
      "command": "npx"
    }
  }
}

Alternatives to kiriya

same job, measured the same way
Plonk
by ostapondo

Plonk gives agents local macOS tools for windows, workspaces, screenshots, OCR, and more.

59 installs/wk local only
MCP Await
by ricardo-hdrn

Condition watcher for AI assistants — wait for ports, files, URLs, processes, and more

32 installs/wk local only
Hammerspoon
by mobabur94

macOS automation via Hammerspoon — 75 tools for windows, Spaces, audio, Bluetooth, and more

22 installs/wk local only
SemanticOps MCP (for Power BI)
by maxanatsko

Power BI MCP server (Supports Windows and macOS)

38 installs/wk local only
Devpick
by kimbobmarley03

43 local developer tools for AI agents: PDF, subnet, regex, JSON, conversion, and more.

28 installs/wk local only
Simplenote MCP
by automattic

MCP server for reading Simplenote notes across macOS, Linux, and Windows

136 installs/wk local only
SSH — policy-gated remote access
by tufantunc

Policy-gated, audited SSH for Linux and Windows hosts: roles, approvals, and an audit log.

6 728 installs/wk local only
Morfiade
by morfiade-app

Manage local Chrome profiles on Windows: own cookies, sessions and proxy per profile.

local only

kiriya — questions

Answers built from our own checks of this server.

Why is there no uptime for kiriya?
kiriya runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package kiriya.
How do I connect kiriya?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls kiriya straight from npm; nothing to host, nothing to sign up for.
Is kiriya open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.