por yzfly · yzfly/Awesome-MCP-ZH
Recursos seleccionados de MCP, guía de MCP, Claude MCP, servidores MCP, clientes MCP
Recursos seleccionados de MCP, guía de MCP, Claude MCP, servidores MCP, clientes MCP
%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"awesome-mcp-zh": {
"command": "TODO",
"args": [
"See README: https://github.com/yzfly/Awesome-MCP-ZH"
],
"_inferred": true
}
}
}
Abre Claude Desktop → Settings → Developer → Edit Config. Reinicia después de guardar.
{
"mcpServers": {
"awesome-mcp-zh": {
"command": "TODO",
"args": [
"See README: https://github.com/yzfly/Awesome-MCP-ZH"
],
"_inferred": true
}
}
}
Cursor usa el mismo esquema mcpServers que Claude Desktop. La configuración del proyecto prevalece sobre la global.
{
"mcpServers": {
"awesome-mcp-zh": {
"command": "TODO",
"args": [
"See README: https://github.com/yzfly/Awesome-MCP-ZH"
],
"_inferred": true
}
}
}
Haz clic en el icono MCP Servers de la barra lateral de Cline y luego en "Edit Configuration".
{
"mcpServers": {
"awesome-mcp-zh": {
"command": "TODO",
"args": [
"See README: https://github.com/yzfly/Awesome-MCP-ZH"
],
"_inferred": true
}
}
}
Mismo formato que Claude Desktop. Reinicia Windsurf para aplicar.
{
"mcpServers": [
{
"name": "awesome-mcp-zh",
"command": "TODO",
"args": [
"See README: https://github.com/yzfly/Awesome-MCP-ZH"
]
}
]
}
Continue usa un array de objetos de servidor en lugar de un mapa.
{
"context_servers": {
"awesome-mcp-zh": {
"command": {
"path": "TODO",
"args": [
"See README: https://github.com/yzfly/Awesome-MCP-ZH"
]
}
}
}
}
Añádelo a context_servers. Zed recarga en caliente al guardar.
claude mcp add awesome-mcp-zh -- TODO 'See README: https://github.com/yzfly/Awesome-MCP-ZH'
Un solo comando. Verifica con claude mcp list. Quita con claude mcp remove.