megaplan mcp for Grok
io.github.theyahia/megaplan-mcp
MCP server for Megaplan — tasks, deals management via API v3.
client:Grok
transport:stdio
runtime:npm
Install megaplan mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"megaplan-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@theyahia/megaplan-mcp"
],
"env": {
"MEGAPLAN_DOMAIN": "<MEGAPLAN_DOMAIN>"
}
}
}
}
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