PluginBench
MCP Server

Sonnet 5 Agent MCP Server

com.llmotions.farm/sonnet-5-agent

What is the Sonnet 5 Agent MCP server?

Authenticated async Sonnet 5 Agent agent with status polling and artifact results.

How to install Sonnet 5 Agent

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • Authorization
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "sonnet-5-agent": {
      "url": "https://farm.llmotions.com/mcp/agents/sonnet-5-agent"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "sonnet-5-agent": {
      "serverUrl": "https://farm.llmotions.com/mcp/agents/sonnet-5-agent"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "sonnet-5-agent": {
      "type": "http",
      "url": "https://farm.llmotions.com/mcp/agents/sonnet-5-agent"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "sonnet-5-agent": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://farm.llmotions.com/mcp/agents/sonnet-5-agent"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http sonnet-5-agent https://farm.llmotions.com/mcp/agents/sonnet-5-agent

Related MCP servers

Authenticated async Fable 5 Agent agent with status polling and artifact results.

Authenticated async GPT-5.6-luna Agent agent with status polling and artifact results.

Authenticated async GPT-5.6-sol Agent agent with status polling and artifact results.

Authenticated async Opus 4.8 Agent agent with status polling and artifact results.