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.

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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.
    1
    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

View all related MCP servers

Related MCP Connectors

  • Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • MCP Server for Slima - AI Writing IDE for Novel Authors with AI Beta Reader.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lee30934-byte/K-Personal-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server