Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

File Processor

БесплатноНе проверен

Text extraction, keyword extraction, language detection, and chunking for RAG

GitHubEmbed

Описание

Text extraction, keyword extraction, language detection, and chunking for RAG

README

Open-source Model Context Protocol servers by Opafex. Each server is a standalone npm package usable with Claude Code, Claude Desktop, Cursor, and any MCP-compatible client.

Servers

Package Description Status
@opafex/mcp-enrichment Company, contact, email & phone enrichment via Clearbit, Hunter.io, Twilio Available
@opafex/mcp-file-processor Document text extraction, keyword detection, chunking Available
@opafex/mcp-web-research Web search, page fetch, research synthesis Planned
@opafex/mcp-approval-queue Human-in-the-loop approval workflows Planned
@opafex/mcp-knowledge-grid Document indexing, semantic search, context composition Planned

Quick Start

# Clone and install
git clone https://github.com/opafex/opafex-mcps.git
cd opafex-mcps
npm install
npm run build

# Run the enrichment server (mock mode — no API keys needed)
node packages/enrichment/dist/index.js

Add to Claude Code

Create or edit .mcp.json in your project root:

{
  "mcpServers": {
    "enrichment": {
      "command": "node",
      "args": ["/path/to/opafex-mcps/packages/enrichment/dist/index.js"],
      "env": {
        "CLEARBIT_API_KEY": "sk-...",
        "HUNTER_API_KEY": "...",
        "TWILIO_ACCOUNT_SID": "...",
        "TWILIO_AUTH_TOKEN": "..."
      }
    }
  }
}

All servers work in mock mode when API keys are omitted — great for development and testing.

Development

npm install          # Install all dependencies
npm run build        # Build all packages
npm test             # Run all tests

Adding a New Server

  1. Create packages/<server-name>/ with package.json, tsconfig.json, and src/
  2. Use @opafex/mcp-shared for the server bootstrap (createMCPServer)
  3. Define tools in tools.ts, wire up in index.ts
  4. Add tests in __tests__/

See packages/enrichment as a reference implementation.

Shared Utilities

@opafex/mcp-shared provides:

  • createMCPServer() — Reusable MCP server bootstrap with tool/resource registration and stdio transport
  • Validation helpers — Email, domain, phone format validation

License

MIT

from github.com/IntelagentStudios/Intelagent-MCPs

Установить File Processor в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install mcp-file-processor

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add mcp-file-processor -- npx -y @intelagent/mcp-file-processor

FAQ

File Processor MCP бесплатный?

Да, File Processor MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для File Processor?

Нет, File Processor работает без API-ключей и переменных окружения.

File Processor — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить File Processor в Claude Desktop, Claude Code или Cursor?

Открой File Processor на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare File Processor with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai