linkly for Grok
com.mcparmory/linkly
Create short links, manage domains, and track click analytics
client:Grok
transport:stdio
runtime:pypi
Install linkly in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"linkly": {
"type": "stdio",
"command": "uvx",
"args": [
"mcparmory-linkly"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs