Back to MCP Catalog

Badges MCP Server

Developer ToolsJavaScript
Generate badges to highlight MCP compatibility in your projects

MCP Badges provides a simple way to showcase your project's Model Context Protocol compatibility with clear, eye-catching badges. The service offers various badge types including default, server, client, and development badges, each with customizable parameters to highlight specific MCP features and status. These badges help users quickly identify MCP-enabled projects and their supported capabilities.

MCP Badges

MCP Badges allows you to easily add visual indicators to your projects that support the Model Context Protocol. These badges help users quickly identify MCP compatibility and supported features.

Getting Started

To add an MCP badge to your project, simply include an image tag in your README or documentation that points to the badge.mcpx.dev service.

Badge Types

The service offers four main badge types:

  1. Default Badges

    • Basic usage: ![](https://badge.mcpx.dev)
    • With status parameter: ![](https://badge.mcpx.dev?status=on) or ![](https://badge.mcpx.dev?status=off)
  2. Server Badges

    • Basic usage: ![](https://badge.mcpx.dev?type=server)
    • With features: ![](https://badge.mcpx.dev?type=server&features=resources,tools)
    • Supported features include: resources, prompts, tools, sampling
  3. Client Badges

    • Basic usage: ![](https://badge.mcpx.dev?type=client)
    • With features: ![](https://badge.mcpx.dev?type=client&features=prompts,tools)
    • Supported features include: resources, prompts, tools, sampling, roots
  4. Dev Badges

    • For MCP development-related projects: ![](https://badge.mcpx.dev?type=dev)

HTML Implementation

You can also use HTML img tags instead of Markdown:

<img src="https://badge.mcpx.dev?type=server&features=resources,tools" title="MCP server with features"/>

Best Practices

  • Use the appropriate badge type that matches your project's role in the MCP ecosystem
  • For server and client badges, specify the features your implementation supports
  • Include a descriptive title attribute for better accessibility
  • Place the badge prominently in your project's README or documentation

The badges are served from badge.mcpx.dev and will automatically update if the badge design changes in the future.

Related MCPs

Apple Shortcuts
Developer ToolsJavaScript

Control Apple Shortcuts automations from AI assistants

Clojars Dependency Lookup
Developer ToolsJavaScript

Fetch dependency information from Clojars, the Clojure community's artifact repository

Simple Timeserver
Developer ToolsPython

Provides Claude with current time and timezone information

About Model Context Protocol

Model Context Protocol (MCP) allows AI models to access external tools and services, extending their capabilities beyond their training data.

Generate Cursor Documentation

Save time on coding by generating custom documentation and prompts for Cursor IDE.