-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathserver.json
More file actions
43 lines (43 loc) · 1.35 KB
/
Copy pathserver.json
File metadata and controls
43 lines (43 loc) · 1.35 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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.conorbronsdon/substack-mcp",
"title": "Substack MCP Server",
"description": "Substack drafts, Notes, analytics and consented subscribers. Long-form posts stay draft-only.",
"repository": {
"url": "https://github.com/conorbronsdon/substack-mcp",
"source": "github"
},
"version": "1.2.1",
"packages": [
{
"registryType": "npm",
"identifier": "@conorbronsdon/substack-mcp",
"version": "1.2.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "SUBSTACK_PUBLICATION_URL",
"description": "Your Substack publication URL (e.g., https://yourblog.substack.com)",
"isRequired": true,
"placeholder": "https://yourblog.substack.com"
},
{
"name": "SUBSTACK_SESSION_TOKEN",
"description": "connect.sid cookie value from your Substack session",
"isRequired": true,
"isSecret": true
},
{
"name": "SUBSTACK_USER_ID",
"description": "Your Substack user ID",
"isRequired": true,
"placeholder": "12345"
}
]
}
],
"websiteUrl": "https://github.com/conorbronsdon/substack-mcp#readme"
}