mcp-server-memrise
v0.4.0
Published
MCP server to manage Memrise courses, levels, and words.
Downloads
1,053
Readme
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-memriseUsage 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)
- inspecting course schema and column mappings
- managing course items/learnables (adding/removing words on levels or courses, including bulk add)
- searching backend pools (to avoid duplicate items)
