mcp-server

emeraldhieu/mcp-server
★ 0 stars Java 🤖 AI/LLM Updated 7d ago
A Spring Boot library for exposing bean methods as Model Context Protocol (MCP) tools over HTTP. Annotate any Spring bean method with `@AiTool` and it becomes callable by an LLM automatically via the `/mcp` endpoint.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "emeraldhieu/mcp-server"
      ]
    }
  }
}

Topics

aiai-toolsjavamavenmcp-server