Linkupplatform Linkup MCP Server
Rank #6,648ai.smithery/LinkupPlatform-linkup-mcp-server
MCP server providing LinkupPlatform-linkup-server capabilities
Linkupplatform Linkup MCP Server is a Model Context Protocol (MCP) server published by linkupplatform. It ranks #6,648 of 115,591 servers tracked on MCP Toplist, and its repository has 29 GitHub stars. Linkupplatform Linkup MCP Server is listed across 4 registries — Official MCP, Smithery, PulseMCP and Glama, with 2 tracked versions. It was first listed on Oct 16, 2025 and most recently updated on Oct 27, 2025.
Ranks ahead of 108,943 of 115,591 servers on MCP Toplist.
Use Linkupplatform Linkup MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http linkupplatform-linkup-mcp-server https://server.smithery.ai/LinkupPlatform/linkup-mcp-server/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.linkupplatform-linkup-mcp-server]
url = "https://server.smithery.ai/LinkupPlatform/linkup-mcp-server/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://server.smithery.ai/LinkupPlatform/linkup-mcp-server/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"linkupplatform-linkup-mcp-server": {
"url": "https://server.smithery.ai/LinkupPlatform/linkup-mcp-server/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"linkupplatform-linkup-mcp-server": {
"type": "http",
"url": "https://server.smithery.ai/LinkupPlatform/linkup-mcp-server/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"linkupplatform-linkup-mcp-server": {
"serverUrl": "https://server.smithery.ai/LinkupPlatform/linkup-mcp-server/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"linkupplatform-linkup-mcp-server": {
"url": "https://server.smithery.ai/LinkupPlatform/linkup-mcp-server/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/ai.smithery%2FLinkupPlatform-linkup-mcp-server)<a href="https://mcptoplist.com/server/ai.smithery%2FLinkupPlatform-linkup-mcp-server"><img src="https://mcptoplist.com/badge/ai.smithery%2FLinkupPlatform-linkup-mcp-server.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
linkupplatform
Other servers by linkupplatform
View all linkupplatform servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Oct 27, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Linkupplatform Linkup MCP Server?
- Linkupplatform Linkup MCP Server is maintained by linkupplatform, which publishes 3 MCP servers (10 total versions) tracked on MCP Toplist.
- Is Linkupplatform Linkup MCP Server listed on the Official MCP Registry?
- Yes — Linkupplatform Linkup MCP Server is listed on the Official MCP Registry, alongside Smithery, PulseMCP and Glama.
- How many versions does Linkupplatform Linkup MCP Server have?
- MCP Toplist tracks 2 versions of Linkupplatform Linkup MCP Server, most recently published on Oct 27, 2025.
- Where can I find the source code for Linkupplatform Linkup MCP Server?
- The source code for Linkupplatform Linkup MCP Server is hosted at github.com/linkupplatform/linkup-mcp-server.