aipass-th-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@aipass-th-mcpList my recent chats from TH-AI Passport."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
aipass-th-mcp
MCP server ที่เชื่อมต่อกับ TH-AI Passport (https://de.aipass.net) ผ่านเบราว์เซอร์จริง
(Playwright) เพื่อดึงรายการแชท / เนื้อหาแชท และส่งข้อความใหม่ ทำงานบนคอมพิวเตอร์ของคุณเอง
ไม่ใช่บนเซิร์ฟเวอร์ของใคร
⚠️ นี่คือการ reverse-engineer endpoint ภายใน (
/loaders/...) ของเว็บนี้เอง ไม่ใช่ API ทางการที่มีเอกสารรองรับ ถ้าเว็บอัปเดต UI หรือโครงสร้างข้อมูล สคริปต์อาจต้องแก้ selector ใหม่ ใช้กับบัญชีของคุณเองเท่านั้น และเป็นความรับผิดชอบของคุณในการตรวจสอบเงื่อนไขการใช้งานของเว็บ
สิ่งที่ต้องมี
Node.js 18 ขึ้นไป
เบราว์เซอร์ Chromium ของ Playwright (ติดตั้งอัตโนมัติตอน
npm install)
Related MCP server: cdp-bridge
ติดตั้ง
cd aipass-mcp
npm installคำสั่งนี้จะติดตั้งไลบรารีและดาวน์โหลด Chromium ให้ Playwright อัตโนมัติ (ผ่าน postinstall)
เพิ่มเข้า Claude Desktop / Claude Code
แก้ไฟล์ config ของ Claude Desktop:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
เพิ่ม (แก้ path ให้เป็น path เต็มของโฟลเดอร์นี้ในเครื่องคุณ):
{
"mcpServers": {
"aipass-th": {
"command": "node",
"args": ["/absolute/path/to/aipass-mcp/server.js"]
}
}
}แล้วรีสตาร์ท Claude Desktop
(ถ้าใช้ Claude Code แทน ให้เพิ่มด้วย claude mcp add aipass-th node /absolute/path/to/aipass-mcp/server.js)
การใช้งานครั้งแรก: login
บอก Claude ให้เรียกเครื่องมือ login (ในเซิร์ฟเวอร์ aipass-th) หนึ่งครั้ง — จะมีหน้าต่าง
เบราว์เซอร์เปิดขึ้นมาให้คุณ login เข้า TH-AI Passport ด้วยตัวเอง (username/password หรือวิธีที่เว็บ
กำหนด) เมื่อ login สำเร็จ session จะถูกบันทึกไว้ในเครื่องนี้ที่โฟลเดอร์
~/.aipass-mcp-profile (เปลี่ยนตำแหน่งได้ด้วย env var AIPASS_PROFILE_DIR)
ครั้งต่อ ๆ ไปไม่ต้อง login ใหม่ เว้นแต่ session หมดอายุ — ถ้าเครื่องมืออื่นแจ้งว่ายังไม่ได้
login ให้เรียก login ซ้ำอีกครั้ง
session/cookie ถูกเก็บไว้ในเครื่องนี้เท่านั้น ไม่ได้ถูกส่งออกไปที่ไหนทั้งสิ้น
เครื่องมือที่มีให้ใช้
เครื่องมือ | คำอธิบาย |
| เปิดเบราว์เซอร์ให้ login ด้วยตนเอง (ครั้งแรก/เมื่อ session หมดอายุ) |
| รายการแชท (id + ชื่อ) ที่แสดงในแถบด้านข้าง |
| ค้นหาแชทจากคำค้น |
| ดึงเนื้อหาแชททั้งหมดจาก id |
| ส่งข้อความไปยังแชท (หรือสร้างแชทใหม่ถ้าไม่ระบุ id) แล้วรอคำตอบจาก AI |
ข้อจำกัดที่รู้อยู่แล้ว
list_chats/search_chatsอ่านจาก DOM ของแถบด้านข้าง ถ้ามีแชทจำนวนมากที่ต้อง เลื่อน/โหลดเพิ่ม อาจได้ไม่ครบทุกรายการในครั้งเดียวsend_messageใช้การพิมพ์ + กด Enter จริงในหน้าเว็บ และรอคำตอบสูงสุด ~60 วินาที ถ้า AI ตอบช้ากว่านั้นอาจต้องเรียกget_chatซ้ำเองเพื่อดูคำตอบล่าสุดทำงานแบบ headless (ไม่เห็นหน้าต่าง) ยกเว้นตอน
login
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceEnables AI assistants to access content from authenticated web pages by opening a real browser for manual login and session capture. It saves browser profiles locally so users only need to log in once per service for future automated access.46935MIT
- AlicenseAqualityAmaintenanceConnects MCP clients to real browser sessions via a Chromium plugin, enabling LLMs to read, scan, automate, and navigate web pages using the user's existing browser state.10291MIT
- AlicenseNot gradedqualityCmaintenanceEnables browser automation over MCP using a real Chrome browser with existing profile, supporting real tabs, downloads, cookies, and RPA workflows.104MIT
- AlicenseAqualityDmaintenanceEnables AI agents to control the user's Chrome or Firefox browser, leveraging existing sessions for tasks requiring authentication and user handoff.181715MIT
Related MCP Connectors
Stealth web browser for agents: search, fetch, click, download and type in persistent MCP sessions.
Browser MCP for logged-in tasks. Uses your Chrome — credentials stay local. Zero-token replay.
Access Kernel's cloud-based browsers and app actions via MCP (remote HTTP + OAuth).
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/agl01cpg/mcp-aipass'
If you have feedback or need assistance with the MCP directory API, please join our Discord server