pcx-ai-toolkit

VoidChecksum/pcx-ai-toolkit
★ 3 stars Python AI/LLM Updated today
AI-powered scripting toolkit for Perception.cx — complete Enma/AngelScript/Lua docs, coding guidelines, MCP configs, LSP servers, and Claude Code skills
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pcx-ai-toolkit": {
      "command": "uvx",
      "args": [
        "pcx-ai-toolkit"
      ]
    }
  }
}

Or install with pip: pip install pcx-ai-toolkit

README Excerpt

<div align="center"> <img src="assets/perception-banner.png" alt="Perception.cx" width="600"> <br><br> **Turn any LLM into an expert Perception.cx developer.**<br> Complete Enma language docs, every PCX API, coding guidelines, MCP configs, and LSP servers — in one package. </div> --- LLMs don't know Enma. They don't know the Perception.cx API. Ask them to write a PCX script and they hallucinate function names, invent parameters, and produce code that doesn't compile.

Topics

ai-toolkitangelscriptclaude-codeenmagame-scriptinglspmcpperception-cxreverse-engineering