KeyID
Rank #1,526io.github.KeyID-AI/keyid
Signup sessions, browser continuity, email, SMS, and OTP/TOTP infrastructure for AI agents.
KeyID is a Model Context Protocol (MCP) server published by KeyID-AI. It ranks #1,526 of 132,113 servers tracked on MCP Toplist, and its repository has 132 GitHub stars. KeyID is listed across 2 registries — Official MCP and mcp.so, with 3 tracked versions. It was first listed on Mar 14, 2026 and most recently updated on Aug 15, 2026.
Ranks ahead of 130,587 of 132,113 servers on MCP Toplist.
Use KeyID
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http keyid https://keyid.ai/mcpclaude mcp add keyid -- npx -y @keyid/agent-kit[mcp_servers.keyid]
url = "https://keyid.ai/mcp"Add to ~/.codex/config.toml.
[mcp_servers.keyid]
command = "npx"
args = ["-y", "@keyid/agent-kit"]Add to ~/.codex/config.toml.
https://keyid.ai/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"keyid": {
"command": "npx",
"args": [
"-y",
"@keyid/agent-kit"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"keyid": {
"url": "https://keyid.ai/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"keyid": {
"command": "npx",
"args": [
"-y",
"@keyid/agent-kit"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"keyid": {
"type": "http",
"url": "https://keyid.ai/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"keyid": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@keyid/agent-kit"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"keyid": {
"serverUrl": "https://keyid.ai/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"keyid": {
"command": "npx",
"args": [
"-y",
"@keyid/agent-kit"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"keyid": {
"url": "https://keyid.ai/mcp"
}
}
}{
"mcpServers": {
"keyid": {
"command": "npx",
"args": [
"-y",
"@keyid/agent-kit"
]
}
}
}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.KeyID-AI%2Fkeyid)<a href="https://mcptoplist.com/server/io.github.KeyID-AI%2Fkeyid"><img src="https://mcptoplist.com/badge/io.github.KeyID-AI%2Fkeyid.svg" alt="MCP Toplist: Top 5% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
KeyID-AI
Other servers by KeyID-AI
View all KeyID-AI servers →Available versions (3)
| Version | Published |
|---|---|
| 0.4.1 | Aug 15, 2026 |
| 0.2.10 | Mar 14, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains KeyID?
- KeyID is maintained by KeyID-AI, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is KeyID listed on the Official MCP Registry?
- Yes — KeyID is listed on the Official MCP Registry, alongside mcp.so.
- How many versions does KeyID have?
- MCP Toplist tracks 3 versions of KeyID, most recently published on Aug 15, 2026.
- Where can I find the source code for KeyID?
- The source code for KeyID is hosted at github.com/KeyID-AI/KeyID.
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.