AI / ML|Development|ProductivityPython

npcpy

npcpy is a flexible agent framework for building AI applications and conducting research with LLMs.

Free
N/A rating (0 reviews)0 installs1,278 GitHub stars
NLPLLMsAgents

It supports local and cloud providers, multi-agent teams, tool calling, image/audio/video generation, knowledge graphs, fine-tuning, and more.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "npcpy-1": {
      "args": [
        "npcpy"
      ],
      "command": "uvx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.