mcpbeat Sign in

Adaptive Cards MCP Server

by vikrantsingh01 Your server? Claim it
local only

Adaptive Cards MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 41 installs a week from npm. Last commit 12 Jun 2026.

Generate, validate, and optimize Adaptive Cards for Teams, Outlook, and Copilot.

Installs per day peak 25 · avg 10 · -2% w/w
a month agotoday
41
Installs / week
npm · adaptive-cards-mcp
32
Stars
2 open issues
12 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Adaptive Cards MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add adaptive-cards-mcp -- npx -y adaptive-cards-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "adaptive-cards-mcp": {
      "args": [
        "-y",
        "adaptive-cards-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.adaptive-cards-mcp]
command = "npx"
args = ["-y", "adaptive-cards-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "adaptive-cards-mcp": {
      "args": [
        "-y",
        "adaptive-cards-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "adaptive-cards-mcp": {
      "args": [
        "-y",
        "adaptive-cards-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Adaptive Cards MCP

same job, measured the same way
MSGraph MCP
by timfurlong

MCP server for Microsoft Graph: Outlook mail and calendar, plus read-only Microsoft Teams

139 installs/wk local only
QR Rápido
by qrrapido

Generate QR codes for URLs, PIX, Wi-Fi, vCards, WhatsApp and more. For AI agents.

answering
Codebahn
by codebahn

Codebahn is the private GitHub alternative: fast Git and CI for small teams.

answering
LifeStep Workbook, Email, QR and DNS Tools
by lifestep

Inspect XLSX/XLSM workbooks, validate email, generate SVG QR codes, and look up domain DNS and TLS.

4 tools answering
Agent Email
by usejunior

Local email connectivity for AI agents — read, draft, send, and organize Outlook mail via MCP

145 installs/wk local only
Olark
by usefulapi

Manage Olark live-chat operators and groups (teams): list, create, update, and assign to teams.

8 tools answering
Google Maps MCP Server
by thenextgennexus

Search local businesses, generate leads, and validate emails via Google Maps data

24 installs/wk local only
Local MCP
by lanchuske

Native macOS MCP server — 82 tools for Mail, Calendar, Teams, OneDrive and more.

3 245 installs/wk local only

Adaptive Cards MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Adaptive Cards MCP?
Adaptive Cards MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package adaptive-cards-mcp was installed 41 times last week.
How do I connect Adaptive Cards MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls adaptive-cards-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Adaptive Cards MCP?
The npm package adaptive-cards-mcp was installed 41 times in the last week. Week over week that is -2%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Adaptive Cards MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 32 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.