Skip to main content
Glama

K-Personal MCP

Automation tool server for K-Desktop-Agent — running on MCP (Model Context Protocol).

Provided Tools

  • cc_* — Screen/mouse/keyboard (based on PyAutoGUI)

  • ui_* — Windows UI Automation (uiautomation, accessibility tree)

  • web_* — Headless browser automation (playwright)

  • fm_* — File organization / search / backup

  • app_* — App execution / presets / aliases

  • clip_* — Clipboard / snippets

  • db_* — todos / notes / habits (personal SQLite)

Related MCP server: computer-use-windows

Installation (Manual)

# 의존성
pip install -r requirements.txt
python -m playwright install chromium

# Codex CLI 에 등록
codex mcp add k-personal -- python "$env:USERPROFILE\Documents\K-Personal-MCP\server.py"

# 또는 Claude CLI 에 등록
claude mcp add k-personal -- python "$env:USERPROFILE\Documents\K-Personal-MCP\server.py"

Using with K-Desktop-Agent

Starting from K-Desktop-Agent (KDA) v0.5.13+, this server code is bundled within setup.exe (<install_dir>/bundled-mcp/). Upon the first boot of KDA:

  1. If ~/Documents/K-Personal-MCP/ already exists → use that folder first (preserves K's existing todos/notes)

  2. If it does not exist → automatically copy bundled-mcp/ from the install dir + create a new empty data/personal.db

→ K can install KDA setup.exe once on a new PC and all tools will work immediately.

Data Location

data/personal.db (SQLite) — todos / notes / habits / snippets. This file is not git pushed (.gitignore).

License

K's personal automation tools — others are free to fork/use, but K takes no responsibility for operation.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    A standalone MCP server for Windows desktop control, enabling screenshots, mouse and keyboard input, app launch, window/display management, and clipboard access via natural language.
    2
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    An MCP server that gives any AI assistant eyes and hands on your desktop — screenshots, clicking, typing, OCR, window management, accessibility-tree queries, workflow recording.
    5
    Apache 2.0
  • F
    license
    A
    quality
    A
    maintenance
    Cross-platform desktop automation MCP server that lets AI agents capture screenshots, run OCR with UI-element classification, control mouse/keyboard, and launch programs on Linux, macOS, and Windows.
    20
    1
    -