Claude MCP Command Server
Provides a command execution interface for running shell commands, allowing AI to interact with the user's system through a structured command interface.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Claude MCP Command Serverlist files in the current directory"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Claude Mcp Command Server
Poetry 명령어 사용
1 의존성 설치
# 가상환경 생성 및 패키지 설치
poetry install
# MCP 패키지가 PyPI에 없는 경우
poetry add git+https://github.com/modelcontextprotocol/python-sdk.git2 가상환경 활성화
# Poetry 쉘 활성화
poetry shell
# 또는 명령어 실행
poetry run python src/mcp_command_server/mcp_server_api.py
=======
## 4. Poetry 명령어 사용
### 4.1 의존성 설치
```bash
# 가상환경 생성 및 패키지 설치
poetry install
# MCP 패키지가 PyPI에 없는 경우
poetry add git+https://github.com/modelcontextprotocol/python-sdk.git2 가상환경 활성화
# Poetry 쉘 활성화
poetry shell
# 또는 명령어 실행 테스트
poetry run python src/mcp_command_server/mcp_server_api.pyRelated MCP server: MCP Tools
Claude desktop config json
{
"mcpServers": {
"command-executor": {
"command": "cmd",
"args": [
"/c",
"cd /d C:\\Users\\[user]\\python\\mcp_command_server && poetry run python src/mcp_command_server/mcp_server_api.py"
]
}
}
}로컬의 mcp_command_server 소스 위치 정보를 확인하여 수정.
This server cannot be deployed
Maintenance
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
- QuallaaOAuthcom.quallaa
Talk to your public-facing AI from any MCP client — Claude, ChatGPT, Cursor, Cline, Windsurf.
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Related MCP Servers
- AlicenseAqualityCmaintenanceThis MCP server enables users to execute shell commands in the current iTerm2 session through integration with Claude Desktop, facilitating seamless command execution via the Model Context Protocol.3195 npm568MIT
- AlicenseNot gradedqualityDmaintenanceA custom Model Context Protocol server that gives Claude Desktop and other LLMs access to file system operations and command execution capabilities through standardized tool interfaces.23Apache 2.0
- AlicenseCqualityCmaintenanceA server that enables AI assistants to execute terminal commands and retrieve outputs via the Model Context Protocol (MCP).327MIT
- AlicenseAqualityDmaintenanceA server that lets Claude desktop app execute terminal commands on your computer and edit files through Model Context Protocol, featuring command execution, process management, and advanced file operations.19122,945 npm6MIT