Skip to main content

Documentation Index

Fetch the complete documentation index at: https://lindo.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Connect Lindo to Claude through the Claude.ai Connector, Claude Desktop Extension, or Claude Code MCP/Plugin.

Claude.ai Connector

Paste the remote MCP URL in Claude.ai → Settings → Connectors. Supports OAuth login — no API key needed.
https://mcp.lindo.ai/mcp
Add Connector →

Claude Desktop Extension

Download the .mcpb file from GitHub releases and drag it into Claude Desktop → Settings → Extensions. Download Extension →

Claude Code (MCP)

Add Lindo as an MCP server in Claude Code:
claude mcp add lindo -- npx -y @lindoai/mcp-server

Claude Code Plugin

All-in-one plugin with bundled MCP server, skills, and agents:
claude plugin marketplace add lindoai/lindoai-claude-marketplace
claude plugin install lindo-ai@lindo-marketplace
See the Claude Plugin documentation for full details.

Which Should I Use?

MethodBest For
ConnectorClaude.ai web app users
ExtensionClaude Desktop app users
MCPClaude Code users who want granular control
PluginClaude Code users who want the simplest setup

Authentication

  • Connector & Extension — OAuth login, no API key needed
  • MCP & Plugin — Browser login on first run, or set LINDO_API_KEY env var

Resources