Skip to content
Cline

agent toolbelt for Cline

io.github.rccola990-cloud/agent-toolbelt

MCP tools for AI agents: fetch any URL as clean text, live crypto prices, review & bid drafting.

client:Cline transport:stdio runtime:npm

Install agent toolbelt in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "agent-toolbelt": {
      "command": "npx",
      "args": [
        "-y",
        "@rileycraig/agent-toolbelt"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

agent toolbelt in other clients