Skip to main content
Glama

Twitter MCP Server

by GenAIwithMS
package.json•1.26 kB
{ "name": "@muhammadsiddiq/twitter-mcp", "version": "0.3.1", "description": "A Model Context Protocol server allows to interact with Twitter, enabling posting tweets (with images), and searching Twitter.", "type": "module", "main": "build/index.js", "bin": { "twitter-server": "./build/index.js" }, "files": [ "build", "README.md", "LICENSE", "CHANGELOG.md" ], "scripts": { "build": "tsc", "start": "node build/index.js", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "modelcontextprotocol", "server", "twitter", "claude" ], "author": "genaiwithms", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.21.0", "dotenv": "^16.4.7", "mcp-evals": "^1.0.18", "twitter-api-v2": "^1.18.2", "zod": "^3.24.0" }, "devDependencies": { "@jest/globals": "^30.2.0", "@types/jest": "^30.0.0", "@types/node": "^20.11.24", "jest": "^30.2.0", "typescript": "^5.3.3" }, "repository": { "type": "git", "url": "git+https://github.com/genaiwithms/twitter-mcp.git" }, "bugs": { "url": "https://github.com/genaiwithms/twitter-mcp/issues" }, "homepage": "https://github.com/genaiwithms/twitter-mcp#readme" }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/GenAIwithMS/twitter-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server