CCM
/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

Claude Code Marketplaces

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
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
laveeshb avatar

Logicapps Mcp

laveeshb/logicapps-mcp
4STDIOregistry active
Summary

This server connects Claude or GitHub Copilot to Azure Logic Apps through 40 tools spanning both Consumption and Standard SKUs. You can debug failed workflow runs by tracing through action outputs and error messages, list runs filtered by status and timeframe, and perform write operations like creating workflows, running triggers, or adding retry policies to actions. It handles connector discovery and connection creation, and supports both local stdio mode and cloud deployment to Azure. Authentication goes through Azure CLI, so you'll need to be logged in. Reach for this when you're managing Logic Apps workflows and want to investigate failures or make configuration changes without clicking through the Azure Portal.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →

Azure Logic Apps MCP Server

MCP Registry npm

Azure Logic Apps

Manage and debug Azure Logic Apps using natural language. Ask your AI assistant to investigate failed runs, explain workflows, or make changes—no portal clicking required.

You:  Why did my order-processing workflow fail this morning?

AI:   Looking at the run history... Found a failed run at 10:15 AM.
      The HTTP action "Call-Payment-API" failed with 503 Service Unavailable.
      The payment service at api.payments.com was down for 3 minutes.

You:  Add retry logic to that action - 3 attempts with exponential backoff.

AI:   Done. Updated the workflow with retry policy. Want me to test it?

Works with GitHub Copilot, Claude Desktop, or any MCP-compatible AI client. Supports both Consumption and Standard Logic Apps.

Quick Start

# 1. Install
npm install -g logicapps-mcp

# 2. Login to Azure
az login

# 3. Configure your AI assistant (example for VS Code)

Add to .vscode/mcp.json in your workspace:

{
  "servers": {
    "logicapps": {
      "type": "stdio",
      "command": "logicapps-mcp"
    }
  }
}

Reload VS Code and start chatting with Copilot about your Logic Apps!

Cloud MCP Server: Need a hosted deployment? See the Getting Started Guide for Azure deployment instructions.

Features

  • 40 Tools for Logic Apps operations: list, debug, create, update, delete workflows
  • Dual SKU Support: Works with both Consumption and Standard Logic Apps
  • Run Debugging: Trace failures through actions, loops, and scopes
  • Write Operations: Create workflows, run triggers, cancel runs
  • Connector Support: Discover connectors, create connections

Example Prompts

"List my Logic Apps in subscription xyz"
"Show failed runs from the last 24 hours"
"What went wrong in run ID abc123?"
"Add retry logic to the HTTP action"
"Disable the order-processing workflow"

Documentation

  • Getting Started Guide - Setup for Claude, Copilot, Cloud MCP Server
  • Available Tools - All 40 tools with descriptions
  • Configuration - Environment variables, auth, SKU differences
  • Changelog - Release history

Development

npm run dev              # Run in development mode
npm test                 # Run unit tests
npm run test:integration # Run integration tests (requires Azure setup)
npm run test:all         # Run all tests

Integration Testing

Integration tests run against real Azure resources. They auto-discover your subscriptions and Logic Apps:

az login                     # Login to Azure
npm run test:integration     # Tests find resources automatically

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
Categories
Cloud & Infrastructure
Registryactive
Packagelogicapps-mcp
TransportSTDIO
UpdatedJan 11, 2026
View on GitHub

Related Cloud & Infrastructure MCP Servers

View all →
cyntrisec avatar
Cyntrisec CLI (Historical)

io.github.cyntrisec/cyntrisec

Historical AWS analysis CLI; not a current Cyntrisec product.
3
edu963 avatar
Ocultar Pii

io.github.edu963/ocultar-pii

Zero-egress PII redaction for Claude. Runs locally — no data leaves your infrastructure.
3
pierre3 avatar
OWASP ZAP MCP Server

io.github.pierre3/zap-mcp

MCP server for OWASP ZAP vulnerability scanning with Docker management
3
jasonwilbur avatar
OCI Pricing

jasonwilbur/oci-pricing-mcp

Oracle Cloud Infrastructure pricing data with cost calculators and comparisons
3
yedanyagamiai-cmd avatar
OpenClaw MCP Ecosystem

yedanyagamiai-cmd/openclaw-mcp-servers

9 remote MCP servers on Cloudflare Workers for AI agents. Free tier + Pro API keys.
3
avansaber avatar
Seo Monster

avansaber/seo-monster

SEO MCP over Search Console, GA4, PageSpeed Insights, Cloudflare, IndexNow, CrUX, technical-SEO.
2