
wxflows MCP Server Integration
The wxflows MCP Server bridges AI assistants with external data sources and APIs, enabling secure, modular, and AI-driven workflow automation in FlowHunt. Easil...

Automate posting, manage drafts, and publish threads to X (Twitter) from any AI chat or workflow with the X(Twitter) MCP Server for FlowHunt.
The X(Twitter) MCP Server is a Model Context Protocol (MCP) server designed to allow AI assistants and agents to create, manage, and publish posts to X (formerly known as Twitter) directly through chat environments such as Claude. By acting as a bridge between AI interfaces and the X/Twitter API, this server streamlines tasks such as posting tweets, managing drafts, and publishing threads. It enables developers and users to automate social media activities, integrate X/Twitter workflows into their development stack, and enhance productivity by eliminating the need for manual posting or separate tools. Its integration with MCP-compatible clients makes it an effective tool for workflow automation, content management, and social media interactions.
No explicit prompt templates are listed in the repository.
No explicit resources are listed in the repository documentation or code.
No direct list of tools is found in the repository’s documentation or visible code files.
No specific Windsurf instructions are provided.
brew install uvgit clone https://github.com/vidhupv/x-mcp.git~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%/Claude/claude_desktop_config.json{
"mcpServers": {
"x_mcp": {
"command": "uv",
"args": [
"--directory",
"/path/to/x-mcp",
"run",
"x-mcp"
],
"env": {
"TWITTER_API_KEY": "your_api_key",
"TWITTER_API_SECRET": "your_api_secret",
"TWITTER_ACCESS_TOKEN": "your_access_token",
"TWITTER_ACCESS_TOKEN_SECRET": "your_access_token_secret"
}
}
}
}
API keys are stored in the env object of the configuration JSON.
Example:
"env": {
"TWITTER_API_KEY": "your_api_key",
"TWITTER_API_SECRET": "your_api_secret",
"TWITTER_ACCESS_TOKEN": "your_access_token",
"TWITTER_ACCESS_TOKEN_SECRET": "your_access_token_secret"
}
No specific Cursor instructions are provided.
No specific Cline instructions are provided.
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"x_mcp": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “x_mcp” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
| Section | Availability | Details/Notes |
|---|---|---|
| Overview | ✅ | |
| List of Prompts | ⛔ | None listed |
| List of Resources | ⛔ | None listed |
| List of Tools | ⛔ | None listed |
| Securing API Keys | ✅ | In config JSON |
| Sampling Support (less important in evaluation) | ⛔ | Not specified |
Based on the available documentation and code, X(Twitter) MCP Server provides solid setup instructions for Claude and clearly covers API key management. However, it lacks explicit documentation on resources, tools, and prompt templates. Overall, this MCP is functional but lacks depth in documentation and feature transparency.
| Has a LICENSE | ✅ (MIT) |
|---|---|
| Has at least one tool | ⛔ |
| Number of Forks | 16 |
| Number of Stars | 57 |
Connect your AI workflows to X (Twitter) for seamless tweet automation, draft management, and content publishing—directly from chat or FlowHunt flows.

The wxflows MCP Server bridges AI assistants with external data sources and APIs, enabling secure, modular, and AI-driven workflow automation in FlowHunt. Easil...

The Discord MCP Server bridges AI assistants with Discord, enabling automated server management, message automation, and integration with external APIs via the ...

The ModelContextProtocol (MCP) Server acts as a bridge between AI agents and external data sources, APIs, and services, enabling FlowHunt users to build context...
Cookie Consent
We use cookies to enhance your browsing experience and analyze our traffic. See our privacy policy.