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.

Follow AllMCPs on X (opens in a new tab)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
  • X (@AllMCPs) β†— (opens in a new tab)
  • 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
P
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

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 RepositoryVisit 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
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": {
      "command": "npx",
      "args": [
        "-y",
        "picsee-short-link"
      ]
    }
  }
}

πŸ’‘ 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

PicSee MCP Server

The official remote Model Context Protocol (MCP) server for PicSee, a URL shortener with link management and click analytics.

Connect an AI agent to PicSee to create short links, manage existing links, and inspect click performance using natural language.

Official MCP endpoint

text
https://api.picsee.io/mcp
  • Transport: Streamable HTTP
  • Authentication: Anonymous or OAuth 2.1 with PKCE
  • Registry name: io.picsee/short-link
  • Official Registry: MCP Registry

Capabilities

Anonymous access

Anonymous clients can create a PicSee short link using the shared pse.is domain. Anonymous access does not expose account data, link lists, management tools, or analytics.

Signed-in access

After signing in with PicSee OAuth, available tools depend on the account's API plan:

  • Create short links using available PicSee or branded domains.
  • Check API plan status and usage.
  • List available domains, tags, and tracking tools.
  • List, delete, or recover short links.
  • View overview, daily clicks, device, referrer, and country analytics.
  • Use Advanced-plan editing, search, metadata, tracking, and audience-label features when available.

The server dynamically exposes only the tools supported by the signed-in account.

Install

Codex

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

Restart Codex after installation. To sign in for account management and analytics:

bash
codex mcp login picsee

Claude Desktop or another MCP client

Add the following Streamable HTTP server to the client's MCP configuration:

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

If a client does not support remote Streamable HTTP directly, use an MCP remote bridge supported by that client.

Example prompts

text
Shorten https://picsee.io and attribute the API usage to Codex.
text
Show my 10 most recent PicSee short links.
text
Show daily clicks and referrer sources for short link abc123 over the last 30 days.
text
Change the destination of abc123 to https://example.com/new-page.

Editing requires an eligible PicSee API plan.

Authentication

PicSee uses OAuth 2.1 authorization code flow with PKCE and Dynamic Client Registration.

  • Authorization server: https://public-api-oauth.picsee.io
  • Protected resource: https://api.picsee.io/mcp
  • Scopes: user:read, user:write

The MCP client stores the access and refresh tokens. This repository does not ask users to paste API tokens into prompts or configuration files.

Why these scopes are requested

  • user:read: Read the account's API status, domains, tags, short-link list, and analytics.
  • user:write: Create, edit, delete, and recover short links when the account plan permits those actions.

Tool availability

Access levelAvailable tools
Anonymouscreate_short_link
Signed increate_short_link, get_api_status, get_api_usage_by_external_id, get_my_domains, get_my_tags, get_my_tracking_tools, list_short_links, delete_short_link, get_link_overview, get_link_daily_clicks, get_link_platforms, get_link_referrers, get_link_regions
Advanced planSigned-in tools plus edit_short_link and get_link_audience_labels; advanced fields and search filters are also enabled

Tool availability is determined at connection time. Use your MCP client's tool inspector or tools/list to see the exact tools available to the current account.

Privacy and security

  • Never share PicSee access tokens in prompts, issues, screenshots, or logs.
  • Review the destination URL before creating or editing a short link.
  • Analytics may contain private campaign and audience information; share it only with intended recipients.
  • OAuth permissions can be revoked from your PicSee account.

See PicSee Privacy Notice and Terms of Use.

Documentation and support

  • MCP and Agent Skill guide
  • PicSee API documentation
  • PicSee Help Center
  • Report a technical issue

When reporting an issue, include the MCP client name, operation attempted, timestamp, and sanitized error message. Do not include access tokens or private analytics data.

Development

Prerequisites:

  • Node.js 22 or later
  • pnpm
bash
pnpm install
pnpm check
pnpm dev

Before releasing, verify that the version in package.json, server.json, and the MCP initialize response is identical.

License

MIT Β© PicSee Inc.

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

Related MCP Servers

View all in Developer Tools View all alternatives
  • QRcodly logoQRcodly

    Create, manage, and share QR codes and short URLs

    πŸ’» Developer Tools0 views
    Compare vs QRcodly β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Mjucius Cozi MCP logoMjucius Cozi MCP

    Manage your family's calendars and lists in Cozi. View, create, and update appointments; organize…

    πŸ’» Developer Tools1 views
    Compare vs Mjucius Cozi MCP β†’
  • F
    Flit

    Short links, QR codes and click analytics on Flit. Tools: create/list/stats/delete links.

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

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?style=directory)](https://allmcps.com/mcp/picsee-short-link)
HTML Embed
<a href="https://allmcps.com/mcp/picsee-short-link"><img src="https://allmcps.com/api/badge/picsee-short-link?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.
27Quality signal: Emerging Β· 27/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 ownership8/20
Documentation & tools11/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.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your 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