模型上下文協議伺服器目錄
發現熱門的模型上下文協議伺服器
Google Drive
用於 Google Drive 的 Claude MCP 伺服器
gdrivegoogle雲端
ByClaude 團隊
GitHub MCP 伺服器
用於 GitHub API 的 Claude MCP 伺服器
githubgit
ByClaude 團隊
SQLite MCP 服务器
为 MCP 服务器提供数据库交互和商业智能功能
sqlitedatabase
ByClaude 团队
Brave 搜尋
使用 Brave API 搜尋網頁內容
brave搜尋api
ByClaude 團隊
Cloudflare
在 Cloudflare 開發者平台上部署、配置和查詢您的資源(如 Workers/KV/R2/D1)
cloudflareworkerskvr2d1
ByCloudflare
Fetch MCP 伺服器
Fetch 提供網頁內容擷取功能
F
fetch
ByClaude 團隊
為什麼選擇 MCP?
MCP 提供了一個標準化的方式來處理 AI 模型與開發環境之間的上下文互動
通過統一的協議,我們可以讓 AI 更好地理解程式碼結構、專案環境和開發者意圖
多系統支援
工具整合
環境適配
資料集支援
核心元件
- 協議規範
- 桌面整合
- 服務實現
協議設計
基於 JSON-RPC 2.0 的簡單而強大的協議設計,支援雙向通訊和豐富的上下文互動
資源管理
統一的資源存取介面,支援程式碼、文件等多種資源類型
工具整合
靈活的工具整合機制,支援檔案系統、終端等多種工具
訊息通訊
標準化的訊息格式,支援豐富的上下文資訊傳遞
example.json
{"mcpServers": {"filesystem": {"command": "npx","args": ["-y", "@modelcontextprotocol/server-filesystem", "/path/to/allowed/files"]},"git": {"command": "uvx","args": ["mcp-server-git", "--repository", "path/to/git/repo"]},"github": {"command": "npx","args": ["-y", "@modelcontextprotocol/server-github"],"env": {"GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"}},"postgres": {"command": "npx","args": ["-y", "@modelcontextprotocol/server-postgres", "postgresql://localhost/mydb"]}}}