L
Learning Assistant MCP
by @takzen
AI Learning Assistant MCP Server - Educational tools API powered by Cloudflare Workers. Includes Wikipedia search, translation, and more learning utilities.
Created 11/3/2025
Updated about 1 month ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-learning-assistant-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"takzen-learning-assistant-mcp": {
"command": "npx",
"args": [
"takzen-learning-assistant-mcp"
]
}
}
}