← Back to AIStorageDepot
AIStorageDepot

Connect your library to your AI tools

The AIStorageDepot MCP server plugs your prompts, rules, docs, and skills straight into your AI apps — your prompts show up as slash-commands, and your rules and docs become resources the agent can read on demand. It’s two steps.

1

Create an API token

In AIStorageDepot, open Settings → API tokens → New token — free accounts get 25 pulls a month to try it; Plus and company plans are unlimited. Copy the token — you paste it into the config below in place of PASTE_YOUR_TOKEN.

2

Add it to your app

Pick your app for the exact steps:

Anthropic's desktop app.

  1. Open Claude Desktop → Settings → Developer → Edit Config. That opens the config file (or open it directly at the path below).
  2. Paste the block below. If "mcpServers" already exists, add "aistoragedepot" inside it.
  3. Save, then fully quit and reopen — closing the window isn't enough. Quit from the system tray icon; if it still doesn't load, end claude.exe in Task Manager (Processes tab) first.
  4. Look for the tools/plug icon in the message box — that means your library is connected.
Windows%APPDATA%\Claude\claude_desktop_config.json
macOS~/Library/Application Support/Claude/claude_desktop_config.json
Your OS
{
  "mcpServers": {
    "aistoragedepot": {
      "command": "npx",
      "args": ["-y", "@aistoragedepot/mcp"],
      "env": { "AISD_TOKEN": "PASTE_YOUR_TOKEN" }
    }
  }
}
Claude Desktop MCP docs ↗

Once connected, just ask the agent to use your prompts or read your rules and docs — that works in every client. Revoke a token any time in Settings → API tokens — the connection stops working immediately.