└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # 🔰 Model Context Protocol Badges 2 | 3 | Quickly highlight your [MCP](https://modelcontextprotocol.io) project with clear, eye-catching badges 4 | 5 | ## How to? 6 | 7 | There are four types of badges: `default`, `server`, `client`, and `dev`. The `default` type supports the `status` parameter, while both `server` and `client` types support the `features` parameter. 8 | 9 | ### Default Badges 10 | ![](https://badge.mcpx.dev 'MCP') 11 | 12 | - `![](https://badge.mcpx.dev 'MCP')` 13 | - `` 14 | 15 | #### Default Badges With Status 16 | 17 | ![](https://badge.mcpx.dev?status=on 'MCP Enabled') 18 | 19 | - `![](https://badge.mcpx.dev?status=on 'MCP Enabled')` 20 | - `` 21 | 22 | ![](https://badge.mcpx.dev?status=off 'MCP Disabled') 23 | 24 | - `![](https://badge.mcpx.dev?status=off 'MCP Disabled')` 25 | - `` 26 | 27 | 28 | ### Server Badges 29 | 30 | ![](https://badge.mcpx.dev?type=server 'MCP Server') 31 | 32 | - `![](https://badge.mcpx.dev?type=server 'MCP Server')` 33 | - `` 34 | 35 | ![](https://badge.mcpx.dev?type=server&features=resources,tools 'MCP server with features') 36 | 37 | - `![](https://badge.mcpx.dev?type=server&features=resources,tools 'MCP server with features')` 38 | - `` 51 | 52 | ![](https://badge.mcpx.dev?type=client&features=prompts,tools 'MCP client with features') 53 | 54 | - `![](https://badge.mcpx.dev?type=client&features=prompts,tools 'MCP client with features')` 55 | - `` 56 | - Features supported by the MCP client 57 | - resources 58 | - prompts 59 | - tools 60 | - sampling 61 | - roots 62 | 63 | ### Dev Badges 64 | Recommended for all MCP development-related projects, including tools, frameworks, etc. 65 | 66 | ![](https://badge.mcpx.dev?type=dev 'MCP Dev') 67 | 68 | - `![](https://badge.mcpx.dev?type=dev 'MCP Dev')` 69 | - `` 70 | 71 |
72 |
73 |
74 |
75 |
76 | ❤️ Seamless Connectivity, Limitless Potential! 77 |
78 | --------------------------------------------------------------------------------