Vocabit for Grok
io.github.johnbilousov/vocabit-mcp
Create flashcard sets in the Vocabit app and read back how the learner actually did.
client:Grok
transport:stdio
runtime:npm
Install Vocabit in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs