K-Personal MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@K-Personal MCPAdd a task to my todo list: finish report"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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:
If
~/Documents/K-Personal-MCP/already exists → use that folder first (preserves K's existing todos/notes)If it does not exist → automatically copy
bundled-mcp/from the install dir + create a new emptydata/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.
This server cannot be deployed
Maintenance
Related MCP Connectors
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MIND MCP Server — 31 tools. Persistent AI memory: knowledge graph, LIFE tasks, CRM, 50+ models.
Related MCP Servers
- AlicenseAqualityAmaintenanceWindows desktop automation MCP server — screenshot, mouse, keyboard & UI Automation. Lets LLM agents see and control your Windows desktop directly.30286 npm20MIT
- AlicenseNot gradedqualityDmaintenanceA standalone MCP server for Windows desktop control, enabling screenshots, mouse and keyboard input, app launch, window/display management, and clipboard access via natural language.2MIT
- AlicenseNot gradedqualityBmaintenanceAn MCP server that gives any AI assistant eyes and hands on your desktop — screenshots, clicking, typing, OCR, window management, accessibility-tree queries, workflow recording.5Apache 2.0
- FlicenseAqualityAmaintenanceCross-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.201-