LinkedMash
Rank #50,184io.github.linkedmash/linkedmash
Search, label and export your LinkedIn saved posts, then draft, schedule and publish from them.
LinkedMash is a Model Context Protocol (MCP) server published by linkedmash. It ranks #50,184 of 115,591 servers tracked on MCP Toplist. LinkedMash is listed on Official MCP, with 2 tracked versions. It was first listed on Jul 9, 2026 and most recently updated on Aug 13, 2026.
Ranks ahead of 65,407 of 115,591 servers on MCP Toplist.
Use LinkedMash
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http linkedmash https://mcp.linkedmash.com/api/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add linkedmash -e "LINKEDMASH_TOKEN=<your LINKEDMASH_TOKEN>" -- npx -y @linkedmash/mcpReplace each placeholder with your own value before saving.
[mcp_servers.linkedmash]
url = "https://mcp.linkedmash.com/api/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.linkedmash]
command = "npx"
args = ["-y", "@linkedmash/mcp"]
[mcp_servers.linkedmash.env]
LINKEDMASH_TOKEN = "<your LINKEDMASH_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.linkedmash.com/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"linkedmash": {
"command": "npx",
"args": [
"-y",
"@linkedmash/mcp"
],
"env": {
"LINKEDMASH_TOKEN": "<your LINKEDMASH_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"linkedmash": {
"url": "https://mcp.linkedmash.com/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"linkedmash": {
"command": "npx",
"args": [
"-y",
"@linkedmash/mcp"
],
"env": {
"LINKEDMASH_TOKEN": "<your LINKEDMASH_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"linkedmash": {
"type": "http",
"url": "https://mcp.linkedmash.com/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"linkedmash": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@linkedmash/mcp"
],
"env": {
"LINKEDMASH_TOKEN": "<your LINKEDMASH_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"linkedmash": {
"serverUrl": "https://mcp.linkedmash.com/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"linkedmash": {
"command": "npx",
"args": [
"-y",
"@linkedmash/mcp"
],
"env": {
"LINKEDMASH_TOKEN": "<your LINKEDMASH_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"linkedmash": {
"url": "https://mcp.linkedmash.com/api/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"linkedmash": {
"command": "npx",
"args": [
"-y",
"@linkedmash/mcp"
],
"env": {
"LINKEDMASH_TOKEN": "<your LINKEDMASH_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
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/io.github.linkedmash%2Flinkedmash)<a href="https://mcptoplist.com/server/io.github.linkedmash%2Flinkedmash"><img src="https://mcptoplist.com/badge/io.github.linkedmash%2Flinkedmash.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
linkedmash
Available versions (2)
| Version | Published |
|---|---|
| 1.2.0 | Aug 13, 2026 |
| 1.0.0 | Jul 9, 2026 |
Frequently asked questions
- Who maintains LinkedMash?
- LinkedMash is maintained by linkedmash, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is LinkedMash listed on the Official MCP Registry?
- Yes — LinkedMash is listed on the Official MCP Registry.
- How many versions does LinkedMash have?
- MCP Toplist tracks 2 versions of LinkedMash, most recently published on Aug 13, 2026.
- Where can I find the source code for LinkedMash?
- The source code for LinkedMash is hosted at github.com/linkedmash/linkedmash.