Token导航 LogoToken导航TokenDH.com
Dtc MCP Server logo
文档知识stdio官方级别未说明来源级核验

Dtc MCP Server

MCP Server

aparavi-mcp@latest

Aparavi MCP服务器是一个集成了Aparavi文档处理能力的模型上下文协议服务器,允许语言模型通过API处理文档并获取清理后的文本输出。

工具数

2

提示词数

0

GitHub Stars

0

资源数

0
文档处理文本提取JavaScriptWindsurf异步处理Windsurf

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

HendrikKrack

提供方

HendrikKrack

最后核验

2026/5/17 20:23

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx aparavi-mcp@latest

详细介绍

Aparavi MCP服务器

与Aparavi的文档处理功能集成的MCP(模型上下文协议)服务器。该服务器允许语言模型通过Aparavi的API处理文档,并接收干净的文本输出。

](https://www.npmjs.com/package/aparavi-mcp) ![License: MIT](https://opensource.org/licenses/MIT)

特性

  • 📄 通过Aparavi API进行文件处理
  • 🧹 无元数据的干净文本提取
  • 🔌 MCP兼容接口
  • ⚙️ 基于环境的配置
  • 🚀 异步处理支持
  • 📦 通过NPX轻松安装
  • 🔍 系统图的OCR功能
  • 🐍 基于Python的Node.js包装器

目录

- 对于用户 - 对于开发者

- 以用户身份运行 - 为发展而奔跑

先决条件

  • Python 3.8或更高版本
  • Node.js 14或更高版本
  • Git(用于开发设置)

快速启动安装

对于用户

最快的入门方法是使用 npx:

首先从我们的开发门户获取您的API-Key 这里 (你可以看这个 视频 用于定向)。

  1. 运行服务器
   # For Unix/Linux/macOS - Set API keys in terminal
   export APARAVI_API_KEY=your_api_key_here

   # For Windows - Set API keys in Command Prompt
   set APARAVI_API_KEY=your_api_key_here

   # OR for Windows PowerShell
   $env:APARAVI_API_KEY="your_api_key_here"

   # Run the server (same command for all platforms)
   npx aparavi-mcp@latest
  1. 将服务器添加到客户端

更新您的 MCP_config.json 客户端中的文件(帆板运动, 克劳德, 光标)与此:

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

对于开发者

对于本地开发和测试:

  1. 克隆存储库
   git clone https://github.com/AparaviSoftware/mcp-server
   cd mcp-server
  1. 设置Python环境
    npx aparavi-mcp@latest
  1. 运行测试

首先,确保您的服务器正在运行(从步骤1开始)。然后,您可以运行和配置测试:

   # Run the test tool
   python tests/test_tool.py

要测试不同的工具或文件,请打开 tests/test_tool.py 并修改 main() 功能:

   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)

配置

所需的环境变量

  • APARAVI_API_KEY:您的Aparavi API密钥(必需)

项目结构

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

许可证

此项目根据MIT许可证获得许可-请参阅 许可证 文件以获取详细信息。

目录标签

目录标签

文档处理文本提取JavaScriptWindsurf异步处理本地部署API集成OCR

支持客户端

Windsurf

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

运行时(runtime,运行环境)

Node.js

来源包(packageName,安装包名)

aparavi-mcp@latest

工具数量(toolCount,工具数)

2

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdionone部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP