MCP Protocol Conformance
Rank #16,925io.studiomeyer/protocol-conformance
MCP conformance test harness. JSON-RPC, OAuth 2.1 PKCE, schemas, smoke, annotations. CLI + lib.
MCP Protocol Conformance is a Model Context Protocol (MCP) server published by studiomeyer-io. It ranks #16,925 of 115,460 servers tracked on MCP Toplist. MCP Protocol Conformance is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 2 tracked versions. It was first listed on Apr 27, 2026 and most recently updated on Aug 19, 2026.
Ranks ahead of 98,535 of 115,460 servers on MCP Toplist.
Use MCP Protocol Conformance
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add protocol-conformance -- npx -y mcp-protocol-conformance[mcp_servers.protocol-conformance]
command = "npx"
args = ["-y", "mcp-protocol-conformance"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"protocol-conformance": {
"command": "npx",
"args": [
"-y",
"mcp-protocol-conformance"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"protocol-conformance": {
"command": "npx",
"args": [
"-y",
"mcp-protocol-conformance"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"protocol-conformance": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-protocol-conformance"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"protocol-conformance": {
"command": "npx",
"args": [
"-y",
"mcp-protocol-conformance"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"protocol-conformance": {
"command": "npx",
"args": [
"-y",
"mcp-protocol-conformance"
]
}
}
}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.studiomeyer%2Fprotocol-conformance)<a href="https://mcptoplist.com/server/io.studiomeyer%2Fprotocol-conformance"><img src="https://mcptoplist.com/badge/io.studiomeyer%2Fprotocol-conformance.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (1 delisted)
studiomeyer-io
Other servers by studiomeyer-io
- Local Memory#4,011 · 3 vers
- StudioMeyer Video#8,506 · 2 vers
- Studiomeyer Memory#9,910 · 1 ver
- StudioMeyer Academy#14,403 · 2 vers
- MCP Tenant Pair#14,404 · 2 vers
- Stateless Migrator#14,414 · 3 vers
- Studiomeyer Geo#14,628 · 1 ver
- Studiomeyer Crm#15,370 · 1 ver
- StudioMeyer Personal Suite#16,144 · 2 vers
- MCP Hook Conformance#16,286 · 2 vers
- Tenant Context#18,152 · 2 vers
- MCP Server Attestation#18,560 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 0.2.1 | Aug 19, 2026 |
| 0.1.1 | Apr 27, 2026 |
Frequently asked questions
- Who maintains MCP Protocol Conformance?
- MCP Protocol Conformance is maintained by studiomeyer-io, which publishes 30 MCP servers (41 total versions) tracked on MCP Toplist.
- Is MCP Protocol Conformance listed on the Official MCP Registry?
- Yes — MCP Protocol Conformance is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does MCP Protocol Conformance have?
- MCP Toplist tracks 2 versions of MCP Protocol Conformance, most recently published on Aug 19, 2026.
- Where can I find the source code for MCP Protocol Conformance?
- The source code for MCP Protocol Conformance is hosted at github.com/studiomeyer-io/mcp-protocol-conformance.