Skip to content
Claude Desktop

Subotiz Dev MCP(Deprecated) for Claude Desktop

io.github.hanwei30/dev-mcp

Connect AI assistants to Subotiz - Using Subotiz's external capabilities through natural language

client:Claude Desktop transport:streamable-http

Install Subotiz Dev MCP(Deprecated) in Claude Desktop

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

{
  "mcpServers": {
    "dev-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.stg.subotiz.com/mcp/ping"
      ]
    }
  }
}

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

Subotiz Dev MCP(Deprecated) in other clients