T
Twitter Search
Enables Claude to search Twitter with natural language queries, filtering by keywords, users, dates, and engagement metrics with formatted markdown results.
Share:
About
Enables Claude to search Twitter with natural language queries, filtering by keywords, users, dates, and engagement metrics with formatted markdown results.
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 Search.
- What is the Twitter Search MCP?
- The Twitter Search MCP allows natural language queries to search Twitter. It filters by keywords, users, dates, and engagement metrics. Results are provided in a formatted markdown.
- How do I configure Twitter Search in an MCP client?
- Configuration details depend on the specific MCP client you are using. Generally, you will need to add the server's URL and port to your client's settings.
- Does the Twitter Search MCP require any authentication?
- No, the Twitter Search MCP uses 'none' as its authentication type. It does not require an API key, OAuth, or other credentials for operation.
- What are the key capabilities of the Twitter Search MCP?
- This MCP enables searching Twitter with natural language, filtering by various criteria such as keywords, users, and dates. It also supports filtering by engagement metrics.
- What is a limitation of the Twitter Search MCP?
- A key limitation is that direct tool exposure is not listed, meaning specific function calls are not documented. This may require reviewing the server's code for full functionality details.
Install Twitter Search
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"twitter-search": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-twitter-search"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"twitter-search": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-twitter-search"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"twitter-search": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-twitter-search"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.