Skip to main content
Glama
package.json1.29 kB
{ "name": "twitterapi-docs-mcp", "version": "1.0.3", "mcpName": "io.github.dorukardahan/twitterapi-docs-mcp", "description": "MCP server providing offline access to TwitterAPI.io documentation for Claude and other AI assistants", "main": "index.js", "type": "module", "bin": { "twitterapi-docs-mcp": "index.js" }, "scripts": { "start": "node index.js", "test": "node --test test/index.test.js", "build": "echo 'No build step required - pure ES Module'", "scrape": "node scrape-all.cjs", "prepublishOnly": "npm test" }, "keywords": [ "mcp", "model-context-protocol", "claude", "twitter", "twitterapi", "api-documentation", "ai-assistant", "llm", "anthropic", "offline-docs" ], "author": "Doruk Ardahan", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/dorukardahan/twitterapi-docs-mcp.git" }, "homepage": "https://github.com/dorukardahan/twitterapi-docs-mcp#readme", "bugs": { "url": "https://github.com/dorukardahan/twitterapi-docs-mcp/issues" }, "engines": { "node": ">=18.18.0" }, "files": [ "index.js", "data/docs.json", "README.md", "LICENSE" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0" } }

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/dorukardahan/twitterapi-docs-mcp'

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