世界上最好的MCP Servers的列表,The best mcp servers in the world.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"share-best-mcp": {
"command": "uvx",
"args": [
"share-best-mcp"
]
}
}
}
Run in terminal:
claude mcp add share-best-mcp uvx share-best-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"share-best-mcp": {
"command": "uvx",
"args": [
"share-best-mcp"
]
}
}
}
Or install with pip: pip install share-best-mcp