paragonos-misc-tools
OfficialProvides OCR capabilities for extracting text from images using Google's Gemini models.
Extracts markdown content from published Notion sites.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@paragonos-misc-toolsExtract text from screenshot.png"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Misc Tools MCP Server
Part of ParagonOS by Metarune Labs Pvt Ltd
A collection of miscellaneous tools for Claude, Cursor, and MCP-compatible clients. Includes OCR (Optical Character Recognition) capabilities leveraging the Google Gemini API. Extract text from images using file paths or base64 encoded strings through the Model Context Protocol.
Overview
This MCP server provides enterprise-grade OCR capabilities, enabling AI assistants to extract text from images with high accuracy using Google's advanced Gemini models.
Example Use Case:
Extract text from the following image:

Convert it to plain text, e.g., fbVk
Related MCP server: Mistral OCR MCP Server
Key Features
File-based OCR: Extract text directly from image files on your local system
Base64 OCR: Extract text from base64 encoded image strings
High Accuracy: Utilizes Google's advanced Gemini models for superior text recognition
Easy Integration: Simple MCP tools for seamless AI assistant integration
Multi-format Support: Works with various image formats (PNG, JPG, JPEG, etc.)
Requirements
Python 3.8+
Claude Desktop or Cursor (or any MCP client)
Installation
1. Clone Repository
git clone https://github.com/Paragon-OS/paragonos-misc-tools-mcp.git
cd paragonos-misc-tools-mcp2. Install UV (if needed)
macOS/Linux:
curl -LsSf https://astral.sh/uv/install.sh | shWindows:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"3. Install Dependencies
uv sync4. Install Playwright Browser (for Notion tools)
After installing dependencies, you need to install the Chromium browser for Playwright:
playwright install chromiumMCP Configuration
Edit your Claude config (~/Library/Application Support/Claude/claude_desktop_config.json) or Cursor config (~/.cursor/mcp.json):
{
"mcpServers": {
"paragonos-misc-tools": {
"command": "uv",
"args": [
"--directory",
"/full/path/to/paragonos-misc-tools-mcp",
"run",
"misc-tools-mcp"
],
"env": {
"GEMINI_MODEL": "gemini-2.5-flash-preview-05-20",
"GEMINI_API_KEY": "YOUR_GEMINI_API_KEY"
}
}
}
}Windows:
{
"mcpServers": {
"paragonos-misc-tools": {
"command": "uv",
"args": [
"--directory",
"C:\\full\\path\\to\\paragonos-misc-tools-mcp",
"run",
"misc-tools-mcp"
],
"env": {
"GEMINI_MODEL": "gemini-2.5-flash-preview-05-20",
"GEMINI_API_KEY": "YOUR_GEMINI_API_KEY"
}
}
}
}Available Tools
ocr_image_file
Performs OCR on a local image file.
Parameter:
image_file(string) - Absolute or relative path to the image fileReturns: Extracted text from the image
ocr_image_base64
Performs OCR on a base64 encoded image.
Parameter:
base64_image(string) - Base64 encoded string of the imageReturns: Extracted text from the image
read_notion_markdown
Extracts markdown content from a Notion published site URL.
Parameter:
notion_url(string) - The full URL of the Notion published site (must benotion.site, notnotion.so)Returns: The extracted markdown content as a string
Usage Examples
"Extract text from image at /path/to/screenshot.png"
"Read the text from this image: [base64 string]"
"What does the text say in captcha.jpg?"
"OCR this receipt image and extract the total amount"
"Read the markdown from this Notion page: https://example.notion.site/..."
About ParagonOS
ParagonOS is a comprehensive AI integration infrastructure platform developed by Metarune Labs Pvt Ltd, providing secure, reliable, and extensible bridges between AI assistants and modern services.
License
Licensed under the Apache 2.0 License. See LICENSE file for details.
Developed by Metarune Labs Pvt Ltd Part of the ParagonOS ecosystem
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Paragon-OS/paragonos-misc-tools-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server