An MCP server to create, manage and publish X/Twitter posts directly through Claude chat.
To install X(Twitter) MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install x-mcp --client claude
git clone https://github.com/yourusername/x-mcp.git
brew install uv
Create claude_desktop_config.json:
~/Library/Application Support/Claude/ and create the file inside it%APPDATA%/Claude/ and create the file inside itAdd this configuration to 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"
}
}
}
}
Get your X/Twitter API credentials:
http://localhost/ and Website URL to http://example.com/Update the config file:
/path/to/x-mcp with your actual repository pathQuit Claude completely and reopen it
If not working:
pip uninstall uv and reinstall with brew install uv)which uv and replace "command": "uv" with the full pathCode Explainer Mcp
A Cloudflare Worker that serves as an MCP (Model Context Protocol) server for code explanation. It analyzes and explains code with a comprehensive breakdown of structure and functionality.
Mcp Name Origin Server
A Python-based MCP (Model Context Protocol) server that predicts the origin
Tavily Search Mcp Server
An MCP server implementation that integrates the Tavily Search API, providing optimized search capabilities for LLMs.
A Model Context Protocol (MCP) server for interacting with the OneSignal API
An MCP (Model Context Protocol) tool that provides real-time weather data, forecasts, and historical weather information using the OpenWeatherMap API, specifically designed for Claude Desktop.
DevEnvInfoServer - Cursor MCP Server for Development Environment Information