MCP_multiples_server

santiagolopezsieiro/MCP_multiples_server
★ 0 stars Unknown language 📦 Other Updated today
Proyecto MCP con múltiples servidores
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp_multiples_server": {
      "command": "npx",
      "args": [
        "-y",
        "santiagolopezsieiro/MCP_multiples_server"
      ]
    }
  }
}