Learning Resources
appliedai.club
MCP server that lists and retrieves markdown pages from appliedai.club for browsing its learning content.
ENDPOINT 1
https://www.appliedai.club/.well-known/mcp
MCP server metadata
- Name
- applied-ai-club
- Version
- 1.0.0
Site for Applied AI Club, a free community for operators learning to build with AI. Use list_pages/get_page or resources to read content as markdown.
Known tools 2
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.applied-ai-club]
url = "https://www.appliedai.club/.well-known/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"applied-ai-club": {
"type": "http",
"url": "https://www.appliedai.club/.well-known/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: applied-ai-club
Remote MCP URL: https://www.appliedai.club/.well-known/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": {
"applied-ai-club": {
"url": "https://www.appliedai.club/.well-known/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"applied-ai-club": {
"type": "http",
"url": "https://www.appliedai.club/.well-known/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "applied-ai-club",
"transport": "streamable-http",
"url": "https://www.appliedai.club/.well-known/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for appliedai.club was fetched 2026-09-26T13:34:29.680Z.
appliedai.club is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.