Files
cursor__plugins/third_party/x/mcp.json
2026-08-27 23:17:37 +00:00

29 lines
604 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",
"developer.billing.write",
"developer.write",
"offline.access"
]
}
}
}
}