Adaptive Cards MCP
Rank #13,306io.github.VikrantSingh01/adaptive-cards-mcp
MCP server providing adaptive-cards-mcp capabilities
Adaptive Cards MCP is a Model Context Protocol (MCP) server published by vikrantsingh01. It ranks #13,306 of 132,046 servers tracked on MCP Toplist, and its repository has 32 GitHub stars. Adaptive Cards MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Mar 15, 2026 and most recently updated on Mar 18, 2026.
Ranks ahead of 118,740 of 132,046 servers on MCP Toplist.
Use Adaptive Cards MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add adaptive-cards-mcp -- npx -y adaptive-cards-mcp[mcp_servers.adaptive-cards-mcp]
command = "npx"
args = ["-y", "adaptive-cards-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"adaptive-cards-mcp": {
"command": "npx",
"args": [
"-y",
"adaptive-cards-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"adaptive-cards-mcp": {
"command": "npx",
"args": [
"-y",
"adaptive-cards-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"adaptive-cards-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"adaptive-cards-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"adaptive-cards-mcp": {
"command": "npx",
"args": [
"-y",
"adaptive-cards-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"adaptive-cards-mcp": {
"command": "npx",
"args": [
"-y",
"adaptive-cards-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.VikrantSingh01%2Fadaptive-cards-mcp)<a href="https://mcptoplist.com/server/io.github.VikrantSingh01%2Fadaptive-cards-mcp"><img src="https://mcptoplist.com/badge/io.github.VikrantSingh01%2Fadaptive-cards-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
vikrantsingh01
Available versions (2)
| Version | Published |
|---|---|
| 2.3.0 | Mar 18, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Adaptive Cards MCP?
- Adaptive Cards MCP is maintained by vikrantsingh01, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Adaptive Cards MCP listed on the Official MCP Registry?
- Yes — Adaptive Cards MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Adaptive Cards MCP have?
- MCP Toplist tracks 2 versions of Adaptive Cards MCP, most recently published on Mar 18, 2026.
- Where can I find the source code for Adaptive Cards MCP?
- The source code for Adaptive Cards MCP is hosted at github.com/vikrantsingh01/adaptive-cards-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.