Skip to content
Cline

mcp file processor for Cline

io.github.intelagentstudios/mcp-file-processor

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

client:Cline transport:stdio runtime:npm

Install mcp file processor in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "mcp-file-processor": {
      "command": "npx",
      "args": [
        "-y",
        "@intelagent/mcp-file-processor"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mcp file processor in other clients