# MCP Server Comparison Documents

Individual comparison analyses of notable MCP server implementations against our Coda MCP server.

## Per-repo comparisons

| Document                                       | Repo                             | Stars | Key insight                                                   |
| ---------------------------------------------- | -------------------------------- | ----- | ------------------------------------------------------------- |
| [Stripe](stripe-agent-toolkit-comparison.md)   | stripe/agent-toolkit             | 2K    | Pure stdio-to-HTTP proxy — validates our architecture         |
| [Playwright](playwright-mcp-comparison.md)     | microsoft/playwright-mcp         | 32K   | Multi-transport reference, capability-gated tools             |
| [GitHub](github-mcp-server-comparison.md)      | github/github-mcp-server         | 30K   | Toolset instructions, snapshot testing, token scope filtering |
| [FastMCP](fastmcp-comparison.md)               | PrefectHQ/fastmcp                | 25K   | Best DX (decorators, auto-schema), ~70% market share          |
| [Cloudflare](cloudflare-mcp-comparison.md)     | cloudflare/mcp-server-cloudflare | 4K    | Remote-first OAuth 2.1, per-worker isolation                  |
| [Grafana](grafana-mcp-comparison.md)           | grafana/mcp-grafana              | 3K    | Gold-standard OTel (slog bridge + Prometheus + OTLP)          |
| [ToolHive](toolhive-comparison.md)             | stacklok/toolhive                | 2K    | Enterprise platform (K8s Operator, audit, rate limiting)      |
| [Google Toolbox](google-toolbox-comparison.md) | googleapis/mcp-toolbox           | 15K   | YAML-driven tools, 20+ databases, 4 client SDKs               |
| [Notion](notion-mcp-comparison.md)             | makenotion/notion-mcp-server     | 4K    | OpenAPI auto-generation, being sunsetted for remote MCP       |

## How to read these

Each document follows a consistent structure:

1. **Overview** — what the repo does and its architectural approach
2. **How it works** — key implementation details
3. **How our system differs** — comparison table
4. **What we are NOT adopting** — with rationale for why not
5. **What we are adopting** — concrete patterns with implementation notes
6. **Validation** — what the comparison validates about our own approach

## Related documents

- [Main comparison doc](../../mcp-server-comparison.md) — consolidated analysis, gap assessment, summary matrix
- [MCP server guide](../../../guides/mcp-server.md) — setup, architecture, troubleshooting

---

_Last updated: 2026-05-10 (Round 9 — 6-agent comprehensive review)_
