llamaparse-marketplace

A plugin collection that connects coding agents to LlamaParse, a service for extracting content from documents, and related document-processing tools. It includes local and cloud-based processing options.

In plain words
What is it for?
Use it for document parsing, text extraction, OCR, and workflows that combine local processing with LlamaParse's connected services.
Why use it?
It gives agents a way to work with PDFs, Office files, images, and other unstructured documents instead of treating them as inaccessible files.

Plugin for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add plugins/run-llama/llamaparse-agent-plugins/marketplace
Claude Code
/plugin marketplace add run-llama/llamaparse-agent-plugins
Clone the repo
git clone --depth 1 https://github.com/run-llama/llamaparse-agent-plugins

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

llamaparse-marketplace scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude-plugin/marketplace.json · 81 lines

How it starts

The opening of the file, as written. The whole thing — 81 lines — stays where its author put it; the contents beside it link to each section on GitHub.

{
  "name": "llamaparse-marketplace",
  "version": "0.1.0",
  "description": "Connect your agents to the entire LlamaParse stack, from local parsing with LiteParse to cloud-powered workflows with LlamaParse and its MCP",
  "owner": {
    "name": "LlamaIndex",
    "email": "[email protected]",
    "url": "https://github.com/run-llama"
  },
  "plugins": [
    {
      "name": "liteparse",
      "displayName": "LiteParse",
      "description": "Parse unstructured documents (PDF, DOCX, PPTX, XLSX, images, and more) locally with LiteParse: fast, lightweight, no cloud dependencies or LLM required.",
      "source": "./plugins/liteparse",
      "homepage": "https://developers.llamaindex.ai/liteparse",
      "repository": "https://github.com/run-llama/llamaparse-agent-plugins",
      "license": "MIT",
      "author": {
        "name": "LlamaIndex",
        "email": "[email protected]",
        "url": "https://github.com/run-llama"
      },
      "category": "documents",
      "keywords": ["parsing", "text-extraction", "local", "ocr"],
      "tags": ["parsing", "text-extraction", "local", "ocr"]
    },
    {
      "name": "llamaparse",
      "displayName": "LlamaParse",
      "description": "Parse is an agentic document parser for LLM pipelines—130+ file types, layout-aware, outputs clean markdown, text, or JSON.",
      "source": "./plugins/llamaparse",
      "homepage": "https://developers.llamaindex.ai/llamaparse",
      "repository": "https://github.com/run-llama/llamaparse-agent-plugins",
      "license": "MIT",
      "author": {
        "name": "LlamaIndex",
        "email": "[email protected]",
        "url": "https://github.com/run-llama"
      },
      "category": "documents",
      "keywords": ["parsing", "agentic-ai", "cloud", "ocr"],
      "tags": ["parsing", "agentic-ai", "cloud", "ocr"]
    },
    {
      "name": "llamaparse-mcp",
      "displayName": "LlamaParse MCP",
      "description": "Connect your agent to the LlamaParse Platform MCP and unlock

Read the full file on GitHub · 81 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 81 lines scan A 5a9ec314b7af

Subscribe to this mod's changes

llamaparse-marketplace is a plugin published in the GitHub repository run-llama/llamaparse-agent-plugins (3 stars, last pushed 17d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.