🇨🇳中文 🇯🇵日本語 🇰🇷한국어 🇩🇪Deutsch 🇪🇸Español 🇫🇷français 🇵🇹Português 🇷🇺Русский
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.
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 = trueNote that this is only supported on Windows with Office 2016 (64-bit version) or above installed!
//TODO