# mcp-twikit

> MCP Server

MCP-Twikit is a Model Context Protocol server that enables interaction with Twitter, allowing users to search and analyze tweets, compare sentiments across different accounts, and integrate with tools like Smithery.

## Overview

- **Category:** Communication
- **Language:** Python
- **Stars:** 234
- **Forks:** 11
- **Owner:** adhikasp
- **GitHub:** https://github.com/adhikasp/mcp-twikit
- **Created:** 2024-12-15T03:37:27+00:00
- **Updated:** 2025-03-27T14:44:27+00:00
- **Source:** https://model-context-protocol.com/servers/mcp-twitter-interaction-sentiment-analysis

## Setup

## Setup

### Installing via Smithery

To install Twikit Twitter Search for Claude Desktop automatically via [Smithery](https://smithery.ai/server/mcp-twikit):

```bash
npx -y @smithery/cli install mcp-twikit --client claude
```

### Manual Installation
```json
{
    "mcpServer": {
        "command": "uvx",
        "args": ["--from", "git+https://github.com/adhikasp/mcp-twikit", "mcp-twikit"],
        "env": {
            "TWITTER_USERNAME": "@example",
            "TWITTER_EMAIL": "me@example.com",
            "TWITTER_PASSWORD": "secret",
        }
    }
}
```

## Tools

## Available Tools

1.  search_twitter (Search Twitter for tweets based on a query, count, and sort order.)
2.  get_timeline (Retrieve the latest tweets from your Twitter timeline.)
3.  Comparing sentiments across different twitter accounts (Analyze public sentiment towards different Twitter accounts.)

