Stats
Actions
Tags
From cppjs
Local stdio MCP server via cpp.js for C++ and JavaScript integration, providing tools for compiling or executing C++ code in JS environments. No secrets required.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"cppjs": {
"command": "npx",
"args": [
"-y",
"@cpp.js/mcp"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub bugra9/cpp.js --plugin cppjs