mcp-server-memrise
Click on "Install 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: 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_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 words to levels or courses)
searching backend pools (to avoid duplicate items)
This server cannot be installed
Maintenance
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
- AlicenseBqualityDmaintenanceAn MCP server that enables LLMs to interact with Moodle platforms to manage courses, students, assignments, and quizzes through natural language commands.7841MIT
- FlicenseAqualityDmaintenanceAn MCP server for multilingual dictionary lookups with word relations such as synonyms, antonyms, and definitions, leveraging ConceptNet, Wiktionary, and Datamuse APIs.283
- FlicenseAqualityDmaintenanceMCP server for interacting with Skool.com communities, enabling community management, post operations, member management, and course access through natural language.1434
- Alicense-qualityCmaintenanceAn 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.3671MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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