run-llama

Llamaparse Agent Plugins — Development skill for Claude Code

Development community

Claude Code/Codex plugins for LlamaParse, LiteParse and LlamaParse MCP.

How to install Llamaparse Agent Plugins

This entry records only its repository, not the path inside it, so there is no exact command to give. Open run-llama/llamaparse-agent-plugins and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Llamaparse Agent Plugins does

Claude Code/Codex plugins for LlamaParse, LiteParse and LlamaParse MCP.

Alternatives in Development

  • MCP Builder — Guide for creating high-quality MCP servers to integrate external APIs and services 94.1k ★
  • Mempalace Help — Show comprehensive MemPalace help — available skills, MCP tools, CLI commands, hooks, and architecture 58.6k ★
  • Cyberboss — 一个接入微信的本地生活 Agent Bridge,让 Codex / Claude Code 拥有时间感、行踪感、随机唤醒和自主唤醒能力,用主动陪伴替代所有番茄钟和效率工具,自动记录日记、维护生活时间轴、发送文件和表情包 1.3k ★

README

LlamaParse Agent Plugins

Four document-focused plugins from LlamaIndex, packaged as a marketplace for both Claude and Codex. Parse documents locally with LiteParse, or connect to the LlamaParse Platform for cloud parsing and agentic retrieval over Index v2 knowledge bases.

Plugin Type What it does Needs an account?
liteparse Skill Local OCR parsing for PDFs, Office docs, and images No — fully local
llamaparse Skill Cloud parsing via the LlamaParse API Yes — API key
llamaparse-mcp MCP + skills Parse/split/classify plus Index v2 retrieval Yes — OAuth
llamaparse-mcp-eu MCP + skills The same, pointed at the Europe region Yes — OAuth

**Which MCP plugin?** Region follows your LlamaCloud account, not a per-session choice. Accounts on `cloud.llamaindex.ai` need `llamaparse-mcp`; accounts on `cloud.eu.llamaindex.ai` need `llamaparse-mcp-eu`. A token issued in one region is rejected by the other.

Install

Claude

Add the marketplace:

/plugin marketplace add run-llama/llamaparse-agent-plugins

Then install whichever plugins you want:

/plugin install liteparse@llamaparse-marketplace
/plugin install llamaparse@llamaparse-marketplace
/plugin install llamaparse-mcp@llamaparse-marketplace
/plugin install llamaparse-mcp-eu@llamaparse-marketplace

Skills are namespaced by plugin, so invoke them as `/:`:

/liteparse:liteparse
/llamaparse:llamaparse
/llamaparse-mcp:llamaparse-mcp   # parse / split / classify
/llamaparse-mcp:llamacloud-index # Index v2 agentic retrieval

The `llamaparse-mcp-eu` plugin exposes the same skills under its own namespace (`/llamaparse-mcp-eu:llamaparse-mcp`, and so on).

If the install summary says `Run /reload-plugins to activate`, run it.

Codex

Add the marketplace:

codex plugin marketplace add run-llama/llamaparse-agent-plugins