4 months ago
URL shortening and click analytics MCP server. Shorten URLs, create custom short links, track clicks, and analyze link performance.
Server Config
{
"mcpServers": {
"picoli": {
"command": "npx",
"args": [
"-y",
"picoli-mcp"
],
"env": {
"PICOLI_API_KEY": "your-api-key-here"
}
}
}
}