local-computer-full-access-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., "@local-computer-full-access-mcplist my drives and show free space"
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.
Local Computer Full-Access MCP
A Windows-first MCP server that gives an MCP client Codex-like local capabilities through explicit tools:
unrestricted PowerShell, Command Prompt, or Bash commands;
read, create, edit, copy, move, search, and delete files/directories;
list drives and inspect disk capacity;
start, inspect, and terminate processes;
local JSONL audit logging;
stdio transport for local MCP hosts;
Streamable HTTP plus an HTTPS tunnel for ChatGPT;
DNS-rebinding protection with tunnel Host-header rewriting;
one-click shutdown via
STOP_MCP.bat.
run_command makes this genuinely full access under the Windows account running the server. It is not a simulated filesystem.
This project can execute arbitrary commands, modify or delete files, start processes, and expose everything accessible to the Windows account running it. Use it only on a computer you control. Keep the server bound to127.0.0.1, never publish the complete MCP endpoint URL, and stop the server when it is not in use. Read SECURITY.md before enabling full access.
ChatGPT connectivity and availability
ChatGPT cannot connect directly to 127.0.0.1 on your PC. This package keeps the MCP service on localhost and uses cloudflared to create an outbound HTTPS tunnel for testing.
Availability of custom MCP apps and write/modify actions depends on the ChatGPT plan and workspace configuration and may change over time. Check OpenAI's current developer mode and MCP apps documentation. The server also works with compatible local MCP hosts over stdio.
Related MCP server: Knossos
Install on Windows
Extract this folder to a permanent location, for example:
%USERPROFILE%\Documents\Local-Computer-Full-Access-MCPDouble-click:
INSTALL_WINDOWS.bat
The installer creates a Python virtual environment, installs the official MCP Python SDK, installs cloudflared through winget when needed, creates .env, enables full access because that is the requested mode, generates a random secret endpoint, and runs tests.
Start for ChatGPT
Double-click
START_CHATGPT.bat.Keep the terminal window open.
Wait until it prints
CHATGPT MCP ENDPOINT.Copy the complete endpoint ending in
/mcp/<long-secret>.In a supported ChatGPT workspace on the web, enable Developer mode and create a custom app/MCP connector.
Paste the endpoint, choose No authentication for this temporary capability-URL setup, scan the tools, and create the app.
Enable the app in the chat. Leave confirmations enabled for risky actions.
To stop everything, close the launcher window normally or run STOP_MCP.bat.
The TryCloudflare hostname changes whenever the script restarts, so update the custom app endpoint after each restart. TryCloudflare is for testing, not a permanent deployment. If cloudflared reports that a Quick Tunnel cannot start because you already have %USERPROFILE%\.cloudflared\config.yml or config.yaml, temporarily rename that file or use a separately configured stable Cloudflare Tunnel.
Start over stdio
Double-click START_STDIO.bat, or point a local MCP client at:
command: <folder>\.venv\Scripts\python.exe
args: -m pc_mcp.server
environment: PC_MCP_TRANSPORT=stdioAn example generic client config is in mcp-client-config.example.json.
Tools
Read-only tools:
pc_statuslist_drivesfile_infolist_directoryread_text_fileread_binary_file_base64search_fileslist_processes
Write/action tools:
write_text_filewrite_binary_file_base64replace_textmake_directorycopy_pathmove_pathdelete_pathrun_commandstart_processterminate_process
Example prompts after connection
"Use my local-computer app to list my drives and show free space."
"Inspect the selected project folder, run its tests, fix failures, and show me the changed files."
"Search the selected project folder for references to a specified phrase without changing anything."
"Create a backup of this folder before editing it. Ask before deleting anything."
Configuration
The installer creates .env. Important settings:
PC_MCP_FULL_ACCESS=1
PC_MCP_TRANSPORT=streamable-http
PC_MCP_HOST=127.0.0.1
PC_MCP_PORT=8765
PC_MCP_ENDPOINT_SECRET=<random-secret>To restrict filesystem tools:
PC_MCP_FULL_ACCESS=0
PC_MCP_ALLOWED_ROOTS=%USERPROFILE%\Documents;%USERPROFILE%\ProjectsSee SECURITY.md before leaving this server running or converting the test tunnel into a permanent endpoint.
Test manually
Run RUN_TESTS.bat.
For MCP protocol inspection, activate the virtual environment and run:
.\.venv\Scripts\Activate.ps1
mcp dev server.pyAudit log
Tool actions and command outcomes that reach the core implementation are recorded locally at:
.data\audit.jsonl
File contents, binary payloads, and environment dictionaries are redacted and hashed in the audit record.
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
- AlicenseBqualityCmaintenanceAn enhanced Windows CLI MCP server providing unrestricted system access capabilities, designed for trusted environments with full system access requirements.Last updated48827MIT
- Alicense-qualityCmaintenanceEnables remote filesystem and CLI access to a Windows machine over LAN through MCP, with file read/write and command execution capabilities.Last updatedMIT
- Alicense-qualityCmaintenanceEnables remote execution of commands, file operations, screenshots, and clipboard access on Windows machines through MCP tools.Last updated1MIT
- Flicense-qualityBmaintenanceTurns any Windows device into a remotely controllable MCP toolset, allowing a mobile AI agent to execute CLI, GUI, browser, and system commands on Windows without an API key.Last updated1
Related MCP Connectors
A paid remote MCP for ClawManager, built to return verdicts, receipts, usage logs, and audit-ready J
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
Eyes and hands on real Windows PCs — observe, click, type via Glasswarp API.
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/venkey123456789/local-computer-full-access-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server