Java Conferences MCP Server
Provides information about Java conferences worldwide by parsing data from the javaconferences.github.io repository.
๐ Java Conferences MCP Server ๐
A Model Call Protocol (MCP) server that provides AI assistants with access to data about Java conferences from around the world. This server exposes conference information from a public GitHub repository including names, dates, locations, and Call for Papers (CFP) details through a standardized MCP interface.
Data Source
The server fetches data by parsing the README.md file from the ๐ javaconferences/javaconferences.github.io repository.
The specific URL is configured in application.properties and defaults to:
https://raw.githubusercontent.com/javaconferences/javaconferences.github.io/main/README.md
Provided Tool
- Name:
getJavaConferences - Description: Get information about Java conferences for a specific year (if specified and found in the source) or the current year by default. Parses data for all years found under H3 headings in the source markdown file.
- Input Parameter:
year(String, Optional): The 4-digit year to retrieve conferences for. If omitted or invalid, defaults to the current year.
- Output: A list of JSON objects, each representing a conference with the following fields:
conferenceName(String)date(String)location(String)isHybrid(Boolean)cfpLink(String) - URL for the Call for Papers, if availablecfpDate(String) - Closing date for CFP, if availablelink(String) - Main conference linkcountry(String)
MCP Server Architecture

Configuration
Connecting an MCP Client (e.g., Claude Desktop)
To connect an MCP client like Claude Desktop to this server:
-
Configure your MCP client to connect to the server. For Claude Desktop, you might update your
claude_desktop_config.jsonfile like this:{ "mcpServers": { "javaConf-mcp-server": { "command": "java", // "command": "PATH_TO_USER/.sdkman/candidates/java/current/bin/java", /* in my case i'm using the java version installed by sdkman */ "args": [ "-jar", "PATH_TO_PROJECT/javaConf-mcp-server/target/javaconf-mcp-server-0.0.1-SNAPSHOT.jar" ] } } } -
Start the MCP client and ensure that it is connected to the server.
-
Use the tool by asking questions like:
- "What are the upcoming Java conferences?"
- "What are hybrid conferences?"
- "Give the CPF link of Jfokus conference to submit a talk"
Example of a conversation with the MCP server

Tech Stack
Support
- โญ๏ธ๏ธ Star this repository if you find it useful.
- ๐๏ธ If you find a bug, raise an issue or fix it and send a pull request.
- ๐ข๏ธ If you have any feature requests, raise an issue or send a pull request.
- ๐คฒ If you have a moment, don't forget to make a duaa for me and my parents.
Related Servers
PortOne Global MCP Server
Search and read PortOne documentation, including API schemas and product guides.
Powertools for AWS MCP
Search the Powertools for AWS Lambda documentation across multiple runtimes to find documentation and examples.
Crawleo MCP Server
Crawleo MCP - Web Search & Crawl for AI Enable AI assistants to access real-time web data through native tool integration. Two Powerful Tools: web.search - Real-time web search with flexible formatting Search from any country/language Device-specific results (desktop, mobile, tablet) Multiple output formats: Enhanced HTML (AI-optimized, clean) Raw HTML (original source) Markdown (formatted text) Plain Text (pure content) Auto-crawl option for full content extraction Multi-page search support web.crawl - Deep content extraction Extract clean content from any URL JavaScript rendering support Markdown conversion Screenshot capture Multi-URL support Features: โ Zero data retention (complete privacy) โ Real-time, not cached results โ AI-optimized with Enhanced HTML mode โ Global coverage (any country/language) โ Device-specific search (mobile/desktop/tablet) โ Flexible output formats (4 options) โ Cost-effective (5-10x cheaper than competitors) โ Simple Claude Desktop integration Perfect for: Research, content analysis, data extraction, AI agents, RAG pipelines, multi-device testing
RivalSearchMCP
Advanced MCP server for comprehensive web research, content discovery, and trends analysis. Features multi-engine search, intelligent content extraction, website traversal, and real-time data streaming.
OrdiscanMCP v1
MCP server for interacting with the Ordiscan API to query Bitcoin ordinals and inscriptions. Requires an Ordiscan API key.
MCP-MCP
A meta-server for discovering and provisioning other MCP servers from a large database.
Local Flow
A minimal, local, GPU-accelerated RAG server for document ingestion and querying.
ClimateTriage
Search for open source issues related to climate change and sustainability using the ClimateTriage API.
Glean
Search and chat across your company's apps using the Glean API.
CryptoPanic News
Provides the latest cryptocurrency news to AI agents, powered by the CryptoPanic API.