42 lines
1.1 KiB
Markdown
42 lines
1.1 KiB
Markdown
|
|
### MCP Servers on Smithery
|
|
https://smithery.ai
|
|
|
|
### MCP Server Directory
|
|
[MCP Server Directory: 3700+ updated daily \| PulseMCP](https://www.pulsemcp.com/servers)
|
|
|
|
### Model Context Protocol servers en Github
|
|
***
|
|
[GitHub - modelcontextprotocol/servers: Model Context Protocol Servers](https://github.com/modelcontextprotocol/servers?tab=readme-ov-file)
|
|
|
|
|
|
### Generador de configuración
|
|
|
|
[Generate claude\_desktop\_config.json \| Claude Desktop MCP Config Generator](https://claudedesktopconfiggenerator.com)
|
|
|
|
|
|
|
|
Por ejemplo para instalar [GitHub - mamertofabian/mcp-everything-search](https://github.com/mamertofabian/mcp-everything-search?tab=readme-ov-file)
|
|
|
|
* Clonar el repositorio con
|
|
```
|
|
git clone url
|
|
```
|
|
|
|
* Tener instalado uv
|
|
* Modificar el archivo claude_desktop_config.json
|
|
|
|
```json
|
|
"everything-search": {
|
|
"command": "uv",
|
|
"args": [
|
|
"--directory",
|
|
"/path/to/mcp-everything-search/src/mcp_server_everything_search",
|
|
"run",
|
|
"mcp-server-everything-search"
|
|
],
|
|
"env": {
|
|
"EVERYTHING_SDK_PATH": "path/to/Everything-SDK/dll/Everything64.dll"
|
|
}
|
|
}
|
|
``` |