home / mcp / limelink mcp server
Provides an MCP server to manage LimeLink dynamic links, offering documentation access and link management tools with optional API key support.
Configuration
View docs{
"mcpServers": {
"hellovelop-limelink-mcp-server": {
"command": "npx",
"args": [
"-y",
"limelink-mcp-server"
],
"env": {
"LIMELINK_API_KEY": "your_api_key_here",
"LIMELINK_PROJECT_ID": "<LIMELINK_PROJECT_ID>"
}
}
}
}You deploy an MCP server to manage LimeLink dynamic links directly from Claude Code, Claude Desktop, or any MCP-compatible client. This server lets you explore documentation, run guided prompts to create links, and perform lookups, all without or with an API key depending on the features you enable.
Connect your MCP client to the lime link MCP server to access documentation resources, prompt workflows for link creation and SDK deep linking, and tools that create and query dynamic links. You can start with documentation and prompts without an API key, then enable full features by providing an API key.
Prerequisites you need before installing: Node.js version 18 or newer and pnpm. These ensure the MCP server can be built and run correctly.
Choose one of the following installation paths. The server can run in a local, stdio-based setup or via an online MCP interface.
{
"mcpServers": {
"limelink": {
"command": "npx",
"args": ["-y", "limelink-mcp-server"]
}
}
}Two practical ways to configure your client are shown. The first uses a transient runtime via npx to run the MCP server. The second runs a globally installed binary and can be used after a global install.
{
"mcpServers": {
"limelink": {
"command": "limelink-mcp-server",
"args": []
}
}
}Create a dynamic link with platform-specific deep linking, social previews, and UTM tracking.
Look up a dynamic link by its suffix.
Look up a dynamic link by its full URL.