diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index 98ea8ea..0a45c53 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -3400,6 +3400,19 @@ export const svgs: iSVG[] = [
brandUrl: 'https://vercel.com/geist/brands',
url: 'https://vercel.com/'
},
+ {
+ title: 'Model Context Protocol',
+ category: ['AI', 'Framework'],
+ route: {
+ light: '/library/model-context-protocol-light.svg',
+ dark: '/library/model-context-protocol-dark.svg'
+ },
+ wordmark: {
+ light: '/library/model-context-protocol-wordmark-light.svg',
+ dark: '/library/model-context-protocol-wordmark-dark.svg'
+ },
+ url: 'https://modelcontextprotocol.io/'
+ },
{
title: 'Socket.io',
category: 'Software',
diff --git a/static/library/model-context-protocol-dark.svg b/static/library/model-context-protocol-dark.svg
new file mode 100644
index 0000000..4402dc5
--- /dev/null
+++ b/static/library/model-context-protocol-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/model-context-protocol-light.svg b/static/library/model-context-protocol-light.svg
new file mode 100644
index 0000000..f8f3a8c
--- /dev/null
+++ b/static/library/model-context-protocol-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/model-context-protocol-wordmark-dark.svg b/static/library/model-context-protocol-wordmark-dark.svg
new file mode 100644
index 0000000..c17a931
--- /dev/null
+++ b/static/library/model-context-protocol-wordmark-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/model-context-protocol-wordmark-light.svg b/static/library/model-context-protocol-wordmark-light.svg
new file mode 100644
index 0000000..aea6890
--- /dev/null
+++ b/static/library/model-context-protocol-wordmark-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file