modelcontextprotocol-servers
by 71126225 · ★ 0
Model Context Protocol Servers
Install
git clone https://github.com/71126225/modelcontextprotocol-servers.git Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.
Claude Desktop config
A starting point for your claude_desktop_config.json
(auto-generated — the repo's README may specify a published package name or required env vars):
{
"mcpServers": {
"modelcontextprotocol-servers": {
"command": "npx",
"args": [
"-y",
"github:71126225/modelcontextprotocol-servers"
]
}
}
} From the README
MCP(模型上下文协议)是一种开源协议,旨在为大规模语言模型(LLM)提供安全、受控的工具和数据访问。MCP服务器是实现这一协议的关键组件,它们使LLM能够与外部工具和数据源进行交互,且具备灵活的扩展性和安全控制。
该项目收集了一些参考实现和社区贡献的MCP服务器,展示了如何利用MCP协议扩展LLM的功能。每个MCP服务器都基于Typescript或Python的MCP SDK进行实现,便于与各种工具和平台进行集成。
这些服务器实现了不同的功能,使LLM能够访问和操作各种工具和数据源。以下是一些重要的服务器:
- **[Filesystem](src/filesystem)**:提供安全的文件操作功能,支持配置访问控制。
- **[GitHub](src/github)**:支持GitHub仓库管理、文件操作及GitHub API集成。
- **[GitLab](src/gitlab)**:提供与GitLab API的集成,支持项目管理。
- **[Git](src/git)**:为Git仓库提供阅读、搜索和操作工具。
- **[Google Drive](src/gdrive)**:提供Google Drive文件的访问和搜索功能。
- **[PostgreSQL](src/postgres)**:只读数据库访问,支持模式检查。
- **[Sqlite](src/sqlit…
Read full README on GitHub →
Related other servers
n8n
n8n-io
★ 194,307
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
Other · TypeScript
servers
modelcontextprotocol
Official ★ 87,774
Model Context Protocol Servers
Other · TypeScript
Scrapling
D4Vinci
★ 66,540
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
Other · Python
chrome-devtools-mcp
ChromeDevTools
★ 44,582
Chrome DevTools for coding agents
Other · TypeScript
playwright-mcp
microsoft
★ 34,442
Playwright MCP server
Other · TypeScript
xiaozhi-esp32
78
★ 27,662
An MCP-based chatbot | 一个基于MCP的聊天机器人
Other · C++