Skip to main content
Glama

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-memrise

Related 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_USERNAME

  • MEMRISE_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)

  • 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)

F
license - not found
Not graded
quality - not tested
B
maintenance

Maintenance

UpdatingMaintainers
UpdatingResponse time
Release cycle
0Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • 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.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dvcrn/mcp-server-memrise'

If you have feedback or need assistance with the MCP directory API, please join our Discord server