A lightweight MCP server for managing .resx localization files—works with any MCP-compatible client.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"resxmcp": {
"command": "npx",
"args": [
"-y",
"miaofalianhua/ResxMcp"
]
}
}
}
Run in terminal:
claude mcp add resxmcp npx -y miaofalianhua/ResxMcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"resxmcp": {
"command": "npx",
"args": [
"-y",
"miaofalianhua/ResxMcp"
]
}
}
}