Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
私のMCPの使い方
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Yuta Matsumura
October 16, 2025
Technology
0
170
私のMCPの使い方
第1回 Fukuoka MCP Community
https://fukuoka-mcp.connpass.com/event/369767/
Yuta Matsumura
October 16, 2025
Tweet
Share
More Decks by Yuta Matsumura
See All by Yuta Matsumura
使って学ぼう MCP (と GitHub Codespaces)
tsubakimoto_s
1
230
GitHub Copilot CLI を使いやすくしよう
tsubakimoto_s
0
230
AspireとGitHub Modelsで作るお手軽AIアプリ
tsubakimoto_s
0
74
Memories of GitHub Universe & San Francisco
tsubakimoto_s
0
62
これからはじめる Model Context Protocol
tsubakimoto_s
0
80
Cloudflare の MCP サーバーをためしてみた
tsubakimoto_s
1
220
re:Invent の裏でアップデートされていた .NET Aspire で統合するAWS のクラウドリソース
tsubakimoto_s
1
150
.NET AspireでAzure Functionsやクラウドリソースを統合する
tsubakimoto_s
0
350
Microsoft Entra External IDとAzure AD B2C
tsubakimoto_s
0
2.5k
Other Decks in Technology
See All in Technology
LINE Messengerの次世代ストレージ選定
lycorptech_jp
PRO
17
7k
チームメンバー迷わないIaC設計
hayama17
5
3.6k
AWS Bedrock Guardrails / 機密情報の入力・出力をブロックする — Blocking Sensitive Information Input/Output
kazuhitonakayama
2
190
Introduction to Sansan Meishi Maker Development Engineer
sansan33
PRO
0
360
AIに視覚を与えモバイルアプリケーション開発をより円滑に行う
lycorptech_jp
PRO
1
760
Digitization部 紹介資料
sansan33
PRO
1
7k
組織のSREを推進するためのPlatform EngineeringとEKS / Platform Engineering and EKS to drive SRE in your organization
chmikata
0
180
Eight Engineering Unit 紹介資料
sansan33
PRO
1
6.9k
Introduction to Sansan for Engineers / エンジニア向け会社紹介
sansan33
PRO
6
71k
脱・コピペ!自分で調べて書くK8sマニフェスト
devops_vtj
0
110
競争優位を生み出す戦略的内製開発の実践技法
masuda220
PRO
2
530
Snowflake Night #2 LT
taromatsui_cccmkhd
0
310
Featured
See All Featured
Why Our Code Smells
bkeepers
PRO
340
58k
jQuery: Nuts, Bolts and Bling
dougneiner
65
8.4k
Pawsitive SEO: Lessons from My Dog (and Many Mistakes) on Thriving as a Consultant in the Age of AI
davidcarrasco
0
80
Stewardship and Sustainability of Urban and Community Forests
pwiseman
0
130
Joys of Absence: A Defence of Solitary Play
codingconduct
1
300
Fireside Chat
paigeccino
41
3.8k
AI Search: Where Are We & What Can We Do About It?
aleyda
0
7.1k
The Straight Up "How To Draw Better" Workshop
denniskardys
239
140k
Building the Perfect Custom Keyboard
takai
2
700
Navigating Algorithm Shifts & AI Overviews - #SMXNext
aleyda
1
1.1k
The Impact of AI in SEO - AI Overviews June 2024 Edition
aleyda
5
760
Building a Scalable Design System with Sketch
lauravandoore
463
34k
Transcript
私のMCPの使い方 2025/10/16 Fukuoka MCP Community #1 Yuta Matsumura
松村 優大 (MLBお兄さん) © 2025 Yuta Matsumura. #fukuoka_mcp.1 株式会社オルターブース (Chief
Technical Architect) Microsoft MVP for Developer Technologies Microsoft Top Partner Engineer Award 2025 GitHub 公認トレーナー C#, PHP, Azure, GitHub #fukuten #devblogradio #phpconfuk https://linktr.ee/tsubakimoto 2
MCP サーバーを探す MCP Registry … MCP サーバーを探す場所 https://github.com/mcp ※以前は https://code.visualstudio.com/mcp
でした © 2025 Yuta Matsumura. #fukuoka_mcp.1 3
github.com/mcp © 2025 Yuta Matsumura. #fukuoka_mcp.1 4 ▼ 44 種類
(10/09現在)
が使用している MCP サーバー • Microsoft Learn • Awesome Copilot •
GitHub • Sequential Thinking • Azure ※よく使用している順 © 2025 Yuta Matsumura. #fukuoka_mcp.1 5
が使用している MCP サーバー •Microsoft Learn •Awesome Copilot • GitHub •
Sequential Thinking • Azure ※よく使用している順 © 2025 Yuta Matsumura. #fukuoka_mcp.1 6
どこで MCP サーバーを使っているか Agent Mode (in VS Code) Coding Agent
(in github.com) © 2025 Yuta Matsumura. #fukuoka_mcp.1 7 GitHub Copilot
VS Code で使える 3つのモード GitHub Copilot © 2025 Yuta Matsumura.
#fukuoka_mcp.1 8 1. Ask → Copilot との Q&A 2. Edit → 複数ファイルをまたぐ変更 3. Agent → 自律的なコーディング
Microsoft Learn MCP Server https://github.com/mcp/microsoftdocs/mcp © 2025 Yuta Matsumura. #fukuoka_mcp.1
9
Microsoft Learn MCP Server • learn.microsoft.com に対して検索ができる • 3つのツールが利用可能 •
リモートサーバーがある ここ重要 © 2025 Yuta Matsumura. #fukuoka_mcp.1 10 ツール名 用途 microsoft_docs_search ページ検索 microsoft_docs_fetch ページを Markdown 形式に変換 microsoft_code_sample_search コードサンプル検索 (言語指定可)
MCP Client から MCP Server への通信方法 1. stdio • 標準入力と標準出力による通信
• ローカルで MCP Server を動かす (npx, docker, etc) 2. Streamable HTTP • ストリーミング可能な HTTP 接続による通信 • サーバーを独立することができる (要セキュア構成) © 2025 Yuta Matsumura. #fukuoka_mcp.1 11
必要な情報はMicrosoft Learnを検索して取得してください。 Microsoft Learn MCP Server のツールを明示的に利用するため この一文をプロンプトに含めておくとよい。 © 2025
Yuta Matsumura. #fukuoka_mcp.1 12
Microsoft Learn で何を調べるか C# や フレームワークの機能やクラス • 例:「変数◯◯を base64 に変換して、HttpContext
に保管する」 Azure の機能やアーキテクチャー • 単一サービスよりは、複数サービスを組み合わせる情報を調べる IaC のコードサンプルやリファレンス • 例:「Azure Policy で ✕✕ を制限する Bicep を生成して」 © 2025 Yuta Matsumura. #fukuoka_mcp.1 13
Awesome Copilot MCP Server https://github.com/github/awesome-copilot © 2025 Yuta Matsumura. #fukuoka_mcp.1
14
Awesome Copilot • https://github.com/github/awesome-copilot • GitHub Copilot の Tips 集のようなリポジトリ
• Instructions … カスタム指示 • Prompts … カスタムプロンプト • Chat modes … Copilot Chat カスタムモード (◯◯のすがた) © 2025 Yuta Matsumura. #fukuoka_mcp.1 15
の Awesome Copilot の使い方 1 リポジトリ/フォルダの作成 2 Awesome Copilot で初期設定
3 (Issue +) Agent でドキュメント作成 4 (Issue +) Agent でコード実装 © 2025 Yuta Matsumura. #fukuoka_mcp.1 16
宣伝 今年が最後の PHPカンファレンス福岡 にご参加ください © 2025 Yuta Matsumura. #fukuoka_mcp.1 26
Appendix • https://modelcontextprotocol.io/ • https://github.com/mcp • https://github.com/github/awesome-copilot • https://github.com/MicrosoftDocs/mcp ©
2025 Yuta Matsumura. #fukuoka_mcp.1 27
ご清聴ありがとうございました © 2025 Yuta Matsumura. #fukuoka_mcp.1 28