Server4Agent for Claude Desktop
com.server4agent/server4agent
Give any MCP-compatible AI assistant a builder for live, hosted web tools and workflows.
client:Claude Desktop
transport:streamable-http
Install Server4Agent in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"server4agent": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.server4agent.com"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs