INDEX.md•1.24 kB
# MCP-PST-Server
## 选择语言 / Select Language
### [English](README.md)
### [中文](README.zh.md)
---
## About / 关于
**PST MCP Server** is a lightweight API bridge designed to connect MCP Clients (e.g., Cherry Studio, Claude Desktop) to an API server, enabling command execution on a Windows terminal. This allows AI Agents or AI Clients to seamlessly invoke various penetration testing tools within the Windows environment, achieving **AI-assisted penetration testing**.
**PST MCP 服务器**是一个轻量级的 API 网桥,旨在将 MCP 客户端(例如:Cherry Studio, Claude Desktop)与 API 服务器连接起来,从而在 Windows 终端上执行命令。通过这种方式,AI Agent 或 AI 客户端能够无缝地调用 Windows 环境中的各种渗透测试工具,实现 **AI 辅助渗透测试**。
---
## Quick Start / 快速开始
```bash
git clone https://github.com/arch3rPro/MCP-PST-Server.git
cd MCP-PST-Server
pip install -r requirements.txt
python3 pst_server.py
```
---
## Links / 链接
- [GitHub Repository](https://github.com/arch3rPro/MCP-PST-Server)
- [Pentest-Windows Environment](https://github.com/arch3rPro/Pentest-Windows)
- [PST-Bucket](https://github.com/arch3rPro/PST-Bucket)