MCP Directory
ServersClientsBlog

xASO - App Store Optimization

AI-powered App Store Optimization platform for mobile apps

Go to xASO
MCP Directory

Model Context Protocol Directory

MKSF LTD
Suite 8805 5 Brayford Square
London, E1 0SG

MCP Directory

  • About
  • Blog
  • Documentation
  • Contact

Menu

  • Servers
  • Clients

© 2025 model-context-protocol.com

The Model Context Protocol (MCP) is an open standard for AI model communication.
Powered by Mert KoseogluSoftware Forge
  1. Home
  2. Servers
  3. quarkus-mcp-server

quarkus-mcp-server

GitHub
Website

This repository provides a Quarkus extension for implementing Model Context Protocol (MCP) servers, enabling seamless integration between LLM applications and external data sources through declarative and programmatic APIs.

153
13

Quarkus Model Context Protocol (MCP) Server

All Contributors
Version

This Quarkus extension facilitates the implementation of Model Context Protocol (MCP) servers, enabling seamless integration between LLM applications and external data sources/tools. MCP is an open protocol designed for AI-powered applications.

The extension offers declarative and programmatic APIs for easy implementation of MCP server features. LangChain4j provides the MCP client functionality.

To get started, add the quarkus-mcp-server-sse dependency to your project's POM file (or quarkus-mcp-server-stdio for STDIO transport). Define server features like prompts, resources, and tools using annotated business methods within CDI beans. The @Tool annotation defines tools, @Prompt defines prompts with arguments, and @Resource defines resources. Run your Quarkus application to start the MCP server.

Full documentation is available at https://quarkiverse.github.io/quarkiverse-docs/quarkus-mcp-server/dev/index.html.

Contributors ✨

Thanks to all contributors! This project follows the all-contributors specification.

Repository

QU
quarkiverse

quarkiverse/quarkus-mcp-server

Created

December 11, 2024

Updated

March 28, 2025

Language

Java

Category

Developer Tools