megaplan-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@megaplan-mcpList my tasks for today"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@theyahia/megaplan-mcp
MCP server for Megaplan project management. Tasks, deals, projects, employees, comments via API v3.
Tools (8)
Tool | Description |
| List tasks with filters by status, responsible, search |
| Create a task with name, description, deadline |
| List deals with filters |
| Create a deal with pipeline, amount, contact |
| List projects with filters |
| List employees with search, department filter |
| List comments on task/deal/project |
| Add a comment to task/deal/project |
Related MCP server: Vikunja MCP Server
Skills (Prompts)
Skill | Description |
| "Мои задачи на сегодня" — active tasks sorted by urgency |
| "Создай сделку" — guided deal creation |
Setup
Option A: Access Token
In Megaplan, go to Settings > Integration > API
Generate an access token
Option B: Login + Password
Use your Megaplan login credentials (email + password).
Usage with Claude Desktop
{
"mcpServers": {
"megaplan": {
"command": "npx",
"args": ["-y", "@theyahia/megaplan-mcp"],
"env": {
"MEGAPLAN_DOMAIN": "yourcompany",
"MEGAPLAN_TOKEN": "your-access-token"
}
}
}
}Or with login/password:
{
"mcpServers": {
"megaplan": {
"command": "npx",
"args": ["-y", "@theyahia/megaplan-mcp"],
"env": {
"MEGAPLAN_DOMAIN": "yourcompany",
"MEGAPLAN_LOGIN": "user@example.com",
"MEGAPLAN_PASSWORD": "your-password"
}
}
}
}Streamable HTTP Transport
Run with --http flag for HTTP-based transport (useful for remote/cloud deployments):
MEGAPLAN_DOMAIN=yourcompany MEGAPLAN_TOKEN=xxx npx @theyahia/megaplan-mcp --http
# Listening on http://localhost:3000/mcpCustom port via PORT env var.
Environment Variables
Variable | Required | Description |
| Yes | Megaplan subdomain (e.g. |
| One of | Bearer access token |
| One of | Login email (if no token) |
| One of | Password (if no token) |
| No | HTTP port for |
Referral
Get 20-50% recurring commission by referring Megaplan:
Sign up as a partner, get your referral link
Every client you bring = recurring revenue share
Development
npm install
npm run build
npm test
npm run dev # stdio mode with tsx
npm run start:http # HTTP modeLicense
MIT
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/theYahia/megaplan-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server