mcp-server-memrise
Click on "Deploy 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., "@mcp-server-memriseCreate a new level called 'Basics' in my French course"
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.
mcp-server-memrise
mcp-server-memrise is an MCP server to manage Memrise courses, levels, and words.
It is built on top of the memcli project and uses the published memrise package to interact with Memrise for teaching and course management workflows.
Deploy this server directly to MCP Nest
Install
Run it directly with:
npx -y mcp-server-memriseRelated MCP server: Skool MCP Server
Usage with Claude
Add it to your MCP configuration:
{
"mcpServers": {
"memrise": {
"command": "npx",
"args": ["-y", "mcp-server-memrise"],
"env": {
"MEMRISE_USERNAME": "your-memrise-username",
"MEMRISE_PASSWORD": "your-memrise-password"
}
}
}
}Configuration
The server reads Memrise credentials from environment variables:
Required:
MEMRISE_USERNAMEMEMRISE_PASSWORD
What it can do
Built on top of dvcrn/memcli, this MCP server exposes the Memrise API for common teaching and course creation workflows, including:
listing and fetching teaching courses
managing course levels (listing, creating, renaming, deleting)
setting which column a level prompts with and which it tests on
inspecting course schema and column mappings
managing course items/learnables (adding words to levels or courses, including bulk add)
editing existing items in place (correcting a word, definition or attribute)
setting a column's alternative answers, including ones accepted but hidden from presentations
detaching an item from one level, leaving the shared pool row for other levels
deleting a pool row outright, which removes it from every level at once
searching backend pools (to avoid duplicate items)
configuring a pool column's display and testing settings (on-screen keyboard, strict typing, display options)
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for Crowdin — projects, files, strings, translation progress, tasks, and members.
Cloud-hosted MCP server for durable AI memory
A MCP server built for developers enabling Git based project management with project and personal…
MCP server for generating rough-draft project plans from natural-language prompts.
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP server that enables LLMs to interact with Moodle platforms to manage courses, students, assignments, and quizzes through natural language commands.73 npm43MIT
- FlicenseAqualityDmaintenanceMCP server for interacting with Skool.com communities, enabling community management, post operations, member management, and course access through natural language.1441-
- AlicenseNot gradedqualityDmaintenanceAn MCP server that translates your coding prompts from your native language into a target language, enabling you to learn a new language through immersion and spaced repetition while building software.1 npm1MIT
- AlicenseAqualityBmaintenanceAn MCP server for the FlashLearnAI public API that enables AI-powered flashcard deck generation, browsing sets, SM-2 spaced-repetition study sessions, and API usage tracking through natural language.7MIT