Skip to content

ecator/filereader-mcp-server

Repository files navigation

License: MIT Workflow Status

🇨🇳中文 🇯🇵日本語 🇰🇷한국어 🇩🇪Deutsch 🇪🇸Español 🇫🇷français 🇵🇹Português 🇷🇺Русский

Overview

The MCP Server for search/read Excel, Word, PowerPoint, PDF, md/txt files.

You must install Office 2016 and later versions to use this MCP server.

Use

Download the latest version and extract it to any location.

Then add the following configuration to the MCP servers configuration.

{
  "mcpServers": {
    "filereader": {
      "command": "DRIVER:\\PATH\\TO\\filereader-mcp-server.exe",
      "args": ["path1", "path2", "path3", "..."],
      "env": {}
    }
  }
}

Please refer to the following if you are using Codex.

%USERPROFILE%\.codex\config.toml

[mcp_servers.filereader]
command = 'cmd'
args = [
    "/c",
    'DRIVER:\PATH\TO\filereader-mcp-server.exe',
    'path1','path2','path3', '...',
]
env = { SystemRoot = 'C:\Windows' }
startup_timeout_sec = 300
tool_timeout_sec = 300
enabled = true

Note that this is only supported on Windows with Office 2016 (64-bit version) or above installed!

Tools

//TODO

About

The MCP Server for search/read Excel, Word, PowerPoint, PDF, md/txt files.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors