WinTerm MCP
Provides programmatic access to the Windows terminal, enabling AI models to interact with the command line interface.
WinTerm MCP
A Model Context Protocol server that provides programmatic access to the Windows terminal. This server enables AI models to interact with the Windows command line interface through a set of standardized tools.
Features
- Write to Terminal: Execute commands or write text to the Windows terminal
- Read Terminal Output: Retrieve output from previously executed commands
- Send Control Characters: Send control signals (e.g., Ctrl+C) to the terminal
- Windows-Native: Built specifically for Windows command line interaction
Installation
-
Clone the Repository:
git clone https://github.com/capecoma/winterm-mcp.git cd winterm-mcp -
Install Dependencies:
npm install -
Build the Project:
npm run build -
Configure Claude Desktop:
Add the server config to %APPDATA%/Claude/claude_desktop_config.json:
{
"mcpServers": {
"github.com/capecoma/winterm-mcp": {
"command": "node",
"args": ["path/to/build/index.js"],
"disabled": false,
"autoApprove": []
}
}
}
Note: Replace "path/to/build/index.js" with the actual path to your built index.js file.
Available Tools
write_to_terminal
Writes text or commands to the terminal.
{
"command": "echo Hello, World!"
}
read_terminal_output
Reads the specified number of lines from terminal output.
{
"linesOfOutput": 5
}
send_control_character
Sends a control character to the terminal (e.g., Ctrl+C).
{
"letter": "C"
}
Development
For development with auto-rebuild:
npm run dev
License
MIT License - see LICENSE file.
Servidores relacionados
Alpha Vantage MCP Server
patrocinadorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Pickaxe AI Agent MCP
Manage your pickaxe.co AI agents, knowledge bases, users, and analytics directly through natural language.
Tether MCP
Prevents AI coding agents from drifting off your architecture — blocks wrong dependencies, enforces file structure, and gives agents persistent memory of your project's rules.
i1n
Localization as code — 7 MCP tools to push, pull, translate, extract strings, and search translations. AI-powered, type-safe, 182 languages.
Teleprompter
A server for managing and reusing prompts with Large Language Models (LLMs).
Meta MCP Server
An MCP server for intelligent tool routing, using a Qdrant vector database and LM Studio for embeddings.
Terry-Form MCP
Execute Terraform commands locally in a secure, containerized environment. Features LSP integration for intelligent Terraform development.
SheetsData
Instant access to electronic component datasheets for AI agents — specs, pinouts, package info, and absolute max ratings extracted from manufacturer PDFs on demand.
clipboard-mcp
Cross-platform MCP server for system clipboard access. Three tools: get_clipboard, set_clipboard, watch_clipboard. Single Rust binary, zero runtime deps.
Algorand
A comprehensive MCP server for tooling interactions(40+) and resource accessibility(60+) plus many useful prompts to interact with Algorand Blockchain.
Shell MCP Server
Executes secure shell commands with configurable directory, shell, and timeout validation.