← browse the library
Model Context Protocol preview
icon

Model Context Protocol

Model Context Protocol (MCP) brand mark, official color.

idmcp
typeicon
domainbrands
requirestikz, svg.path
licenseCC0-1.0
authorDaniel Huang

agentsaibrandllmlogomcpmodel context protocolprotocol

SVG
mcp.tex
\documentclass[border=4pt]{standalone}

% --- packages (mirror these in mcp.meta.json "requires") ---
\usepackage{tikz}
\usetikzlibrary{svg.path}

% --- brand color (Model Context Protocol's official brand color; brand marks keep their
%     official color instead of the shared OpenTikZ palette by design) ---
\definecolor{brandmcp}{HTML}{000000}

% Model Context Protocol logo. Shape data derived from the CC0 simple-icons project
% (https://simple-icons.org), flattened to absolute M/L/C/Z commands with the
% y-axis pre-flipped for TikZ and scaled to ~2.5cm (svg.path ignores TikZ
% coordinate transforms, so the transform is baked into the coordinates).
% The Model Context Protocol logo is a trademark of its owner; used here for identification.
\begin{document}
\begin{tikzpicture}
  \fill[brandmcp] svg {%
    M 41.55 72 C 38.232 72.0079 35.0474 70.6941 32.7 68.349 L 4.368 40.02 C 3.3915
    39.042 3.3915 37.458 4.368 36.48 C 5.346 35.5035 6.93 35.5035 7.908 36.48 L 36.234
    64.806 C 37.6372 66.225 39.5499 67.0235 41.5455 67.0235 C 43.5411 67.0235 45.4538
    66.225 46.857 64.806 C 48.276 63.4028 49.0745 61.4901 49.0745 59.4945 C 49.0745
    57.4989 48.276 55.5862 46.857 54.183 L 25.77 33.09 L 25.47 32.79 C 24.4935 31.812
    24.4935 30.228 25.47 29.25 C 26.448 28.2735 28.032 28.2735 29.01 29.25 L 29.31
    29.544 L 50.4 50.646 C 51.8033 52.0659 53.7166 52.865 55.713 52.865 C 57.7094 52.865
    59.6227 52.0659 61.026 50.646 L 61.173 50.496 C 62.5911 49.0929 63.389 47.1809
    63.389 45.186 C 63.389 43.1911 62.5911 41.2791 61.173 39.876 L 35.553 14.256 C
    33.2902 11.9656 33.2902 8.2814 35.553 5.991 L 40.812 0.732 C 41.79 -0.2445 43.374
    -0.2445 44.352 0.732 C 45.3285 1.71 45.3285 3.294 44.352 4.272 L 39.093 9.531 C
    38.9263 9.6823 38.8312 9.8969 38.8312 10.122 C 38.8312 10.3471 38.9263 10.5617
    39.093 10.713 L 64.713 36.333 C 69.5792 41.2296 69.5792 49.1364 64.713 54.033 L
    64.563 54.183 C 62.2161 56.5292 59.0315 57.8441 55.713 57.837 C 55.113 57.837 54.51
    57.777 53.913 57.693 C 54.4906 61.5999 53.1894 65.5502 50.403 68.349 C 48.0549
    70.6948 44.8691 72.0087 41.55 72 M 41.55 62.001 C 40.8862 61.9987 40.2502 61.7346
    39.78 61.266 L 18.825 40.32 C 13.9565 35.422 13.9565 27.512 18.825 22.614 C 23.723
    17.7455 31.633 17.7455 36.531 22.614 L 57.48 43.56 C 58.4565 44.538 58.4565 46.122
    57.48 47.1 C 56.502 48.0765 54.918 48.0765 53.94 47.1 L 32.985 26.148 C 31.5819
    24.7299 29.6699 23.932 27.675 23.932 C 25.6801 23.932 23.7681 24.7299 22.365 26.148
    C 20.9469 27.5511 20.149 29.4631 20.149 31.458 C 20.149 33.4529 20.9469 35.3649
    22.365 36.768 L 43.314 57.723 C 44.2905 58.701 44.2905 60.285 43.314 61.263 C
    42.8438 61.7316 42.2078 61.9957 41.544 61.998%
  };
\end{tikzpicture}
\end{document}

Use it

The file compiles on its own (\documentclass{standalone}). Drop it into your project and \input it, or copy the tikzpicture into your figure. Colours come from the shared palette defined in the preamble — edit those named colours, not raw hex.

The TikZ code is CC0 1.0; the brand mark remains a trademark of its owner — use it to identify the brand in figures, not to imply endorsement. Details · Rights holder? request removal.