Vocabit for Cursor
io.github.johnbilousov/vocabit-mcp
Create flashcard sets in the Vocabit app and read back how the learner actually did.
client:Cursor
transport:stdio
runtime:npm
Install Vocabit in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vocabit-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vocabit-mcp"
],
"env": {
"VOCABIT_BASE_URL": "<VOCABIT_BASE_URL>",
"VOCABIT_AGENT_KEY": "<VOCABIT_AGENT_KEY>",
"VOCABIT_USER_ID": "<VOCABIT_USER_ID>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs