Skip to content
Claude Desktop

SpryTools API MCP Server for Claude Desktop

com.sprytools/sprytools

Utility tools for AI agents: hashing, text stats, validation, DNS, currency, GEO audits.

client:Claude Desktop transport:streamable-http

Install SpryTools API MCP Server in Claude Desktop

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

{
  "mcpServers": {
    "sprytools": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.sprytools.com/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

SpryTools API MCP Server in other clients