Back to Browse

Publiar MCP Server

Developer ToolsUse Caution4.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

Ecrit des lead magnets LinkedIn qui refusent d'inventer, rend le visuel et publie.

About

Ecrit des lead magnets LinkedIn qui refusent d'inventer, rend le visuel et publie.

Security Report

4.8
Use Caution4.8High Risk

A well-structured MCP server for LinkedIn content generation with proper authentication via API keys and reasonable permission scoping. The code demonstrates good security practices with environment-based credential management and input validation. Minor code quality issues around broad exception handling and logging practices do not materially impact security posture, and permissions align well with the server's stated purpose. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue.

3 files analyzed · 10 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

process_spawn

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Cle MCP creee sur publiar.app/profile, section Cles MCP. Commence par mcp_pub_.Required

Environment variable: PUBLIAR_API_KEY

Endpoint REST Publiar. Defaut : https://api.publiar.app/apiOptional

Environment variable: PUBLIAR_API_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-tokdar2410621-publiar": {
      "env": {
        "PUBLIAR_API_KEY": "your-publiar-api-key-here",
        "PUBLIAR_API_URL": "your-publiar-api-url-here"
      },
      "args": [
        "publiar-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!