Official remote MCP server for PicSee URL shortening, link management, and click analytics.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"picsee-mcp": {
"command": "npx",
"args": [
"-y",
"PicSeeInc/picsee-mcp"
]
}
}
}
Run in terminal:
claude mcp add picsee-mcp npx -y PicSeeInc/picsee-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"picsee-mcp": {
"command": "npx",
"args": [
"-y",
"PicSeeInc/picsee-mcp"
]
}
}
}