Aparavi MCP Server

Aparavi MCP Server

Integrates with Aparavi's document processing API to allow LLMs to process documents, extract clean text, and perform OCR on diagrams.

Category
访问服务器

README

Aparavi MCP Server

An MCP (Model Context Protocol) server that integrates with Aparavi's document processing capabilities. This server allows Language Models to process documents through Aparavi's API and receive cleaned text output.

npm version License: MIT

Features

  • 📄 Document processing via Aparavi API
  • 🧹 Clean text extraction without metadata
  • 🔌 MCP-compliant interface
  • ⚙️ Environment-based configuration
  • 🚀 Async processing support
  • 📦 Easy installation via NPX
  • 🔍 OCR capabilities for system diagrams
  • 🐍 Python-based with Node.js wrapper

Table of Contents

Prerequisites

  • Python 3.8 or higher
  • Node.js 14 or higher
  • Git (for development setup)

Installation

For Users

There are two ways to install the MCP server as a user:

  1. Get your API Key: For EU Users https://dtc.aparavi.eu/usage or US Users https://dtc.aparavi.com/usage

  2. Run the Server

    
    # Choose which Aparavi server you want to use and set API keys in terminal
    
     # For US users: 
     # Get Aparavi API Key from: https://dtc.aparavi.com/
     # Set APARAVI_API_URL to: https://eaas.aparavi.com
    
     # For EU users: 
     # Get Aparavi API Key from: https://dtc.aparavi.eu/
     # Set APARAVI_API_URL to: https://eaas.aparavi.eu
    
    # For Unix/Linux/macOS
    export APARAVI_API_KEY=your_api_key_here
    export APARAVI_API_URL=your_url_here
    
    # For Windows - Set API keys in Command Prompt
    set APARAVI_API_KEY=your_api_key_here
    set APARAVI_API_URL="your_url_here"
    
    # OR for Windows PowerShell
    $env:APARAVI_API_KEY="your_api_key_here"
    $env:APARAVI_API_URL="your_url_here"
    
    # Run the server (same command for all platforms)
    npx aparavi-mcp@latest
    
  3. Add Server to your Client Update your MCP_config.json file in the client with this:

     {
       "mcpServers": {
         "aparavi": {
           "serverUrl": "http://localhost:8000/mcp"
         }
       }
     }
    
    

For Developers

For local development and testing:

  1. Clone the Repository

    git clone https://github.com/AparaviSoftware/mcp-server
    cd mcp-server
    
  2. Set Environment Variables

    # For US users: https://eaas.aparavi.com
    # For EU users: https://eaas.aparavi.eu
    
    # For Unix/Linux/macOS
    export APARAVI_API_KEY=your_api_key_here
    export APARAVI_API_URL=your_url_here
    
    # For Windows - Set API keys in Command Prompt
    set APARAVI_API_KEY=your_api_key_here
    set APARAVI_API_URL="your_url_here"
    
    # OR for Windows PowerShell
    $env:APARAVI_API_KEY="your_api_key_here"
    $env:APARAVI_API_URL="your_url_here"
    
  3. Set Up Python Environment

     npx aparavi-mcp@latest
    
  4. Running Tests First, ensure your server is running (from step 1). Then you can run and configure tests:

    # Run the test tool
    python tests/test_tool.py
    

    To test different tools or files, open tests/test_tool.py and modify the main() function:

    def main():
        # Change the file path to test different documents
        file_path = "tests/testdata/test_document.txt"
        # Or try other test files:
        # file_path = "tests/testdata/SDD_RoadTrip.pdf"
        # file_path = "tests/testdata/system_diagram.jpeg"
    
        # Change the tool name to test different tools
        tool_name = "document_processor"
        # Available tools:
        # - "Aparavi_Document_Processor" (for text documents)
        # - "Advanced_OCR_Parser" (for diagrams/images)
    
        run_tool_test(file_path, tool_name)
    

Configuration

Required Environment Variables

  • APARAVI_API_KEY: Your Aparavi API key (required)
  • APARAVI_API_URL: Your Aparavi API server (required)

Optional Environment Variables

  • VISION_API_KEY: Your Mistral Vision API key (required only for video processing tool)
    • Only needed if you want to use the Aparavi_Video_Processor tool
    • Get your API key from Mistral AI
    • Set it the same way as other environment variables:
      # Unix/Linux/macOS
      export VISION_API_KEY=your_mistral_api_key_here
      
      # Windows Command Prompt
      set VISION_API_KEY=your_mistral_api_key_here
      
      # Windows PowerShell
      $env:VISION_API_KEY="your_mistral_api_key_here"
      

Project Structure

aparavi-mcp/
├── bin/                    # Executable scripts
│   ├── index.js           # Node.js entry point
│   └── setup.sh           # Python environment setup
|__ prompts/               #Preconfigured prompts
├── tools/                 # MCP tool implementations
├── resources/             # Configuration and resources
├── tests/                 # Test files
├── mcp-server.py         # Main Python server
├── requirements.txt      # Python dependencies
└── package.json         # Node.js package config

License

This project is licensed under the MIT License - see the LICENSE file for details.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选