Description
Execute Python code within specified Conda environments through MCP protocol.
Installation
npx -y mcp-code-executor npm install mcp-code-executor git clone https://github.com/bazinga012/mcp_code_executor Claude Desktop Configuration
Add this configuration to your Claude Desktop config file to enable this MCP server:
Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json
Config file location: %APPDATA%\Claude\claude_desktop_config.json
Config file location: ~/.config/Claude/claude_desktop_config.json
claude_desktop_config.json
{
"mcpServers": {
"mcp-code-executor": {
"command": "npx",
"args": [
"-y",
"mcp-code-executor"
]
}
}
} Stay Updated on MCP
Get weekly updates on new MCP servers, integration guides, and AI development tips.
We respect your privacy. Unsubscribe anytime.