Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. PicSee Short Link
PicSee Short Link logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 1:01:18 AM

PicSee Short Link

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website

PicSee URL shortener β€” shorten URLs, generate QR codes, view click analytics, manage links.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "picsee-short-link-2": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.picsee.io/mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

πŸ”— Skill for PicSee URL Shortener

Agent Skills MCP OAuth 2.1 License: MIT

An MCP-based Agent Skill for PicSee β€” URL shortening, QR code generation, click analytics, and link management.

The skill is just documentation: it points your AI agent at the public PicSee MCP server (https://api.picsee.io/mcp) and explains how to use the tools. No Node.js install, no CLI, no local token files β€” authentication is handled by OAuth 2.1 + PKCE via the MCP client.


🌟 What's new in v3.0.0

  • CLI β†’ MCP: the entire v2.x CLI (node cli/dist/cli.js …) is gone. All functionality is now exposed as MCP tools served from api.picsee.io/mcp.
  • OAuth 2.1 + PKCE: replaces local AES-256 token encryption. Tokens are managed by your MCP client, not by this skill. Dynamic Client Registration means there's no manual app setup.
  • Anonymous mode still works: create_short_link is callable without auth β€” perfect for one-off shortenings.
  • No Node.js requirement: works in any MCP-capable client, including ones that can't execute Node (e.g. Cursor, web-based agents).
  • Agent attribution built in: the server documents the convention of setting externalId to the AI agent's name (Claude Code, Cursor, Codex, …) so account owners can see which agent created which link.

Migrating from v2.x? See the Migration section.


βš™οΈ Installation by Platform

The skill consists of two parts:

  1. Skill content (SKILL.md + this README) β€” placed in the platform's skills directory so the agent auto-discovers usage instructions.
  2. MCP server registration β€” added to the platform's MCP config so the agent can actually call the tools.

Claude Code

bash
# 1. Install the skill
cp -r picsee-short-link ~/.claude/skills/picsee-short-link

# 2. Register the MCP server
claude mcp add --transport http picsee-short-link https://api.picsee.io/mcp

Or add manually to ~/.claude.json (or project .mcp.json):

config.json
{
  "mcpServers": {
    "picsee-short-link": { "type": "http", "url": "https://api.picsee.io/mcp" }
  }
}

Cursor

Place the skill in .cursor/skills/picsee-short-link/, then edit ~/.cursor/mcp.json (global) or .cursor/mcp.json (project):

config.json
{
  "mcpServers": {
    "picsee-short-link": { "url": "https://api.picsee.io/mcp/auth" }
  }
}

For Cursor, use https://api.picsee.io/mcp/auth when you need to sign in (OAuth). Anonymous use (create_short_link only) can stay on https://api.picsee.io/mcp.

Antigravity

Antigravity speaks MCP Streamable HTTP natively. Edit ~/.gemini/config/mcp_config.json (it shares Gemini's config dir, and uses the key serverUrl):

config.json
{
  "mcpServers": {
    "picsee-short-link": { "serverUrl": "https://api.picsee.io/mcp" }
  }
}

Then open Settings β†’ Customizations β†’ Installed MCP Servers, click Refresh, and the server appears. Click Authenticate next to it to sign in via OAuth and unlock the full authenticated tool set (anonymous mode exposes only create_short_link).

Place SKILL.md in Antigravity's skills directory so the agent picks up usage guidance.

Hermes Agent

Hermes Agent (Nous Research) speaks MCP natively as both client and server. Edit ~/.hermes/config.yaml and add the server under mcp_servers, using auth: oauth so Hermes runs the browser sign-in flow on the first authenticated call:

yaml
mcp_servers:
  picsee-short-link:
    url: "https://api.picsee.io/mcp"
    auth: oauth

On first authenticated call, Hermes prints an authorize URL (and opens your browser when possible), then waits for the OAuth callback on a local loopback port. Tokens are cached at ~/.hermes/mcp-tokens/picsee-short-link.json (mode 0o600) and reused silently until refresh fails. For anonymous use (create_short_link only), drop the auth: oauth line.

Drop the skill folder into ~/.hermes/skills/picsee-short-link/ (containing SKILL.md) β€” Hermes loads it immediately, no registration needed.

Codex / Codex CLI

Add the server with the Codex CLI:

bash
codex mcp add picsee-short-link --url https://api.picsee.io/mcp

Or add it directly to ~/.codex/config.toml:

toml
[mcp_servers.picsee-short-link]
url = "https://api.picsee.io/mcp"

Then authenticate it with OAuth:

bash
codex mcp login picsee-short-link --scopes user:read,user:write

Codex supports remote MCP servers over Streamable HTTP via --url, and MCP server configuration is shared between the CLI and the IDE extension. platform.openai.com

If you use skills, place SKILL.md at:

~/.codex/skills/picsee-short-link/SKILL.md

OpenClaw / ClawHub

bash
clawhub install picsee-short-link

Or browse: https://clawhub.ai/PicSeeInc/picsee-short-link

ClawHub auto-registers the MCP server from the skill's metadata.

claude.ai (Web)

Upload the skill folder under Customize β†’ Skills. Add the MCP server in Settings β†’ Connectors β†’ Add custom connector with URL https://api.picsee.io/mcp.

Generic MCP client

Any client that speaks MCP Streamable HTTP can register the server directly:

config.json
{
  "mcpServers": {
    "picsee-short-link": { "url": "https://api.picsee.io/mcp" }
  }
}

For clients that only support stdio, use the mcp-remote bridge from npm:

config.json
{
  "mcpServers": {
    "picsee-short-link": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://api.picsee.io/mcp"]
    }
  }
}

πŸ€– Compatibility Matrix

PlatformSkill discoveryMCP transportOAuth flowStatus
Claude Code~/.claude/skills/HTTP (native)Browser popup, token in ~/.claudeβœ…
Cursor.cursor/skills/HTTP (native)Browser popup, token in Cursor configβœ…
AntigravityAntigravity skills dirHTTP (native, serverUrl)Browser popup (Authenticate button)βœ…
Hermes Agent~/.hermes/skills/HTTP (native, config.yaml)Browser popup, token in ~/.hermes/mcp-tokens/βœ…
Codex CLI.codex/skills/stdio via mcp-remoteBrowser popup via mcp-remoteβœ…
OpenClaw / ClawHubauto (via clawhub install)HTTPBrowser popupβœ…
claude.aiCustomize β†’ SkillsHTTP connectorBrowser popupβœ…
Gemini CLI.gemini/skills/stdio via mcp-remoteBrowser popup via mcp-remoteβœ…
VS Code Copilot.github/skills/HTTP (1.95+)Browser popupβœ…

Any MCP-compliant client should work β€” the matrix above is just the integrations we've tested.


🧩 Tools

create_short_link is the only tool callable anonymously. The other 14 require OAuth.

GroupToolAuth
Createcreate_short_linkoptional
Accountget_api_statusrequired
get_api_usage_by_external_idrequired
get_my_domainsrequired
get_my_tagsrequired
get_my_tracking_toolsrequired
Managelist_short_linksrequired
edit_short_linkrequired
delete_short_link (covers delete + recover)required
Analyticsget_link_overviewrequired
get_link_daily_clicksrequired
get_link_platformsrequired
get_link_referrersrequired
get_link_regionsrequired
get_link_audience_labelsrequired

No QR or chart tool on the server β€” those are agent recipes against public services (api.qrserver.com, quickchart.io). See SKILL.md β†’ Agent Recipes.

Full parameter tables for every tool live in SKILL.md. The MCP server is also self-describing via tools/list β€” that is the source of truth.


πŸ”‘ Authentication

  1. Register the MCP server in your client (see Installation).
  2. Ask the agent to do something that requires auth (e.g. "show me analytics for my last link").
  3. The MCP client opens a browser to https://public-api-oauth.picsee.io/oauth/authorize.
  4. Sign in to PicSee and approve the user:read / user:write scopes.
  5. Done β€” the client stores the token. Future calls are silent until the refresh token expires.

The skill folder never touches your token. All credential handling lives in your MCP client.


πŸ”’ Security

Aspectv2.x (legacy)v3.0.0 (current)
Auth modelLong-lived API tokenOAuth 2.1 + PKCE (S256)
Token storageLocal file, AES-256-CBCMCP client (per-client policy)
ScopesAll-or-nothinguser:read, user:write
RevocationManual via PicSee dashboardPer-client, revocable from PicSee account
Dynamic Client Registrationn/aβœ… (RFC 7591)

OAuth metadata is published at https://api.picsee.io/.well-known/oauth-protected-resource, with the authorization server at https://public-api-oauth.picsee.io/.well-known/oauth-authorization-server.


🧭 Agent attribution

The MCP server asks calling agents to set externalId to their own product name on create_short_link, so PicSee account owners can attribute API usage. The skill tells your agent to default to:

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • P
    PicSee Short Link

    PicSee URL shortener β€” shorten URLs, generate QR codes, view click analytics, manage links.

    πŸ’» Developer Tools0 views
    Compare vs PicSee Short Link β†’
  • QRcodly logoQRcodly

    Create, manage, and share QR codes and short URLs

    πŸ’» Developer Tools0 views
    Compare vs QRcodly β†’
  • Filoo MCP logoFiloo MCP

    Create short links, fetch click analytics, and generate QR codes via the filoo.app API.

    πŸ’» Developer Tools0 views
    Compare vs Filoo MCP β†’
  • T
    Tldraw

    Draw and visually collaborate with your agents on tldraw's canvas.

    πŸ’» Developer Tools0 views
    Compare vs Tldraw β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about PicSee Short Link

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "picsee-short-link": { "command": "npx", "args": ["-y", "PicSee Short Link"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewPicSee Short Link AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/picsee-short-link-2?style=directory)](https://allmcps.com/mcp/picsee-short-link-2)
HTML Embed
<a href="https://allmcps.com/mcp/picsee-short-link-2"><img src="https://allmcps.com/api/badge/picsee-short-link-2?style=directory" alt="PicSee Short Link on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
36Quality signal: Fair Β· 36/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to PicSee Short Link β†’Install in Claude DesktopInstall in CursorInstall in VS Code