Odel
ClaudeSmalltalk

ClaudeSmalltalk

Local
@corporatesmalltalkconsultingltd18StringTemplateMITUpdated 1mo ago

MCP server for AI interaction with live Smalltalk images

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIclaude-smalltalkv1.2.1

Run

uvx claude-smalltalk

MCP client config

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