MCP ExplorerExplorer

Mcp Url Parse Content

@liujianqiao928on a year ago
1 MIT
FreeCommunity
AI Systems
MCP server for parsing PDF, PNG, JPG content into a model-friendly format.

Overview

What is Mcp Url Parse Content

mcp-url-parse-content is an MCP server designed to parse content from various file formats such as PDF, PNG, and JPG, and output it in a format understandable by large models.

Use cases

Use cases include extracting text from scanned documents, converting images to text for data analysis, and preparing content for natural language processing tasks.

How to use

To use mcp-url-parse-content, you need to set up the server with the command provided in the README, specifying the directory and running the main.py script using the ‘uv’ command.

Key features

Key features include support for multiple file formats (PDF, PNG, JPG), integration with OCR technology for text recognition, and planned updates to support DOC and Excel formats.

Where to use

mcp-url-parse-content can be used in fields such as document processing, data extraction, and machine learning applications where content from various file formats needs to be analyzed and processed.

Content

服务介绍

这是一个用于解析pdf内容的mcp server,用于解析 pdf、png、jpg等格式,并整理成大模型所理解的格式输出。

开发环境

  • python 3.12
  • mcp sdk
  • uv
  • pypdf
  • paddle ocr

使用方法

{
  "mcpServers": {
    "urlParseContent": {
      "command": "uv",
      "args": [
        "--directory",
        "xxx/urlParseContent",
        "run",
        "main.py"
      ]
    }
  }
}

后续更新

  • 提高ocr识别
  • 增加 doc格式和Excel格式

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers