picoli mcp for Cursor
io.github.amaterous/picoli-mcp
MCP server for picoli.site - URL shortening and click analytics for AI agents
client:Cursor
transport:stdio
runtime:npm
Install picoli mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"picoli-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"picoli-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs