modusop mcp for Grok
io.github.jwwd-repos/modusop-mcp
MCP server for ModusOp — projects, tasks, time tracking, and retainers for AI assistants.
client:Grok
transport:stdio
runtime:npm
Install modusop mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"modusop-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modusop/mcp-server"
],
"env": {
"MODUSOP_API_TOKEN": "<MODUSOP_API_TOKEN>",
"MODUSOP_API_URL": "<MODUSOP_API_URL>"
}
}
}
}
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