INDIVIDUAL MCP TOOL
search_ai_prompts
搜尋可直接套用的 AI 提示詞範本(繁體中文)。可用關鍵字或分類篩選。Search ready-to-use Traditional-Chinese AI prompt templates.
LIVE ENDPOINT
https://www.theai.tw/mcp
Connect to this endpoint to inspect the live schema for search_ai_prompts and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.theai-tw]
url = "https://www.theai.tw/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"theai-tw": {
"type": "http",
"url": "https://www.theai.tw/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: theai-tw
Remote MCP URL: https://www.theai.tw/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"theai-tw": {
"url": "https://www.theai.tw/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"theai-tw": {
"type": "http",
"url": "https://www.theai.tw/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "theai-tw",
"transport": "streamable-http",
"url": "https://www.theai.tw/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_ai_tools— 搜尋 TheAI學院(台灣最完整的 AI 工具目錄,收錄 2600+ 款)。用關鍵字、用途或工具名找 AI 工具,回傳名稱、一句話介紹、分類、定價類型、評分與官網。Search Taiwan's most complete AI tools directory by keyword, use case, or tool name.get_ai_tool— 用 slug 取得單一 AI 工具的完整資料:介紹、功能、優缺點、定價、常見問題與官網連結。Get full details of one AI tool by slug.list_ai_workflows— 列出 AI 工作流:把常見任務拆成步驟、每步用哪個 AI 工具。可用關鍵字篩選。List step-by-step AI workflows (task → which AI tool per step).