# ego [Health: Active]

**Category:** 🌐 Social Media  
**Repository:** https://ego.dog/en/developers  
**Views:** 4  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/ego-2

## Description
Write LinkedIn posts in your own voice. Drafts only, ego never publishes for you.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "ego": {
    "command": "npx",
    "args": ["-y","ego-2"]
  }
}
```

## Documentation

## What the ego MCP server does

The ego MCP server is designed to help write LinkedIn posts that reflect the user's own voice. Its stated output is a draft, so it supports preparation rather than automatic publishing. This distinction matters for workflows where a person must review, edit, approve, and publish every post.

The available description does not specify how the server learns or preserves a user's writing style. It confirms the intended result—LinkedIn drafts written in the user's voice—but does not document particular prompts, profile settings, content sources, or style controls. Developers should therefore treat voice matching as the central behavior without assuming a configurable style-training feature.

## Tools and capabilities

The ego MCP server's documented capability is drafting LinkedIn posts. Based on the available material, its scope can be summarized as follows:

- Create LinkedIn post drafts.
- Aim to write in the user's own voice.
- Keep publication outside the server's role.

The source does not provide a named tool list, input schema, output schema, supported content formats, or details about whether it can revise existing drafts. Those capabilities should not be assumed when evaluating integration requirements.

## Limitations and notes

The most important limitation is that ego never publishes for you. Any workflow using the ego MCP server must retain a separate human or client-side publication step. This makes it suitable for assisted content creation, but not for fully automated LinkedIn posting.

The provided material also does not state whether the server can read a LinkedIn account, access past posts, schedule content, manage comments, or publish through LinkedIn's API. It should not be selected for those requirements without additional documentation.

No installation command, authentication method, pricing information, license, supported MCP client list, or environment variables are provided in the available material. The developer documentation source is identified as `ego.dog/en/developers`, but its setup details are not included here. As a result, the ego MCP server can be evaluated confidently for its drafting boundary, but not for deployment or account-connection requirements.

For a content workflow, the practical operating model is straightforward: request a LinkedIn post, review the resulting draft, make any needed changes, and publish it through an appropriate separate process. The ego MCP server's role ends at the draft stage.

_Full upstream README: https://allmcps.com/mcp/ego-2/readme_

