Shift-JIS / CP932 エンコーディングのファイルを透過的に読み書き・編集するための MCP (Model Context Protocol) サーバー
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-sjis-server": {
"command": "npx",
"args": [
"-y",
"fukumen/mcp-sjis-server"
]
}
}
}
Run in terminal:
claude mcp add mcp-sjis-server npx -y fukumen/mcp-sjis-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-sjis-server": {
"command": "npx",
"args": [
"-y",
"fukumen/mcp-sjis-server"
]
}
}
}