poco (MCP Server)

GitHub

The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "poco": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-poco"
      ]
    }
  }
}