Messages
Rank #5,363io.github.cardmagic/messages
MCP server providing messages capabilities
Messages is a Model Context Protocol (MCP) server published by cardmagic. It ranks #5,363 of 115,460 servers tracked on MCP Toplist, and its repository has 19 GitHub stars. Messages is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Dec 31, 2025 and most recently updated on Jan 1, 2026.
Ranks ahead of 110,097 of 115,460 servers on MCP Toplist.
Use Messages
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add messages -- npx -y @cardmagic/messages[mcp_servers.messages]
command = "npx"
args = ["-y", "@cardmagic/messages"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"messages": {
"command": "npx",
"args": [
"-y",
"@cardmagic/messages"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"messages": {
"command": "npx",
"args": [
"-y",
"@cardmagic/messages"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"messages": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cardmagic/messages"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"messages": {
"command": "npx",
"args": [
"-y",
"@cardmagic/messages"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"messages": {
"command": "npx",
"args": [
"-y",
"@cardmagic/messages"
]
}
}
}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.cardmagic%2Fmessages)<a href="https://mcptoplist.com/server/io.github.cardmagic%2Fmessages"><img src="https://mcptoplist.com/badge/io.github.cardmagic%2Fmessages.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
cardmagic
Other servers by cardmagic
View all cardmagic servers →Available versions (4)
| Version | Published |
|---|---|
| 1.2.0 | Jan 1, 2026 |
| 1.1.1 | Jan 1, 2026 |
| 1.1.0 | Dec 31, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Messages?
- Messages is maintained by cardmagic, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Messages listed on the Official MCP Registry?
- Yes — Messages is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Messages have?
- MCP Toplist tracks 4 versions of Messages, most recently published on Jan 1, 2026.
- Where can I find the source code for Messages?
- The source code for Messages is hosted at github.com/cardmagic/messages.