Linktree MCP
Manage Linktree profiles, links, appearance, and analytics via the Model Context Protocol.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Endpoint
Hosted endpoint · transport streamable-http
Connect
This is a remote MCP server — point an MCP client at the endpoint URL. Clients with native remote support (Claude, Cursor, VS Code, …):
For stdio-only clients (older Claude Desktop, etc.), bridge with mcp-remote:
If the server requires authentication, add the provider's token/header (e.g. an X-API-Key) per its docs. A quick reachability check:
Tools
list_accessible_profiles— Retrieve every Linktree profile the authenticated user can access across direct accounts and workspaces.set_active_profile— Set the active Linktree profile for the current conversation so later tools target it.get_account— Retrieve a Linktree profile's details (display name, bio, avatar, username).update_account_profile— Update a Linktree profile's display name and/or bio.get_suggested_bio— Retrieve a suggested bio for a Linktree profile based on its existing content.get_account_analytics— Retrieve account-level analytics for a Linktree profile (views, clicks, CTR, and optional breakdowns).get_analytics_lifetime_totals— Retrieve lifetime analytics totals for a Linktree profile (views, clicks, CTR, earnings).get_top_links— Retrieve every link on a Linktree profile ranked by clicks, including links with zero clicks.get_profile_views— Retrieve profile view counts for a Linktree profile over a recent time window.get_social_integrations— Retrieve the active social integrations connected to a Linktree profile.get_appearance— Retrieve a Linktree profile's appearance settings (colors, fonts, button styles, background).update_appearance— Update a Linktree profile's appearance (colors, fonts, button styles, background).get_knowledge_base— Retrieve a Linktree profile's knowledge base entries (business, product, policy, or FAQ information).get_workspaces_for_user— Retrieve every workspace the authenticated user is a member of.get_workspace— Retrieve details for a workspace the authenticated user belongs to.get_workspace_profiles— Retrieve every Linktree profile belonging to a workspace.get_workspace_profiles_analytics— Retrieve lifetime analytics for every Linktree profile in a workspace.get_workspace_members— Retrieve the members of a workspace.get_links— Retrieve the ordered links on a Linktree profile, including link-app metadata.add_link— Add a new URL-backed link to a Linktree profile.create_collection— Create a new empty collection on a Linktree profile.add_links_to_collection— Move existing top-level links into a collection on a Linktree profile.update_link— Update an existing link or collection on a Linktree profile (title, URL, or active state).reorder_link— Reorder a top-level link, collection, or collection item on a Linktree profile.delete_link— Delete a top-level link from a Linktree profile.get_link_analytics— Retrieve analytics for a specific link on a Linktree profile (clicks, views, CTR, trend data).get_social_links— Retrieve a Linktree profile's social icon links and their display order.upsert_social_link— Create or update a social icon link on a Linktree profile for a supported platform.reorder_social_links— Move a social icon link to a new position on a Linktree profile.delete_social_link— Delete a social icon link from a Linktree profile by platform type.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.