x-api-scraper
v0.1.0X (Twitter) Scraper API and X API alternative. You do not need an official X developer account for supported public reads. Includes 66 REST operations. MCP uses explore and twexapi_request. Not affiliated with X Corp.
By TwexAPILicense: MIT0 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Aug 25, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add x-api-scraper@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/twexapi-dev/x-api-scraperClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/x-api-scraper/SKILL.md├── skills/x-api-scraper-research/SKILL.md└── .mcp.json
Included Skills2
Use TwexAPI for X/Twitter REST, typed SDKs, MCP, search, followers, timelines, DMs, communities, lists, trending, and approved writes. Not affiliated with X Corp. Read-only by default. Require explicit approval for writes and private reads.
Research public X data with TwexAPI. Use for tweet search, user lookup, profile timelines, threads, followers, trends, communities, and lists. Keep public reads bounded. Require explicit approval before DMs or writes. Not affiliated with X Corp.
MCP servers1
- url
- https://api.twexapi.io/mcp
Plugin manifests2
{
"name": "x-api-scraper",
"version": "0.1.0",
"description": "X (Twitter) Scraper API and X API alternative. You do not need an official X developer account for supported public reads. Includes 66 REST operations. MCP uses explore and twexapi_request. Not affiliated with X Corp.",
"author": {
"name": "TwexAPI",
"url": "https://github.com/twexapi-dev"
},
"homepage": "https://docs.twexapi.io",
"repository": "https://github.com/twexapi-dev/x-api-scraper",
"license": "MIT",
"keywords": [
"twitter",
"x-api",
"x-api-alternative",
"twitter-api-alternative",
"mcp-server",
"scraper",
"twitter-api",
"social-media",
"ai-agent",
"twexapi"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "TwexAPI X Scraper",
"shortDescription": "Search and read X data. Confirm every account action. Not affiliated with X Corp.",
"longDescription": "Use 66 TwexAPI REST operations or hosted MCP with explore and twexapi_request. SDKs and CLI support application integrations. Confirm account actions. Not affiliated with X Corp.",
"developerName": "TwexAPI",
"category": "Productivity",
"composerIcon": "./assets/icon.svg",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://docs.twexapi.io",
"defaultPrompt": [
"Search recent X posts with TwexAPI",
"Set up the TwexAPI MCP server",
"Look up an X profile after confirmation"
],
"brandColor": "#0F172A",
"screenshots": []
}
}{
"name": "x-api-scraper",
"version": "0.1.0",
"description": "X (Twitter) Scraper API and X API alternative. You do not need an official X developer account for supported public reads. Includes 66 REST operations. MCP uses explore and twexapi_request. Not affiliated with X Corp.",
"author": {
"name": "TwexAPI",
"url": "https://github.com/twexapi-dev"
},
"homepage": "https://docs.twexapi.io",
"repository": "https://github.com/twexapi-dev/x-api-scraper",
"license": "MIT",
"keywords": [
"twitter",
"x-api",
"x-api-alternative",
"twitter-api-alternative",
"twitter-scraper-api",
"mcp-server",
"scraper",
"twitter-api",
"social-media",
"ai-agent",
"twexapi"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"userConfig": {
"api_key": {
"type": "string",
"title": "TwexAPI API key",
"description": "Create an API key at twexapi.io/dashboard.",
"sensitive": true
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[x-api-scraper on Agent Plugins Marketplace](https://pluginsmp.com/plugins/x-api-scraper)