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: plane-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
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityDmaintenanceEnables comprehensive management of OpenProject work packages, projects, comments, and relations through natural language. Supports creating, updating, and organizing tasks with assignees, watchers, hierarchies, and inter-task relationships.Last updated21
- AlicenseBqualityDmaintenanceEnables interaction with Plane.so project management API through natural language, allowing users to manage issues, cycles, and projects.Last updated10MIT
- Alicense-qualityDmaintenanceEnables interaction with Clickup's project management tools through the MCP protocol, allowing task and project operations via natural language.Last updated1MIT
- AlicenseBqualityDmaintenanceEnables interaction with Backlog project management tools, allowing users to manage projects, issues, and wikis through natural language.Last updated1255,258MIT
Related MCP Connectors
Manage projects, tasks, time tracking, and team collaboration through natural language.
Manage your MakeMeBetter AI tasks, habits, and goals from your AI assistant.
Log, query, and edit expenses, budgets, and accounts in Ledgy from any MCP-compatible AI assistant.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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