Skip to main content

Claude Desktop

Connect Shredly to Claude Desktop using the npx MCP package.

Prerequisites

Setup

Open your Claude Desktop config file:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

Add the Shredly MCP server:

{
"mcpServers": {
"shredly": {
"command": "npx",
"args": ["-y", "@shredly/mcp"],
"env": {
"SHREDLY_API_KEY": "your-api-key-here"
}
}
}
}

Restart Claude Desktop. You should see shredly listed under connected MCP servers.

Verify the connection

In a Claude conversation, ask:

"What MCP tools do you have available from Shredly?"

Claude will list the tools exposed by your connected data sources.