Connect JDoodle to Claude Desktop in three steps.
Download and install Claude Desktop if you haven't already. Make sure you have the latest version.
Download Claude DesktopOpen your Claude Desktop MCP configuration file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonAdd the following configuration (replace YOUR_CLIENT_ID and YOUR_CLIENT_SECRET with your JDoodle credentials from jdoodle.ai (profile icon → Settings → Manage Credentials) ):
{
"mcpServers": {
"jdoodle": {
"command": "npx",
"args": [
"-y",
"jdoodle-mcp"
],
"env": {
"JDOODLE_CLIENT_ID": "YOUR_CLIENT_ID",
"JDOODLE_CLIENT_SECRET": "YOUR_CLIENT_SECRET"
}
}
}
}Quit and reopen Claude Desktop. You should see JDoodle listed in the MCP tools section. Start a new conversation and ask Claude to build something!
npx). You can download it from nodejs.org.