Skip to content
Cline

ClaudeSmalltalk for Cline

io.github.johnmci/claudesmalltalk

MCP server for AI interaction with live Smalltalk images

client:Cline transport:stdio runtime:pypi

Install ClaudeSmalltalk in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "claudesmalltalk": {
      "command": "uvx",
      "args": [
        "claude-smalltalk"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

ClaudeSmalltalk in other clients