Skip to main content

Cursor

Connect Shredly to Cursor using the npx MCP package.

Prerequisites

Setup

Open Cursor settings and navigate to Features → MCP Servers, then add a new server with the following config:

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

Alternatively, add it directly to your project's .cursor/mcp.json:

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

Restart Cursor. Shredly tools will be available in Agent mode.