megaplan-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port for --http mode (default: 3000) | 3000 |
| MEGAPLAN_LOGIN | No | Login email (if no token) | |
| MEGAPLAN_TOKEN | No | Bearer access token | |
| MEGAPLAN_DOMAIN | Yes | Megaplan subdomain (e.g. yourcompany) | |
| MEGAPLAN_PASSWORD | No | Password (if no token) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_tasksB | List tasks from Megaplan with filters by status, responsible user, and search. |
| create_taskB | Create a new task in Megaplan with name, description, responsible user, and deadline. |
| get_dealsB | List deals from Megaplan with filters by status, responsible user, and search. |
| create_dealB | Create a new deal in Megaplan with name, pipeline, responsible user, and amount. |
| get_projectsA | List projects from Megaplan with filters by status and search. |
| get_employeesB | List employees from Megaplan with search and department filter. |
| get_commentsA | List comments for a task, deal, or project in Megaplan. |
| create_commentA | Add a comment to a task, deal, or project in Megaplan. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| my-tasks-today | Мои задачи на сегодня — shows your tasks due today or overdue |
| create-deal-wizard | Создай сделку — guided deal creation wizard |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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