trackmcp
Back to directory
quarkiverse

quarkus-mcp-server

View on GitHub

This extension enables developers to implement the MCP server features easily. Java-based implementation.

161 stars JavaDeveloper Kits Updated Oct 31, 2025
quarkus-extension

Documentation

Quarkus MCP Server

All Contributors
Version

This Quarkus extension provides both declarative and programmatic APIs that enable developers to easily implement MCP[^1] server features.

[^1]: _"Model Context Protocol (MCP) is an open protocol that enables seamless integration between LLM applications and external data sources and tools."_

> [!NOTE]

> The LangChain4j project provides the MCP client functionality, either as a low-level programmatic API or as a full-fledged integration into AI-infused applications.

Get Started

Step #1

Add the following dependency to your POM file:

xml
io.quarkiverse.mcp
     
      
      
      
      
      
      
    
    
      
       
        
       
      
      
       
    
    
      
       
       
       
       
       
    
  

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

Frequently asked questions

What is quarkus-mcp-server?

quarkus-mcp-server is This extension enables developers to implement the MCP server features easily. Java-based implementation.

How do I install quarkus-mcp-server?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is quarkus-mcp-server open source?

Yes — it is hosted on GitHub at https://github.com/quarkiverse/quarkus-mcp-server and has 161 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP