PowerShell Terminal MCP for Cursor
io.github.tim00r/powershell-terminal-mcp
Shared AI + user PowerShell session on Windows - execute commands, run scripts, automate your PC
client:Cursor
transport:stdio
runtime:pypi
Install PowerShell Terminal MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"powershell-terminal-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"powershell-terminal-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs