megaplan mcp for VS Code
io.github.theyahia/megaplan-mcp
MCP server for Megaplan — tasks, deals management via API v3.
client:VS Code
transport:stdio
runtime:npm
Install megaplan mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "megaplan-domain",
"description": "MEGAPLAN_DOMAIN",
"password": true
}
],
"servers": {
"megaplan-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@theyahia/megaplan-mcp"
],
"env": {
"MEGAPLAN_DOMAIN": "${input:megaplan-domain}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs