Skip to main content
Glama

Twitter MCP Server

by aali-1
package.json1.05 kB
{ "name": "twitter-mcp-server", "version": "1.0.0", "description": "MCP server for Twitter API with posting, searching, and timeline features", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "ts-node src/index.ts", "test": "jest", "lint": "eslint src/**/*.ts", "format": "prettier --write src/**/*.ts" }, "keywords": ["mcp", "twitter", "api", "server"], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.4.0", "twitter-api-v2": "^1.15.0", "dotenv": "^16.3.1", "winston": "^3.11.0", "joi": "^17.11.0" }, "devDependencies": { "@types/node": "^20.10.0", "@typescript-eslint/eslint-plugin": "^6.13.0", "@typescript-eslint/parser": "^6.13.0", "eslint": "^8.54.0", "prettier": "^3.1.0", "ts-node": "^10.9.1", "typescript": "^5.3.0", "jest": "^29.7.0", "@types/jest": "^29.5.8", "ts-jest": "^29.1.1" }, "engines": { "node": ">=18.0.0" } }

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/aali-1/twitter-mcp-server'

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