1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

"Claude CodeとMCPサーバーで作る自動化&生産性アップ術"の途中まで

Last updated at Posted at 2025-08-15

【2025年最新版】個人開発者必見!Claude CodeとMCPサーバーで作る自動化&生産性アップ術
https://qiita.com/suzukiichirou00/items/2eb85dc2855b7e03e9df

bash
$ docker run -v ./:/tmp/qiita -it kaizenjapan/zsh /bin/zsh
bash
# npm install @composio/mcp@latest
npm warn deprecated rollup-plugin-inject@3.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-inject.
npm warn deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead

added 121 packages in 6s

20 packages are looking for funding
  run `npm fund` for details
npm notice
npm notice New minor version of npm available! 11.4.2 -> 11.5.2
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.5.2
npm notice To update run: npm install -g npm@11.5.2
npm notice
# # npx @composio/mcp@latest setup github --client claude
📝 Configuration Details:
   URL: github
   Client: claude
   Name: 

💾 Saving configurations...
✅ Configuration saved to: /root/.config/Claude/claude_desktop_config.json

🚀 All done! Please restart claude for changes to take effect

# git clone https://github.com/modelcontextprotocol/servers.git
Cloning into 'servers'...
remote: Enumerating objects: 11789, done.
remote: Counting objects: 100% (465/465), done.
remote: Compressing objects: 100% (249/249), done.
remote: Total 11789 (delta 402), reused 216 (delta 216), pack-reused 11324 (from 4)
Receiving objects: 100% (11789/11789), 25.06 MiB | 19.82 MiB/s, done.
Resolving deltas: 100% (7838/7838), done.
root@6c3d1cb50c08:/tmp/aws/mcp# ls
servers
root@6c3d1cb50c08:/tmp/aws/mcp# cd servers/src/filesystem
root@6c3d1cb50c08:/tmp/aws/mcp/servers/src/filesystem# npm install
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported

added 460 packages, and audited 462 packages in 6s

65 packages are looking for funding
  run `npm fund` for details

2 vulnerabilities (1 low, 1 high)

To address all issues, run:
  npm audit fix

Run `npm audit` for details.
root@6c3d1cb50c08:/tmp/aws/mcp/servers/src/filesystem# npm audit
# npm audit report

@modelcontextprotocol/server-filesystem  <=0.6.2
Severity: high
@modelcontextprotocol/server-filesystem vulnerability allows for path validation bypass via colliding path prefix - https://github.com/advisories/GHSA-hc55-p739-j48w
@modelcontextprotocol/server-filesystem allows for path validation bypass via prefix matching and symlink handling - https://github.com/advisories/GHSA-q66q-fx2p-7w4m
fix available via `npm audit fix`
src/filesystem

brace-expansion  1.0.0 - 1.1.11 || 2.0.0 - 2.0.1
brace-expansion Regular Expression Denial of Service vulnerability - https://github.com/advisories/GHSA-v6h2-p8h4-qcjw
brace-expansion Regular Expression Denial of Service vulnerability - https://github.com/advisories/GHSA-v6h2-p8h4-qcjw
fix available via `npm audit fix`
node_modules/brace-expansion
node_modules/filelist/node_modules/brace-expansion
src/filesystem/node_modules/brace-expansion

2 vulnerabilities (1 low, 1 high)

To address all issues, run:
  npm audit fix

Ref.

本から始める 面倒なことはChatGPTにやらせよう by からあげ
https://qiita.com/kaizen_nagoya/items/f5ce2a18db54b5610e4b

MCP入門 〜面倒なことはAIエージェントにやらせよう〜 by からあげ を聞きながら
https://qiita.com/kaizen_nagoya/items/54b648c838fae8d57e38

【松尾研LLMコミュニティ】面倒なことはLLMにやらせよう "Beginning LLM"2024年10月17日 AI(9)
https://qiita.com/kaizen_nagoya/items/efdc23fbe67cdae2126e

設計:ChatGPTで特異解か一般解を求める AI(1)
https://qiita.com/kaizen_nagoya/items/4dec580e16a7c84b0ec4

みんなの使い方から学ぶ
https://qiita.com/kaizen_nagoya/items/8e7de492d896df94a36e

AI・機械学習 昨日、今日、明日
https://qiita.com/kaizen_nagoya/items/adb184c8fc7a65ac9756

DNA LLM and genome for survey 2200 papers by name.
https://qiita.com/kaizen_nagoya/items/ce8a28d6072f340a9d59

1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?