pi (MCP Server)

GitHub

AI agent toolkit: unified LLM API, agent loop, TUI, coding agent CLI

90,774 stars TypeScript MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "pi": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-pi"
      ]
    }
  }
}