-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.24 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
{
"name": "auth-fetch-mcp",
"version": "3.0.3",
"description": "MCP server that lets AI read Notion, Google Docs, Jira & any login-protected page via a real browser",
"main": "dist/index.js",
"bin": {
"auth-fetch-mcp": "dist/index.js"
},
"files": [
"dist/**/*"
],
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"prepublishOnly": "npm run build"
},
"keywords": [
"mcp",
"mcp-server",
"model-context-protocol",
"browser",
"auth",
"authenticated",
"fetch",
"playwright",
"claude",
"claude-code",
"cursor",
"windsurf",
"ai",
"llm",
"anthropic",
"openai",
"notion",
"google-docs",
"login",
"scraper",
"web-scraper"
],
"author": "ymw0407",
"repository": {
"type": "git",
"url": "https://github.com/ymw0407/auth-fetch-mcp.git"
},
"homepage": "https://github.com/ymw0407/auth-fetch-mcp#readme",
"bugs": {
"url": "https://github.com/ymw0407/auth-fetch-mcp/issues"
},
"license": "MIT",
"type": "commonjs",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.27.1",
"playwright": "^1.58.2",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^25.5.0",
"typescript": "^6.0.2"
}
}