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
82
私の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
これからはじめる Model Context Protocol
tsubakimoto_s
0
34
Cloudflare の MCP サーバーをためしてみた
tsubakimoto_s
1
33
re:Invent の裏でアップデートされていた .NET Aspire で統合するAWS のクラウドリソース
tsubakimoto_s
1
110
.NET AspireでAzure Functionsやクラウドリソースを統合する
tsubakimoto_s
0
310
Microsoft Entra External IDとAzure AD B2C
tsubakimoto_s
0
1.9k
Minimal Observability on Minimal API
tsubakimoto_s
0
110
ワークフローのコピペを自作で解消した話
tsubakimoto_s
0
84
Azure AI ことはじめ
tsubakimoto_s
0
680
Azureのコアサーバーレス Azure Functions
tsubakimoto_s
0
690
Other Decks in Technology
See All in Technology
AWS Top Engineer、浮いてませんか? / As an AWS Top Engineer, Are You Out of Place?
yuj1osm
2
210
OAuthからOIDCへ ― 認可の仕組みが認証に拡張されるまで
yamatai1212
0
110
HR Force における DWH の併用事例 ~ サービス基盤としての BigQuery / 分析基盤としての Snowflake ~@Cross Data Platforms Meetup #2「BigQueryと愉快な仲間たち」
ryo_suzuki
0
210
AWSでAgentic AIを開発するための前提知識の整理
nasuvitz
2
150
Codexとも仲良く。CodeRabbit CLIの紹介
moongift
PRO
0
210
Wasmのエコシステムを使った ツール作成方法
askua
0
160
カンファレンスに託児サポートがあるということ / Having Childcare Support at Conferences
nobu09
1
570
Adminaで実現するISMS/SOC2運用の効率化 〜 アカウント管理編 〜
shonansurvivors
4
450
React19.2のuseEffectEventを追う
maguroalternative
0
150
Bill One 開発エンジニア 紹介資料
sansan33
PRO
4
14k
"プロポーザルってなんか怖そう"という境界を超えてみた@TSUDOI by giftee Tech #1
shilo113
0
190
LLM時代にデータエンジニアの役割はどう変わるか?
ikkimiyazaki
6
1.4k
Featured
See All Featured
Docker and Python
trallard
46
3.6k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.5k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.5k
How to train your dragon (web standard)
notwaldorf
97
6.3k
The Cost Of JavaScript in 2023
addyosmani
55
9k
The Cult of Friendly URLs
andyhume
79
6.6k
4 Signs Your Business is Dying
shpigford
185
22k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
8
910
A Tale of Four Properties
chriscoyier
161
23k
A designer walks into a library…
pauljervisheath
209
24k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.6k
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