Integrations
Claude Desktop
Connect Nimply to the Claude Desktop app via OAuth or an API key
Everything the claude.ai connector does, on your desktop.
Option A — Connector (OAuth, recommended)
- Open Settings → Connectors → Add custom connector.
- Enter
https://mcp.nimply.io/mcp. - Log in to Nimply in the browser window that opens, pick a workspace, and click Allow access.
Option B — Config file (API key)
If you prefer file-based configuration, add Nimply to claude_desktop_config.json (Settings → Developer → Edit Config):
{
"mcpServers": {
"nimply": {
"type": "http",
"url": "https://mcp.nimply.io/mcp",
"headers": {
"Authorization": "Bearer nim_live_YOUR_KEY"
}
}
}
}Create the key in Nimply under Settings → Developers (scopes explained here), then restart Claude Desktop.
Try it
- "Upload this image URL to Nimply and schedule it as an Instagram post for Friday 9am."
- "List everything scheduled this week and move Thursday's post to Saturday."
Troubleshooting
- Tools don't appear after editing the config — fully quit and reopen Claude Desktop; config is read at startup.
- 401 errors — the key was revoked, expired, or mistyped. Keys always start with
nim_live_.