llamacloud-mcp

llamacloud-mcp is a tool that allows you to use LlamaCloud as an MCP server. It enables querying LlamaCloud indexes and extracting data from files. You can specify multiple indexes for context retrieval and multiple extract agents for data extraction, along with configuring project and organization IDs and the transport method for the MCP server.

GitHub Stars

198

User Rating

Not Rated

Favorites

0

Views

44

Forks

35

Issues

2

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

uv: Install the latest version.

Installation Steps

1. Install uv

Follow the installation instructions for uv.

2. Run the Tool

Execute the following command to see the available options:
bash
uvx llamacloud-mcp@latest --help

3. Configure MCP Client

Configure your MCP client to use the llamacloud-mcp server. You can launch the server directly with:
bash
uvx llamacloud-mcp@latest

Troubleshooting

Common Issues

Issue: Server won't start Solution: Ensure uv is installed correctly.

Additional Resources