PowerShell Terminal MCP for VS Code
io.github.tim00r/powershell-terminal-mcp
Shared AI + user PowerShell session on Windows - execute commands, run scripts, automate your PC
client:VS Code
transport:stdio
runtime:pypi
Install PowerShell Terminal MCP in VS Code
.vscode/mcp.json
{
"servers": {
"powershell-terminal-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"powershell-terminal-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs