# veezeehq/veezee-mcp [Health: Active]

**Category:** 🌐 Social Media  
**Repository:** https://github.com/veezeehq/veezee-mcp  
**GitHub Stars:** 0  
**npm Downloads (last month):** 329731  
**Views:** 4  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/veezeehq-veezee-mcp

## Description
Real-time LinkedIn, X (Twitter) and Reddit data: profiles, companies, posts, search, sentiment. Hosted at mcp.veezee.io with OAuth or self-serve keys.

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `npx` (confidence: high):

```json
"mcpServers": {
  "veezee-mcp": {
    "command": "npx",
    "args": ["-y","github"]
  }
}
```

## Documentation

## What veezeehq/veezee-mcp MCP server does

veezeehq/veezee-mcp MCP server gives MCP-compatible agents access to data from LinkedIn, Reddit, and X, formerly Twitter. The hosted service provides separate mounts for each platform and an `/all` mount that exposes all supported tools. A matching REST API is also available, with the same general tool semantics, and the project links to a TypeScript SDK and CLI.

LinkedIn coverage includes resolving URLs, retrieving person profiles and companies, searching for people, and reading recent posts from people or companies. Reddit tools search posts, comments, subreddits, and users; retrieve subreddit details and posts; inspect users; fetch posts by ID; and resolve Reddit URLs. X tools search, inspect profiles, retrieve account tweets, fetch an individual tweet with metrics, and resolve X URLs.

## How it works

The hosted MCP endpoints use streamable HTTP. Use `/linkedin`, `/reddit`, or `/x` to limit the available tool set, or use `/all` when a task combines multiple networks. Each mount also provides `get_usage`, which reports credit usage and recent charges.

Every tool call needs a Veezee key. A free trial key can be created with a POST request to `https://api.veezee.io/v1/keys/mint`; the documented free tier provides 200 credits per IP per day, cached data, and the first page of results. OAuth-capable MCP clients can instead receive a sign-in challenge and open a browser-based Veezee sign-in flow. Requests use the key as a bearer token.

## Setup and configuration

Connect an MCP client to `https://mcp.veezee.io/all`, replacing `/all` with a platform mount when appropriate. Cursor, Windsurf, and Cline are among the clients referenced by the project documentation. The local option runs a small proxy with `npx github:veezeehq/veezee-mcp`; it connects to the combined hosted mount by default.

Set `VEEZEE_API_KEY` when the local proxy should reuse a particular key across runs. Set `VEEZEE_MCP_URL` to target a single-platform mount from the proxy. Docker users can build the repository image and run it interactively with standard input enabled.

## Tools and capabilities

The combined mount contains 17 tools: five LinkedIn tools, six Reddit tools, five X tools, and the shared usage tool. Single-platform mounts expose only their relevant tools plus `get_usage`. Calls can request `freshness: "realtime"`, which adds two credits and forces a live fetch instead of using cached data.

Credit costs vary by operation. Searches and paginated post or tweet retrieval charge per page, while profile, company, subreddit, URL resolution, and individual-post operations have their own documented base charges. Paid credits retain the same key and add realtime freshness and full pagination.

## Limitations and notes

veezeehq/veezee-mcp MCP server is a hosted service rather than a fully local data connector; the repository mainly provides the public project home, issue tracker, and stdio proxy. The free tier is limited by daily credits, IP-based allocation, cached results, and first-page access. More pages or live data may consume additional credits.

The project does not describe a license in the supplied material. The REST API, SDK, and CLI are separate access paths documented by the project, while the MCP mounts remain the direct option for MCP clients.

_Full upstream README: https://allmcps.com/mcp/veezeehq-veezee-mcp/readme_

