Твиттер MCP-сервер
Этот сервер MCP позволяет клиентам взаимодействовать с Twitter, позволяя публиковать твиты и выполнять поиск в Twitter.
Быстрый старт
- Создайте учетную запись разработчика Twitter и получите ключи API на портале разработчиков Twitter.
- Добавьте эту конфигурацию в файл конфигурации Claude Desktop:
Windows : %APPDATA%\Claude\claude_desktop_config.json
macOS : ~/Library/Application Support/Claude/claude_desktop_config.json
- Перезагрузить рабочий стол Клода
Вот и все! Теперь Клод может взаимодействовать с Twitter с помощью двух инструментов:
post_tweet
: Опубликовать новый твитsearch_tweets
: Поиск твитов
Пример использования
Попробуйте спросить Клода:
- «Можете ли вы опубликовать твит «Привет от Клода!»?»
- «Можно ли искать твиты о Claude AI?»
Поиск неисправностей
Журналы можно найти по адресу:
- Windows :
%APPDATA%\Claude\logs\mcp-server-twitter.log
- macOS :
~/Library/Logs/Claude/mcp-server-twitter.log
Разработка
Если вы хотите внести свой вклад или запустить проект из исходного кода:
- Клонируйте репозиторий:
- Установите зависимости:
- Строить:
- Бегать:
Запуск оценок
Пакет evals загружает клиент mcp, который затем запускает файл index.ts, поэтому нет необходимости перестраиваться между тестами. Вы можете загрузить переменные среды, указав префикс команды npx. Полную документацию можно найти здесь .
Лицензия
Массачусетский технологический институт
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
MCP-сервер, позволяющий Клоду взаимодействовать с Twitter, публиковать твиты и искать контент Twitter.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server that allows Claude to create, manage and publish X/Twitter posts directly through the chat interface.Last updated -535PythonMIT License
- AsecurityAlicenseAqualityAn MCP server that enables saving and sharing Claude Desktop conversations, allowing users to store chats privately or make them public through a web interface.Last updated -26TypeScriptMIT License
- -security-license-qualityAn MCP server that enables Claude and other MCP clients to interact with Mattermost workspaces, providing channel management, messaging capabilities, and topic monitoring functionality.Last updated -TypeScript
- -securityAlicense-qualityA headless MCP server that provides Twitter API access without requiring local credential setup, enabling core Twitter operations like searching tweets, getting user tweets, posting tweets, and replying to tweets.Last updated -PythonMIT License