142 lines
3.7 KiB
Markdown
142 lines
3.7 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"
|
|
}
|
|
}
|
|
```
|
|
|
|
```json
|
|
{
|
|
"mcpServers": {
|
|
"netdocs": {
|
|
"command": "D:\\Proyectos\\VisualStudio\\NetDocsForLLM\\bin\\Release\\net8.0-windows7.0\\NetDocsForLLM.exe",
|
|
"args": [
|
|
"--MCP"
|
|
]
|
|
},
|
|
"Editor-Debug": {
|
|
"command": "C:\\Users\\migue\\miniconda3\\envs\\mcpclientvs\\python.exe",
|
|
"args": [
|
|
"D:\\Proyectos\\Scripts\\MCP_DebugerServer\\mcp_server.py",
|
|
"--pipe-name",
|
|
"CtrEditor_MCP_Debug",
|
|
"--log-level",
|
|
"INFO"
|
|
],
|
|
"env": {
|
|
"PYTHONPATH": "D:\\Proyectos\\Scripts\\MCP_DebugerServer",
|
|
"PYTHONIOENCODING": "utf-8"
|
|
}
|
|
},
|
|
"home-assistant": {
|
|
"command": "C:\\Users\\migue\\miniconda3\\envs\\homeassistant\\python.exe",
|
|
"args": [
|
|
"d:\\Proyectos\\Scripts\\HomeAssistant\\mcp_server.py"
|
|
],
|
|
"env": {
|
|
"HA_URL": "http://192.168.88.130:8123",
|
|
"HA_TOKEN": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiI4MGZmZjNiMjI1MTI0YmRkYTQxMWVjODdjNmE3ZjBiMiIsImlhdCI6MTc0OTg5NzA1MSwiZXhwIjoyMDY1MjU3MDUxfQ.A47Nj9BrUFVF_DTfux2yrG7iZjsPdRJrfZr1LTKEWRw"
|
|
}
|
|
},
|
|
"portainer": {
|
|
"command": "C:\\Users\\migue\\miniconda3\\envs\\homeassistant\\python.exe",
|
|
"args": [
|
|
"d:\\Proyectos\\Scripts\\MCP_Portainer\\mcp_portainer_server.py"
|
|
],
|
|
"env": {
|
|
"PORTAINER_URL": "http://192.168.88.26:9000",
|
|
"PORTAINER_API_KEY": "ptr_XUSvuhPw5PzDlmtkUDQZt3yOlYvWFMvxSuoAA/oKgSk="
|
|
}
|
|
},
|
|
"toolbase-proxy": {
|
|
"command": "C:\\Users\\migue\\.toolbase\\toolbase-runner.exe",
|
|
"args": [
|
|
"-p=proxy",
|
|
"-f=C:\\Users\\migue\\.toolbase\\config.json",
|
|
"-v=claude"
|
|
]
|
|
},
|
|
"filesystem": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@modelcontextprotocol/server-filesystem",
|
|
"C:\\Trabajo\\SIDEL",
|
|
"D:\\Proyectos\\Scripts",
|
|
"C:\\Users\\migue\\OneDrive\\Miguel\\Obsidean\\Trabajo\\VM"
|
|
]
|
|
},
|
|
"memory": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@modelcontextprotocol/server-memory"
|
|
],
|
|
"env": {
|
|
"MEMORY_FILE_PATH": "C:/Users/migue/Documents/ClaudeMemory/memory.json"
|
|
}
|
|
},
|
|
"puppeteer": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@modelcontextprotocol/server-puppeteer"
|
|
]
|
|
},
|
|
"everything-search": {
|
|
"command": "uv",
|
|
"args": [
|
|
"--directory",
|
|
"D:/Proyectos/Library/mcp-everything-search",
|
|
"run",
|
|
"mcp-server-everything-search"
|
|
],
|
|
"env": {
|
|
"EVERYTHING_SDK_PATH": "D:/Proyectos/Library/Everything/dll/Everything64.dll"
|
|
}
|
|
},
|
|
"github.com/capecoma/winterm-mcp": {
|
|
"command": "node",
|
|
"args": ["D:/Proyectos/MCP/winterm-mcp/build/index.js"],
|
|
"disabled": false,
|
|
"autoApprove": []
|
|
}
|
|
}
|
|
}
|
|
``` |