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: multilingual-dictionary-mcp

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)

  • inspecting course schema and column mappings

  • managing course items/learnables (adding words to levels or courses)

  • searching backend pools (to avoid duplicate items)

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

Maintenance

Maintainers
Response time
Release cycle
Releases (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