世界上最好的MCP Servers的列表,The best mcp servers in the world.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"ahujasid-blender-mcp": {
"args": [
"blender-mcp"
],
"command": "uvx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in developer-tools / search
Web and local search using Brave Search API
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
Production ready MCP server with real-time search, extract, map & crawl.
MCP Security Weekly
Get CVE alerts and security updates for Share Best Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
世界上最好的MCP Servers的列表
精选的高质量MCP(Model Context Protocol)服务器列表,系统评分 >= 85。
这些服务器可以被大语言模型直接调用,提供各种强大的功能扩展。
🔄 最后更新: 2025-04-03 01:41:53
访问网址:ShareMCP.cn
#!/bin/bash
# 爬取MCP服务器,记录在mcp_basic_repos.jsonl中
python mcp_crawler_step_1.py
# 爬取mcp_basic_repos.jsonl中的MCP服务器,获取README内容,记录在mcp_repos_readme.jsonl中(如时间过长可以手动中止)
python mcp_crawler_step_2.py
# 分析mcp_repos_readme.jsonl中的MCP服务器,记录在results/mcp_repos_analysis.jsonl中
python mcp_analyzer_step_3.py
# 过滤score > 85,生成列表
python mcp_server_filter.py