Complete step-by-step instructions to get started with ConnectC2X
ConnectC2X is an MCP server that lets Claude (Desktop / claude.ai / iPhone) fetch and search tweets on X (Twitter). It supports tweet URL lookup, timeline fetching, keyword search, and automatically expands quote chains up to 5 levels deep.
※ Login with your X account is required
Click "Sign up" → Enter use case (e.g., "Personal project to read tweets via MCP") → Agree to terms → "Submit" → Register payment method (pay-per-use)
From the dashboard, click "+ Add App" → Enter project name (e.g., "MyMCP") → Enter app name (e.g., "connect-c2x") → Create
After creating the app, copy the "Bearer Token" shown. It's a long string starting with "AAAAAAA...". If you missed it: Go to app's "Keys and Tokens" tab → Click "Regenerate" under "Bearer Token".
Click "Get Started" or "Sign in with Google" on the landing page and log in with your Google account.
After login, paste the Bearer Token from Step 1 into the "X Bearer Token" field on the dashboard and click "Save". Your token is encrypted and stored securely.
MCP Server URL:
Settings → "Connectors" → "Add Custom Connector" → Name: X-API, URL: https://kitepon.dev/mcp → "Add" → "Connect" → Sign in with Google → Connected
Add to mcpServers in ~/.claude.json:
→ Restart Claude Code → OAuth auth URL shown → Open in browser → Google login → Connected
Once you set up the connector on claude.ai, it automatically syncs to the Claude mobile app. No additional setup needed.
After connecting, try asking Claude:
💬 Fetch a tweet:
💬 Fetch timeline:
💬 Search:
ConnectC2X is tested with Claude, but it should work with any MCP-compatible AI client (Cursor, Windsurf, GitHub Copilot, OpenAI Codex, etc.). However, we do not guarantee compatibility — please try with the Free tier first.
| Tool | Description |
|---|---|
| fetch_tweet | Fetch a tweet by ID or URL. Expands quote chains up to 5 levels. |
| fetch_timeline | Fetch a user's latest tweets. |
| search_tweets | Search tweets from the past 7 days by keyword. |
Restart Claude Desktop / Code. Check that the MCP URL is correct (no trailing slash).
Register your X Bearer Token on the dashboard. Google OAuth login alone is not enough — you also need an X API token.
Verify your Bearer Token from X Developer Portal is correct. URL-encoded characters like %2F or %3D can be pasted as-is.
Free plan is limited to 3 calls per day. It resets the next day. Upgrade to Pro (¥300/month) for unlimited access.