PostAgent

GAUSS-TPAC/PostAgent
★ 0 stars Python AI/LLM Updated today
Conversational LinkedIn publishing agent — MCP server for drafting and posting, with a serverless scheduler built on GitHub Actions.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "postagent": {
      "command": "uvx",
      "args": [
        "postagent"
      ]
    }
  }
}

Or install with pip: pip install postagent