Files
cursor__plugins/third_party/x/mcp.json
Cursor Agent 8b1de4854e Add read-only X MCP plugin
Connects Cursor to X's hosted MCP server at https://api.x.com/mcp using the
app-only Bearer route, which is read-only and needs no local xurl bridge or
browser OAuth login.

Logo is X's official mark from the X brand toolkit (about.x.com), placed on a
black tile matching X's own app icon.

Co-authored-by: Alex Vandak Maloney  <maloney.a12@gmail.com>
2026-08-07 18:05:52 +00:00

12 lines
182 B
JSON

{
"mcpServers": {
"x": {
"type": "http",
"url": "https://api.x.com/mcp",
"headers": {
"Authorization": "Bearer ${X_BEARER_TOKEN}"
}
}
}
}