0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

mpc3

Last updated at Posted at 2025-07-12

フォルダのみ

{
    "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"
            ]
        }
    }
}

image.png

image.png

image.png

image.png

image.png

image.png

image.png

image.png


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"
            ]
        }
    }
}

image.png

image.png

image.png

image.png
image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?