Back to MCP Servers
🔌

cyberchitta/llm-context.py

Apache-2.0

🐍 🏠 - Share code context with LLMs via MCP or clipboard

PythonAI & LLMs

Install

npx -y cyberchitta-llm-context-py

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "cyberchitta-llm-context-py": {
      "command": "npx",
      "args": [
        "-y",
        "cyberchitta-llm-context-py"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.