RealAgent MCP
Rank #25,537io.github.RedDateTech/realagent-mcp
AI agent real-name identity: SM2 keypair, QR real-name link, SD-JWT VP generate/verify.
RealAgent MCP is a Model Context Protocol (MCP) server published by RedDateTech. It ranks #25,537 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. RealAgent MCP is listed on Official MCP, with 1 tracked version. It was first listed on Jul 31, 2026 and most recently updated on Aug 17, 2026.
Ranks ahead of 90,054 of 115,591 servers on MCP Toplist.
Use RealAgent MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add realagent-mcp -- npx -y realagent-mcp stdio --agent-id[mcp_servers.realagent-mcp]
command = "npx"
args = ["-y", "realagent-mcp", "stdio", "--agent-id"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"realagent-mcp": {
"command": "npx",
"args": [
"-y",
"realagent-mcp",
"stdio",
"--agent-id"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"realagent-mcp": {
"command": "npx",
"args": [
"-y",
"realagent-mcp",
"stdio",
"--agent-id"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"realagent-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"realagent-mcp",
"stdio",
"--agent-id"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"realagent-mcp": {
"command": "npx",
"args": [
"-y",
"realagent-mcp",
"stdio",
"--agent-id"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"realagent-mcp": {
"command": "npx",
"args": [
"-y",
"realagent-mcp",
"stdio",
"--agent-id"
]
}
}
}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.RedDateTech%2Frealagent-mcp)<a href="https://mcptoplist.com/server/io.github.RedDateTech%2Frealagent-mcp"><img src="https://mcptoplist.com/badge/io.github.RedDateTech%2Frealagent-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
RedDateTech
Available versions (1)
| Version | Published |
|---|---|
| 0.3.2 | Aug 17, 2026 |
Frequently asked questions
- Who maintains RealAgent MCP?
- RealAgent MCP is maintained by RedDateTech, which publishes 3 MCP servers (2 total versions) tracked on MCP Toplist.
- Is RealAgent MCP listed on the Official MCP Registry?
- Yes — RealAgent MCP is listed on the Official MCP Registry.
- How many versions does RealAgent MCP have?
- MCP Toplist tracks 1 version of RealAgent MCP, most recently published on Aug 17, 2026.
- Where can I find the source code for RealAgent MCP?
- The source code for RealAgent MCP is hosted at github.com/RedDateTech/RealAgentMCP.