Skip to content
Claude Desktop

api server for Claude Desktop

technology.draup/api-server

Global labour & market data for skills, workforce, planning, stakeholders, jobs, news & profiles

client:Claude Desktop transport:streamable-http

Install api server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "api-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.draup.technology/mcp/"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

api server in other clients