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
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
Snowflakeデータ基盤で挑むAI活用 〜4年間のDataOpsの基礎をもとに〜
kaz3284
1
330
男(監査)はつらいよ - Policy as CodeからAIエージェントへ
ken5scal
5
700
社内でAWS BuilderCards体験会を立ち上げ、得られた気づき / 20260225 Masaki Okuda
shift_evolve
PRO
1
150
サンタコンペ2025完全攻略 ~お前らの焼きなましは遅すぎる~
terryu16
1
570
Microsoft Fabric のワークスペースと容量の設計原則
ryomaru0825
2
230
Kaggleの経験が実務にどう活きているか / kaggle_findy
sansan_randd
1
140
Bill One 開発エンジニア 紹介資料
sansan33
PRO
5
18k
Introduction to Bill One Development Engineer
sansan33
PRO
0
380
Master Dataグループ紹介資料
sansan33
PRO
1
4.4k
Eight Engineering Unit 紹介資料
sansan33
PRO
1
6.9k
LINEアプリ開発のための Claude Code活用基盤の構築
lycorptech_jp
PRO
1
1.3k
ソフトウェアアーキテクトのための意思決定術: Create Decision Readiness—The Real Skill Behind Architectural Decision
snoozer05
PRO
27
8.3k
Featured
See All Featured
Navigating the moral maze — ethical principles for Al-driven product design
skipperchong
2
270
A Soul's Torment
seathinner
5
2.4k
Redefining SEO in the New Era of Traffic Generation
szymonslowik
1
230
The agentic SEO stack - context over prompts
schlessera
0
680
We Analyzed 250 Million AI Search Results: Here's What I Found
joshbly
1
860
Game over? The fight for quality and originality in the time of robots
wayneb77
1
130
The Anti-SEO Checklist Checklist. Pubcon Cyber Week
ryanjones
0
86
SEO for Brand Visibility & Recognition
aleyda
0
4.3k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.7k
Unlocking the hidden potential of vector embeddings in international SEO
frankvandijk
0
190
Documentation Writing (for coders)
carmenintech
77
5.3k
Building Adaptive Systems
keathley
44
2.9k
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