bazinga012/mcp_code_executor
The MCP Code Executor is an MCP server that allows LLMs to execute Python code within a specified Conda environment.
Platform-specific configuration:
{
"mcpServers": {
"mcp_code_executor": {
"command": "npx",
"args": [
"-y",
"mcp_code_executor"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...