The reputation layer for AI skills, tools & agents

EnesCinr/twitter-mcp

Score: 42.1 Rank #1527

A Model Context Protocol server allows to interact with Twitter, enabling posting tweets and searching Twitter.

Overview

EnesCinr/twitter-mcp is a TypeScript MCP server licensed under MIT. A Model Context Protocol server allows to interact with Twitter, enabling posting tweets and searching Twitter.

Ranked #1527 out of 25632 indexed tools.

In the top 6% of all indexed tools.

Ecosystem

TypeScript MIT

Signal Breakdown

Stars 374
Freshness 8mo ago
Issue Health 75%
Contributors 7
Dependents 1
Forks 53
Description Good
License MIT

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Freshness high impact

Last commit was 241 days ago — a recent commit would boost your freshness score

Badge

AgentRank score for EnesCinr/twitter-mcp
[![AgentRank](https://agentrank-ai.com/api/badge/tool/EnesCinr--twitter-mcp)](https://agentrank-ai.com/tool/EnesCinr--twitter-mcp)
<a href="https://agentrank-ai.com/tool/EnesCinr--twitter-mcp"><img src="https://agentrank-ai.com/api/badge/tool/EnesCinr--twitter-mcp" alt="AgentRank"></a>

Matched Queries

"model context protocol""model-context-protocol"

From the README

# Twitter MCP Server

This MCP server allows Clients to interact with Twitter, enabling posting tweets and searching Twitter.

<a href="https://glama.ai/mcp/servers/dhsudtc7cd">
  
</a>

## Quick Start

1. Create a Twitter Developer account and get your API keys from [Twitter Developer Portal](https://developer.twitter.com/en/portal/dashboard)

2. Add this configuration to your Claude Desktop config file:

**Windows**: `%APPDATA%\Claude\claude_desktop_config.json`  
**macOS**: `~/Library/Application Support/Claude/claude_desktop_config.json`

```json
{
  "mcpServers": {
    "twitter-mcp": {
      "command": "npx",
      "args": ["-y", "@enescinar/twitter-mcp"],
      "env": {
        "API_KEY": "your_api_key_here",
        "API_SECRET_KEY": "your_api_secret_key_here",
        "ACCESS_TOKEN": "your_access_token_here",
        "ACCESS_TOKEN_SECRET": "your_access_token_secret_here"
      }
    }
  }
}
```

3. Restart Claude Desktop

That's it! Claude can now interact with Twitter through 
Read full README on GitHub →
Are you the maintainer? Claim this listing