PluginBench
MCP Server

io.github.marcelo-ochoa/qnap MCP Server

io.github.marcelo-ochoa/qnap

What is the io.github.marcelo-ochoa/qnap MCP server?

MCP server for QNAP NAS API

How to install io.github.marcelo-ochoa/qnap

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "qnap": {
      "command": "npx",
      "args": [
        "-y",
        "@marcelo-ochoa/server-qnap"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "qnap": {
      "command": "npx",
      "args": [
        "-y",
        "@marcelo-ochoa/server-qnap"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "qnap": {
      "command": "npx",
      "args": [
        "-y",
        "@marcelo-ochoa/server-qnap"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "qnap": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@marcelo-ochoa/server-qnap"
      ]
    }
  }
}
Claude Code
claude mcp add qnap -- npx -y @marcelo-ochoa/server-qnap

Related MCP servers

MCP server for MikroTik RouterOS API

View repository →

An MCP server for MySQL databases.

View repository →

MCP server for interacting with Oracle databases

View repository →

MCP server for interacting with PostgreSQL databases

View repository →