What is the PowerShell Terminal MCP MCP server?
Shared AI + user PowerShell session on Windows - execute commands, run scripts, automate your PC
How to install PowerShell Terminal MCP
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"powershell-terminal-mcp": {
"command": "uvx",
"args": [
"powershell-terminal-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"powershell-terminal-mcp": {
"command": "uvx",
"args": [
"powershell-terminal-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"powershell-terminal-mcp": {
"command": "uvx",
"args": [
"powershell-terminal-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"powershell-terminal-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"powershell-terminal-mcp"
]
}
}
}Claude Code
claude mcp add powershell-terminal-mcp -- uvx powershell-terminal-mcpRelated MCP servers
Complete SSH terminal for Linux with AI/user control and dual-stream visibility