Skip to content

PowerShell Terminal MCP for Grok

io.github.tim00r/powershell-terminal-mcp

Shared AI + user PowerShell session on Windows - execute commands, run scripts, automate your PC

client:Grok transport:stdio runtime:pypi

Install PowerShell Terminal MCP in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "powershell-terminal-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "powershell-terminal-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

PowerShell Terminal MCP in other clients