Files
cursor__plugins/third_party/x/mcp.json
Cursor Agent 6a39659599 Switch X plugin to OAuth user sign-in with write scopes
Co-authored-by: Alex Vandak Maloney  <maloney.a12@gmail.com>
2026-08-13 21:55:28 +00:00

28 lines
565 B
JSON

{
"mcpServers": {
"x": {
"type": "http",
"url": "https://api.x.com/mcp",
"auth": {
"CLIENT_ID": "NGdZYmo4VVp2T1BnRG55NlExOGQ6MTpjaQ",
"scopes": [
"tweet.read",
"users.read",
"follows.read",
"space.read",
"mute.read",
"like.read",
"list.read",
"list.write",
"block.read",
"block.write",
"bookmark.read",
"bookmark.write",
"billing.write",
"offline.access"
]
}
}
}
}