Skip to content

plemeo MCP for Claude

Overview

The plemeo MCP for Claude app connects Claude by Anthropic directly to your plemeo.ai workspace. Once connected, you can use plemeo.ai's AI capabilities — text generation, OCR, and image analysis — without leaving the Claude conversation.

This integration uses the Model Context Protocol (MCP), an open standard for connecting AI assistants to external tools and data sources.

Available Tools

ToolDescription
Generate ResponseAI-powered text generation with access to your organisation's private knowledge base and web search
Process OCRExtract text from images (PNG, JPG, TIFF) using AI-powered vision OCR
Analyze ImageAI-powered image analysis — describe, evaluate, or answer questions about image content

Requirements

  • An active plemeo.ai Lite subscription
  • A plemeo.ai API key for the MCP app (found in your Apps dashboard)

Setup

  1. Open Claude.ai (or Claude Desktop / Claude Code)
  2. Go to SettingsConnectors (or Integrations)
  3. Search for plemeo.ai or add a custom connector with the URL:
    https://mcp.plemeo.ai/mcp
  4. Claude will redirect you to the plemeo.ai authorization page
  5. Enter your API key (found in the plemeo.ai Apps dashboard under "plemeo MCP for Claude")
  6. Click Authorize — you're connected

Usage Examples

Query your knowledge base

Prompt: "Use plemeo.ai to summarise our company's current refund policy based on our internal documents."

Claude calls generate_response, which searches your organisation's private knowledge base and returns an AI-generated summary referencing your internal source documents.

Extract text from a document

Prompt: "Extract the text from this scanned invoice: https://example.com/invoice.png"

Claude calls process_ocr, which downloads the image, runs AI-powered vision OCR, and returns the extracted text including detected form fields and values.

Analyze an image

Prompt: "Analyze this product photo and tell me if the packaging is damaged: https://example.com/photo.jpg"

Claude calls analyze_image, which downloads the image and returns a detailed AI-generated description answering your specific question.

Finding Your API Key

  1. Log in to plemeo.ai
  2. Navigate to Apps in the sidebar
  3. Find plemeo MCP for Claude in your apps list
  4. Your API key is displayed in the app details

Support