@@ -7,58 +7,20 @@ Build MCP servers and clients using our official SDKs. SDKs are classified into
77
88## Available SDKs
99
10- <CardGroup cols = { 3 } >
11- <Card
12- title = " TypeScript"
13- icon = " square-js"
14- href = " https://github.com/modelcontextprotocol/typescript-sdk"
15- />
16- <Card
17- title = " Python"
18- icon = " python"
19- href = " https://github.com/modelcontextprotocol/python-sdk"
20- />
21- <Card
22- title = " Go"
23- icon = " golang"
24- href = " https://github.com/modelcontextprotocol/go-sdk"
25- />
26- <Card
27- title = " Kotlin"
28- icon = " square-k"
29- href = " https://github.com/modelcontextprotocol/kotlin-sdk"
30- />
31- <Card
32- title = " Swift"
33- icon = " swift"
34- href = " https://github.com/modelcontextprotocol/swift-sdk"
35- />
36- <Card
37- title = " Java"
38- icon = " java"
39- href = " https://github.com/modelcontextprotocol/java-sdk"
40- />
41- <Card
42- title = " C#"
43- icon = " square-c"
44- href = " https://github.com/modelcontextprotocol/csharp-sdk"
45- />
46- <Card
47- title = " Ruby"
48- icon = " gem"
49- href = " https://github.com/modelcontextprotocol/ruby-sdk"
50- />
51- <Card
52- title = " Rust"
53- icon = " rust"
54- href = " https://github.com/modelcontextprotocol/rust-sdk"
55- />
56- <Card
57- title = " PHP"
58- icon = " php"
59- href = " https://github.com/modelcontextprotocol/php-sdk"
60- />
61- </CardGroup >
10+ | SDK | Repository | Tier\* |
11+ | :---------------------------------------------------- | :-------------------------------------------------------------------------------------------- | -----: |
12+ | <Icon icon = " square-js" size = { 24 } />   ; TypeScript | [ modelcontextprotocol/typescript-sdk] ( https://github.com/modelcontextprotocol/typescript-sdk ) | TBD |
13+ | <Icon icon = " python" size = { 24 } />   ; Python | [ modelcontextprotocol/python-sdk] ( https://github.com/modelcontextprotocol/python-sdk ) | TBD |
14+ | <Icon icon = " java" size = { 24 } />   ; Java | [ modelcontextprotocol/java-sdk] ( https://github.com/modelcontextprotocol/java-sdk ) | TBD |
15+ | <Icon icon = " square-c" size = { 24 } />   ; C# | [ modelcontextprotocol/csharp-sdk] ( https://github.com/modelcontextprotocol/csharp-sdk ) | TBD |
16+ | <Icon icon = " golang" size = { 24 } />   ; Go | [ modelcontextprotocol/go-sdk] ( https://github.com/modelcontextprotocol/go-sdk ) | TBD |
17+ | <Icon icon = " square-k" size = { 24 } />   ; Kotlin | [ modelcontextprotocol/kotlin-sdk] ( https://github.com/modelcontextprotocol/kotlin-sdk ) | TBD |
18+ | <Icon icon = " swift" size = { 24 } />   ; Swift | [ modelcontextprotocol/swift-sdk] ( https://github.com/modelcontextprotocol/swift-sdk ) | TBD |
19+ | <Icon icon = " rust" size = { 24 } />   ; Rust | [ modelcontextprotocol/rust-sdk] ( https://github.com/modelcontextprotocol/rust-sdk ) | TBD |
20+ | <Icon icon = " gem" size = { 24 } />   ; Ruby | [ modelcontextprotocol/ruby-sdk] ( https://github.com/modelcontextprotocol/ruby-sdk ) | TBD |
21+ | <Icon icon = " php" size = { 24 } />   ; PHP | [ modelcontextprotocol/php-sdk] ( https://github.com/modelcontextprotocol/php-sdk ) | TBD |
22+
23+ _ \* Official tier assignments will be published February 23, 2026. See [ SDK Tiering System] ( /community/sdk-tiers ) for details._
6224
6325## Getting Started
6426
0 commit comments