wallabag MCP for Grok
io.github.rusty4444/wallabag-mcp
MCP server for wallabag read-it-later entries, tags, and annotations.
client:Grok
transport:stdio
runtime:pypi
Install wallabag MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"wallabag-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"wallabag-mcp"
],
"env": {
"WALLABAG_BASE_URL": "<WALLABAG_BASE_URL>",
"WALLABAG_ACCESS_TOKEN": "<WALLABAG_ACCESS_TOKEN>",
"WALLABAG_CLIENT_ID": "<WALLABAG_CLIENT_ID>",
"WALLABAG_CLIENT_SECRET": "<WALLABAG_CLIENT_SECRET>",
"WALLABAG_USERNAME": "<WALLABAG_USERNAME>",
"WALLABAG_PASSWORD": "<WALLABAG_PASSWORD>"
}
}
}
}
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