MCP.so
登录

Twitter MCP Server

@serima

关于 Twitter MCP Server

暂无概览

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

serima

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "twitter-mcp-server": {
      "command": "node",
      "args": [
        "/path/to/twitter-mcp-server/dist/server.js"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Twitter MCP Server?

Twitter MCP Server is an MCP (Model Context Protocol) server that enables Claude to accurately count Twitter/X post characters and optimize posts. It uses Twitter's official counting library to validate, optimize, and extract entities from post text. This tool is designed for anyone using Claude who needs to craft posts that comply with Twitter/X character limits.

How to use Twitter MCP Server?

Clone the repository, install dependencies with npm install, and build with npm run build. Then configure Claude Desktop by adding the server to your claude_desktop_config.json file. Once configured, use tools like count_tweet_characters, validate_tweet, optimize_tweet, and extract_entities by asking Claude to perform the desired action on your post text.

Key features of Twitter MCP Server

  • Accurately counts characters using Twitter's official method
  • Validates posts against character limits and constraints
  • Provides optimization suggestions for overly long posts
  • Extracts URLs, mentions, and hashtags from text

Use cases of Twitter MCP Server

  • Checking character count before posting to Twitter/X
  • Validating that a post meets Twitter's constraints
  • Optimizing a long post to fit within the 280-character limit
  • Analyzing post text for URLs, @mentions, and hashtags

FAQ from Twitter MCP Server

What does Twitter MCP Server do that alternatives don't?

It uses Twitter's official twitter-text library for accurate character counting, matching the platform's actual counting method.

What are the runtime requirements?

Node.js is required. The server is built with TypeScript and uses the @modelcontextprotocol/sdk.

Where does my data live?

All processing is local; no data is sent to external servers beyond the MCP interaction with Claude.

What tools does it provide?

It provides four tools: count_tweet_characters, validate_tweet, optimize_tweet, and extract_entities.

Does it require authentication?

No authentication is required. The server works purely on text analysis.

评论

其他 分类下的更多 MCP 服务器