T
Integrates with Twitter/X to enable direct actions like posting, replying, following users, and retrieving profile data through a Node.js server with dual authe
Share:
About
Integrates with Twitter/X to enable direct actions like posting, replying, following users, and retrieving profile data through a Node.js server with dual authentication options.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Twitter.
- What core functionalities does the Twitter MCP provide?
- This MCP enables direct integration with Twitter/X for actions such as posting new tweets, replying to existing ones, managing user follows, and retrieving user profile information programmatically. It streamlines interaction with the Twitter API.
- What are the authentication requirements for using this Twitter MCP?
- The Twitter MCP supports dual authentication options, as described in its documentation. Refer to the specific Node.js server setup instructions for details on configuring your preferred authentication method.
- How can I set up the Twitter MCP with a client like Claude Desktop or Cursor?
- Installation and configuration typically involve cloning the repository and running the Node.js server. Integration with specific MCP clients depends on the client's method for connecting to local MCP instances via stdio transport.
- Does this Twitter MCP incur any cost or licensing fees for its use?
- The MCP itself is open-source and available on GitHub, implying no direct cost for the MCP software. Any costs would arise from Twitter's own API usage policies or your infrastructure to host the Node.js server.
- What are the primary tools or capabilities exposed by this MCP?
- This MCP exposes capabilities for fundamental Twitter interactions, including creating posts, responding to tweets, managing connections with other users, and accessing public profile data. Specific tool names are not listed but are derived from these actions.
Install Twitter
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"twitter": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-twitter"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"twitter": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-twitter"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"twitter": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-twitter"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.