K-Personal MCP
Click on "Install 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 installed
Maintenance
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
- AlicenseAqualityAmaintenanceWindows desktop automation MCP server — screenshot, mouse, keyboard & UI Automation. Lets LLM agents see and control your Windows desktop directly.3035413MIT
- 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.1MIT
- 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
- AlicenseNot gradedqualityCmaintenanceWindows desktop automation MCP server supporting mouse, keyboard, screenshot, and image recognition, with native CJK text input via clipboard.MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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