PMXエディタをMCPサーバー化するプラグイン / Turn PMX Editor into an MCP server with a single plugin DLL (no bridge process)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"pmxeditor_mcp_plugin": {
"command": "npx",
"args": [
"-y",
"chiqurjin/PMXEditor_MCP_Plugin"
]
}
}
}
Run in terminal:
claude mcp add pmxeditor_mcp_plugin npx -y chiqurjin/PMXEditor_MCP_Plugin
Add to .cursor/mcp.json:
{
"mcpServers": {
"pmxeditor_mcp_plugin": {
"command": "npx",
"args": [
"-y",
"chiqurjin/PMXEditor_MCP_Plugin"
]
}
}
}
README Excerpt
**PMXエディタを MCP サーバーにするプラグイン。DLL を 1 つ入れるだけで、Claude から PMX モデルを読み書きできます。** 外部ブリッジプロセスも Python も要りません。PMX エディタ本体のプロセス内で MCP (Model Context Protocol) の Streamable HTTP サーバーが動くので、PMX エディタを起動した時点で接続できる状態になります。 ``` Claude Code ──HTTP/JSON-RPC──► PmxMcpPlugin.dll ──PEPlugin API──► PMX エディタ本体 (PMXエディタのプロセス内)
Tools (20)
allowFileAccessallowWritecapture_viewportdelete_materialenglishget_boneget_cameraget_materialget_model_infoget_morphget_selectionget_vertexlist_boneslist_faceslist_materialslist_morphslist_nodeslist_verticeslogFileopen_model
Topics
claudecsharpmcpmmdmodel-context-protocolpmx-editor