TwitterShots Server
БесплатноНе проверенEnables generating Twitter/X tweet screenshots with customizable themes, formats, and display options using the TwitterShots API. Supports natural language comm
Описание
Enables generating Twitter/X tweet screenshots with customizable themes, formats, and display options using the TwitterShots API. Supports natural language commands to create screenshots and check API usage.
README
MCP (Model Context Protocol) server for generating Twitter/X tweet screenshots using the TwitterShots API.
How to Use
1. Get Your API Key
- Visit TwitterShots Account Settings
- Navigate to Account Settings > API Key
- Copy your API key for configuration
API Usage Limits:
- Free & Pro: 5 screenshots for trial
- Pro+: 300 screenshots per month
- Business: 6,000 screenshots per month
2. Install and Configure
- Clone or download the TwitterShots MCP Server from the repository:
Or download the project as a ZIP file and extract it to your desired location.git clone [email protected]:twittershots/twittershots-mcp.git cd twittershots-mcp
3. Configure MCP Client
Add the server to your MCP client configuration (e.g., Cursor, Claude Desktop) in your MCP config file:
For Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"twittershots": {
"command": "node",
"args": ["/path/to/twittershots-mcp/build/index.js"],
"env": {
"TWITTERSHOTS_API_KEY": "your-api-key-here"
}
}
}
}
Example mcp.json with actual path:
{
"mcpServers": {
"twittershots": {
"command": "node",
"args": ["/Users/0xinhua/workspace/open-source/0xinhua-proj/twittershots-mcp/build/index.js"],
"env": {
"TWITTERSHOTS_API_KEY": "sk_xxxxxx"
}
}
}
}
4. Start Using with Natural Language
Once configured, you can use natural language to generate tweet screenshots and check API usage:
- "Use twittershots to screenshot https://x.com/elonmusk/status/2001742502332911922 in dark mode"
- "Generate a screenshot of tweet 2002397336803348716 with dark theme"
- "Create a tweet screenshot with light theme and show full text"
- "Check my twittershots API usage"
- "Get my API quota usage"
Tool: get_screenshot
Get a screenshot image URL for a Twitter/X tweet.
Parameters:
url(required): Twitter/X tweet URL or tweet IDformat(optional): Image format -svg(default),png, orhtmltheme(optional): Theme -light(default) ordarklogo(optional): Logo type -x(default),bluebird, ornoneshowFullText(optional): Show full tweet content (default:true)showTimestamp(optional): Show timestamp (default:true)showViews(optional): Show view count (default:true)showStats(optional): Show reply, retweet, and like counts (default:true)
Example:
use twittershots to screenshot https://x.com/elonmusk/status/2001742502332911922 in dark mode
Output: Screenshot URL with the generated image link
Tool: get_usage
Get your current API quota usage, including remaining requests and total quota limit.
Parameters: None
Example:
check my twittershots API usage
or
get my API usage
Output:
API Usage:
Remaining: 1234
Limit: 2000
Used: 766 (38.3%)
Установка TwitterShots Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/twittershots/twittershots-mcpFAQ
TwitterShots Server MCP бесплатный?
Да, TwitterShots Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для TwitterShots Server?
Нет, TwitterShots Server работает без API-ключей и переменных окружения.
TwitterShots Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить TwitterShots Server в Claude Desktop, Claude Code или Cursor?
Открой TwitterShots Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare TwitterShots Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
