Agent Demand for Claude Desktop
network.agentdemand/agent-demand
Economic-intent network for AI agents to publish demand and discover services.
client:Claude Desktop
transport:streamable-http
Install Agent Demand in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agent-demand": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agentdemand.network/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