CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Megaplan Mcp

theyahia/megaplan-mcp
1authSTDIOregistry active
Summary

Connects Claude to Megaplan's project management API v3, letting you read and create tasks, deals, projects, and comments without leaving your conversation. You get eight tools covering the core workflow: list tasks with filters, create deals with pipeline and amount fields, fetch employees by department, and add comments to any object type. Authentication works via access token or login credentials, and it includes two Russian language prompts for daily task views and guided deal creation. Supports both stdio and HTTP transports, so you can run it locally with npx or deploy it remotely. Most useful if you're managing Megaplan workflows and want to query project status or log updates through natural language instead of clicking through the web interface.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

@theyahia/megaplan-mcp

MCP server for Megaplan project management. Tasks, deals, projects, employees, comments via API v3.

Tools (8)

ToolDescription
get_tasksList tasks with filters by status, responsible, search
create_taskCreate a task with name, description, deadline
get_dealsList deals with filters
create_dealCreate a deal with pipeline, amount, contact
get_projectsList projects with filters
get_employeesList employees with search, department filter
get_commentsList comments on task/deal/project
create_commentAdd a comment to task/deal/project

Skills (Prompts)

SkillDescription
my-tasks-today"Мои задачи на сегодня" — active tasks sorted by urgency
create-deal-wizard"Создай сделку" — guided deal creation

Setup

Option A: Access Token

  1. In Megaplan, go to Settings > Integration > API
  2. 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/mcp

Custom port via PORT env var.

Environment Variables

VariableRequiredDescription
MEGAPLAN_DOMAINYesMegaplan subdomain (e.g. yourcompany)
MEGAPLAN_TOKENOne ofBearer access token
MEGAPLAN_LOGINOne ofLogin email (if no token)
MEGAPLAN_PASSWORDOne ofPassword (if no token)
PORTNoHTTP port for --http mode (default: 3000)

Referral

Get 20-50% recurring commission by referring Megaplan:

  • Megaplan Partner Program
  • 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 mode

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

MEGAPLAN_DOMAIN*secret

API key for the service

Registryactive
Package@theyahia/megaplan-mcp
TransportSTDIO
AuthRequired
UpdatedMar 31, 2026
View on GitHub