フォルダのみ
{
"mcpServers": {
"filesystem": {
"command": "C:\\Program Files\\nodejs\\node.exe",
"args": [
"C:\\Users\\kaida\\AppData\\Roaming\\npm\\node_modules\\@modelcontextprotocol\\server-filesystem\\dist\\index.js",
"C:\\Users\\kaida\\Desktop"
]
}
}
}
excel読み取り機能を追加
{
"mcpServers": {
"filesystem": {
"command": "C:\\Program Files\\nodejs\\node.exe",
"args": [
"C:\\Users\\kaida\\AppData\\Roaming\\npm\\node_modules\\@modelcontextprotocol\\server-filesystem\\dist\\index.js",
"C:\\Users\\kaida\\Desktop"
]
},
"excel_reader": {
"command": "uv",
"args": [
"--directory",
"C:\\Users\\kaida\\Desktop\\mcp_excel_reader",
"run",
"excel_reader.py"
]
}
}
}