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
Development.md•484 B
# Development
Clone the repository and install dependencies:
```powershell
git clone https://github.com/GenAIwithMS/twitter-mcp.git
cd twitter-mcp
npm install
```
Build:
```powershell
npm run build
```
Run locally:
```powershell
npx ts-node src/index.ts
```
Run tests (if present):
```powershell
npm test
```
Development notes:
- TypeScript sources are in `src/`.
- Build output goes to `build/`.
- Keep environment variables for Twitter credentials set when running locally.