MCP Server

Execute shell commands across platforms seamlessly. Optimize your workflows with advanced file operations and full support for Japanese environments. Enjoy a hassle-free setup and configuration management for your development needs.

Installation

Installing for Claude Desktop

Option 1: One-Command Installation

npx mcpbar@latest install mokemoke0821/MCP -c claude

This command will automatically install and configure the MCP Server MCP server for your selected client.

Option 2: Manual Configuration

Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

After opening your configuration file, copy and paste this configuration:

View JSON configuration
{
  "mcpServers": {
    "MCP Server": {
      "command": "npx",
      "args": [
        "-y",
        "claude-mcp-server"
      ],
      "env": {}
    }
  }
}

MCP サーバー

MCP (Message Control Protocol) サーバーは、Windows 環境で動作するシェルコマンド実行サーバーです。PowerShell、CMD、GitBash の各シェルをサポートし、特に日本語環境での使用に最適化されています。

特徴

  • 複数シェルサポート: PowerShell、CMD、GitBash
  • 日本語環境の完全対応: UTF-8/UTF-16LE エンコーディング処理
  • 特殊文字を含むコマンド処理: パイプライン(|)、セミコロン(;)などの特殊文字をサポート
  • 強化されたファイル検索機能: 日本語ファイル名対応

インストール

# 依存パッケージのインストール
npm install

使用方法

サーバーの起動

node server.js

または PM2 を使用して:

# PM2 のセットアップ (初回のみ)
setup-pm2.bat

# PM2 での起動
pm2 start autostart.js

テスト

テストスクリプトを実行して機能を検証できます:

# PowerShell 直接実行テスト
node test-direct-powershell.js

# MCP サーバー統合テスト
node test-mcp-server.js

開発

このプロジェクトは第3フェーズまでの改善を実装しています:

  1. 第1フェーズ: 基本機能実装
  2. 第2フェーズ: バッファサイズ増量、依存パッケージ追加
  3. 第3フェーズ: 日本語環境対応、特殊文字処理、ファイル検索機能改善

ライセンス

MITライセンス

Share:
Details:
  • Stars


    0
  • Forks


    0
  • Last commit


    3 months ago
  • Repository age


    3 months
View Repository

Auto-fetched from GitHub .

MCP servers similar to MCP Server:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit