← Back to Plugins
MCP Server MCP

io.github.rosekamallove/letmepost

github By github 👁 1 views ▲ 0 votes

MCP server for letmepost.dev. Publish across 8 social platforms from any agent.

Homepage Verified source GitHub

Install

npx -y @letmepost/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@letmepost/mcp",
      "version": "0.2.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your letmepost.dev API key (lmp_live_... or lmp_test_...). Create one at https://dashboard.letmepost.dev/api-keys.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "LMP_API_KEY"
        },
        {
          "description": "Override for self-hosted deployments. Defaults to https://api.letmepost.dev.",
          "format": "string",
          "name": "LMP_API_BASE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...