← Back to Plugins
MCP Server MCP

LinkedMash

github By github 👁 1 views ▲ 0 votes

Search, label and export your LinkedIn saved posts, then draft, schedule and publish from them.

Homepage Verified source GitHub

Install

npx -y @linkedmash/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.linkedmash.com/api/mcp",
      "headers": [
        {
          "description": "Bearer token. Create one at https://www.linkedmash.com/integrations/api",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@linkedmash/mcp",
      "version": "1.2.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "LinkedMash API token. Create one at https://www.linkedmash.com/integrations/api",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "LINKEDMASH_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...