What is the io.veezee/x-twitter MCP server?
X (formerly Twitter) posts, profiles, and search for AI agents. Free key, self-minted, no signup.
How to install io.veezee/x-twitter
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"x-twitter": {
"url": "https://mcp.veezee.io/x"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"x-twitter": {
"serverUrl": "https://mcp.veezee.io/x"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"x-twitter": {
"type": "http",
"url": "https://mcp.veezee.io/x"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"x-twitter": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.veezee.io/x"
]
}
}
}Claude Code
claude mcp add --transport http x-twitter https://mcp.veezee.io/xRelated MCP servers
io.veezee/all
Active
Real-time LinkedIn, X (Twitter) and Reddit data for AI agents. Free key, self-minted, no signup.
0
View repository →JavaScript
MIT
io.veezee/linkedin
Active
LinkedIn data for AI agents: search, profiles, companies, posts. Free key, self-minted, no signup.
0
View repository →JavaScript
MIT
io.veezee/reddit
Active
Reddit posts, comments, subreddits, and search for AI agents. Free key, self-minted, no signup.
0
View repository →JavaScript
MIT