From 58805594138b057025927a25248c6f309582eb1e Mon Sep 17 00:00:00 2001 From: kriptoburak Date: Thu, 11 Jun 2026 14:23:51 +0200 Subject: [PATCH 1/2] Add Xquik MCP entry --- src/data/mcp/index.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/data/mcp/index.ts b/src/data/mcp/index.ts index 147e06d..1100daa 100644 --- a/src/data/mcp/index.ts +++ b/src/data/mcp/index.ts @@ -81,6 +81,12 @@ export default [ description: "MCP Server for the Slack API, enabling Claude to interact with Slack workspaces.", logo: "https://cdn.brandfetch.io/idJ_HhtG0Z/theme/dark/symbol.svg?c=1dxbfHSJFAPEGdCLU4o5B", }, + { + name: "Xquik", + url: "https://github.com/Xquik-dev/x-twitter-scraper", + description: + "X data platform with 100+ REST endpoints, MCP tools, webhooks, SDKs, and confirmed writes.", + }, { name: "Cloudflare", url: "https://github.com/cloudflare/mcp-server-cloudflare", From c80b1acc888066ad514faf955be499cb390ca140 Mon Sep 17 00:00:00 2001 From: kriptoburak Date: Thu, 11 Jun 2026 14:31:19 +0200 Subject: [PATCH 2/2] Use count neutral Xquik description --- src/data/mcp/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/mcp/index.ts b/src/data/mcp/index.ts index 1100daa..ed4a7c8 100644 --- a/src/data/mcp/index.ts +++ b/src/data/mcp/index.ts @@ -85,7 +85,7 @@ export default [ name: "Xquik", url: "https://github.com/Xquik-dev/x-twitter-scraper", description: - "X data platform with 100+ REST endpoints, MCP tools, webhooks, SDKs, and confirmed writes.", + "X data platform with REST endpoints, MCP tools, webhooks, SDKs, and confirmed writes.", }, { name: "Cloudflare",