Widely
Built for agents, scripts & humans

The link-in-bio
your AI can update.

Widely is a programmable link-in-bio with a full REST API and an official MCP server — so your AI agents, automations, and scripts stay in sync without ever touching a dashboard.

  • Official MCP server — works with Claude, Cursor, Windsurf & more
  • Full REST API with Bearer key auth — GAS, Zapier, n8n, curl
  • Beautiful profiles · 8 themes · click tracking · social icons
widely.app/

Works with everything

ClaudeCursorZapiern8nGAScurlWindsurfMake

Not just another link page.

Linktree gives you a dashboard. Widely gives you an API and an MCP server.

REST API

Every action — add a link, swap the theme, toggle visibility — is a REST call. Bearer key auth. Works from GAS, n8n, Zapier, or raw curl.

MCP Server

Install @widely/mcp and let Claude, Cursor, or any AI client manage your profile in plain conversation. No browser. No dashboard.

Beautiful themes

Eight handcrafted themes. Featured links with cover photos, social icons, custom bio — looks premium on any device.

Built to share

One handle. One URL. Open Graph previews, click tracking, and instant redirect — works everywhere you paste it.

Model Context Protocol

Talk to your profile.

Widely ships an official MCP server. Add it to Claude, Cursor, Windsurf, or any MCP-compatible client — then just ask.

1 · Add to your MCP config

{
  "mcpServers": {
    "widely": {
      "command": "npx",
      "args": ["-y", "@widely/mcp"],
      "env": {
        "WIDELY_API_KEY": "lv_live_..."
      }
    }
  }
}

2 · Just ask Claude

Add a link to my new project launch.
WidelyDone — "Project Launch" added and set as featured.
Switch my theme to noir.
WidelyTheme updated to noir. Your profile looks great.
Hide the old event link.
WidelyHidden. It won't show on your profile until you re-enable it.
REST API

Your profile, on autopilot.

One API key. Full control. Wire it into GAS, n8n, Zapier, cron jobs, or any HTTP client.

GET/linksList all links
POST/linksCreate a link
PATCH/links/:idUpdate title, URL, visibility, image
DELETE/links/:idDelete a link
POST/links/reorderReorder all links
GET/profileGet profile
PATCH/profileUpdate bio, theme, socials
# Create a link
curl -X POST \
  https://widely.app/api/public/v1/links \
  -H "Authorization: Bearer lv_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "title":    "New release",
    "url":      "https://example.com",
    "featured": true
  }'

# Update visibility
curl -X PATCH \
  https://widely.app/api/public/v1/links/:id \
  -H "Authorization: Bearer lv_live_..." \
  -H "Content-Type: application/json" \
  -d '{ "visible": false }'

Get your link.
Let your agent run it.

Set up in under 2 minutes. API key and MCP server ready on day one.

Get started — it's free