AI-Learning-Assistant-MCP-Server

Interactive-Digital-Learning-Platform/AI-Learning-Assistant-MCP-Server
★ 0 stars Unknown language Search Updated today
An MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ai-learning-assistan": {
      "command": "npx",
      "args": [
        "-y",
        "Interactive-Digital-Learning-Platform/AI-Learning-Assistant-MCP-Server"
      ]
    }
  }
}

README Excerpt

MCP capability server consumed by `AI-Learning-Assistant-Service`. ``` AI Learning Assistant ──MCP / Streamable HTTP──▶ this server ──▶ Web Search Provider (Tavily) ``` Design doc: [`dev-docs/web-search-mcp-integration.md`](dev-docs/web-search-mcp-integration.md). | Tool | Purpose | |---|---| | `web_search` | Ranked public-web results (title, URL, snippet, score) for current/external info. |

Tools (1)

web_search