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