Shiori MCP for Grok
io.github.rusty4444/shiori-mcp
MCP server for Shiori bookmark management and tag workflows.
client:Grok
transport:stdio
runtime:pypi
Install Shiori MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"shiori-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"shiori-mcp"
],
"env": {
"SHIORI_BASE_URL": "<SHIORI_BASE_URL>",
"SHIORI_SESSION_ID": "<SHIORI_SESSION_ID>",
"SHIORI_USERNAME": "<SHIORI_USERNAME>",
"SHIORI_PASSWORD": "<SHIORI_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