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-mcpInstall Dependencies:
npm installBuild the Project:
npm run buildConfigure 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.
WinTerm
Project Details
- capecoma/winterm-mcp
- MIT License
- Last Updated: 2/24/2025
Categories
Recomended MCP Servers
A Binary Ninja plugin containing an MCP server that enables seamless integration with your favorite LLM/MCP client.
a mcp server to manage github project's functionality
强大的MCP翻译服务器!#AiryLarkMCP 🌐 专为专业翻译人员设计: • 三阶段翻译流程:分析规划、精准翻译、全文审校 • 自动识别专业领域术语 • 提供全面翻译质量评估 • 支持多语种互译 • 保持原文风格与专业性 💯 无缝集成Claude/Cursor等支持MCP的AI助手,让AI翻译达到专业水准!
MCP Server to interact with Monday.com boards and items
一个用来实现简单页面倒计时的轻量级工具
A collection of tools for your LLMs that run on Modal
DARP engine. The MCP search engine for DARP.
An MCP (Model Context Protocol) server for interacting with a Paperless-NGX API server. This server provides tools for...
一个基于MCP协议的开发文档服务器,专为各类开发框架文档设计
This tool is a cutting-edge memory engine that blends real-time learning, persistent three-tier context awareness, and seamless plug-n-play...
Raindrop MCP Server





