-
-
Notifications
You must be signed in to change notification settings - Fork 88
Expand file tree
/
Copy pathserver.json
More file actions
81 lines (81 loc) · 1.95 KB
/
Copy pathserver.json
File metadata and controls
81 lines (81 loc) · 1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.nirholas/xactions",
"title": "XActions",
"description": "X/Twitter automation MCP: scrape, post, schedule, analyze, engage. No API key required.",
"license": "Apache-2.0",
"authors": [
{
"name": "nich",
"url": "https://github.com/nirholas"
}
],
"repository": {
"url": "https://github.com/nirholas/XActions",
"source": "github"
},
"version": "3.4.4",
"links": {
"homepage": "https://github.com/nirholas/XActions",
"bugs": "https://github.com/nirholas/XActions/issues",
"npm": "https://www.npmjs.com/package/xactions"
},
"icons": [
{
"src": "https://xactions.app/icon-192.png",
"mimeType": "image/png",
"sizes": [
"192x192"
]
}
],
"packages": [
{
"registryType": "npm",
"identifier": "xactions",
"version": "3.4.4",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "X_COOKIES",
"description": "X/Twitter authentication cookies (JSON string or path to cookies file)",
"isRequired": false,
"isSecret": true
},
{
"name": "X_USERNAME",
"description": "X/Twitter username for login",
"isRequired": false,
"isSecret": false
},
{
"name": "X_PASSWORD",
"description": "X/Twitter password for login",
"isRequired": false,
"isSecret": true
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"keywords": [
"twitter",
"x",
"social-media",
"automation",
"scraping",
"posting",
"scheduling",
"analytics",
"engagement",
"mcp",
"ai"
],
"category": "Social Media"
}
}
}