MCP
#LLM
概要
Model Context Protocol(MCP)は、2024年11月にAnthropic社が発表したクライアント-サーバー間通信のプロトコル
MCPは、LLM(大規模言語モデル)を活用したアプリケーション開発において、外部データの参照やツールの呼び出しを標準化し、効率的なインテグレーションを可能にします
MCPのアーキテクチャは、以下の3つの主要コンポーネントで構成されています。
MCP Host: LLMを備えたアプリケーション
MCP Client: Hostアプリケーション内で、MCPサーバーとの接続セッションの管理を担当
MCP Server: データや機能を提供するサーバー
このプロトコルはステートフルであり、接続初期化時にサーバーからツールやリソースに関する指示を受け取り、その後も同じ長期間の接続を利用してツールを呼び出します。
https://gyazo.com/572bd7ac3fddcbb91734818c311ba638
MCPサーバー一覧
一覧
modelcontextprotocol/servers: Model Context Protocol Servers
公式のサンプル実装が色々集まってる
まずはここをみる
MCPサーバー一覧【2025年3月】|伊志嶺(LLMで業務改善する人)
良さそうなやつ
excalidraw/excalidraw-mcp: Fast and streamable Excalidraw MCP App
ppl-ai/modelcontextprotocol: A Model Context Protocol Server connector for Perplexity API, to enable web search without leaving the MCP ecosystem.
Flux159/mcp-server-kubernetes: MCP Server for kubernetes management commands
TomokiIshimine/dify-mcp-server
upstash/context7: Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
LLMに最新のapiドキュメントを渡すMCP
cursor , claude codeなどに必須かも
datalayer/jupyter-mcp-server: 🪐 ✨ Model Context Protocol (MCP) Server for Jupyter.
#Jupyter
CircleCI
https://circleci.com/mcp/
使ってるやつ
worldnine/scrapbox-cosense-mcp
smithery-ai/mcp-obsidian: A connector for Claude Desktop to read and search an Obsidian vault.
microsoft/playwright-mcp: Playwright MCP server
MCPサーバーを検索するやつ
MCP – Model Context Protocol Servers, Clients, and Tools
/icons/hr.icon
Introduction - Model Context Protocol
/tomiokario/MCP図解
速習・MCP
How Model Context Protocol works. MCP Explained | Quickchat AI - AI Agents
modelcontextprotocol/servers: Model Context Protocol Servers