fastMCP4J

tersePrompts/fastMCP4J
★ 4 stars Java 📦 Other Updated 1mo ago
Java framework for building MCP servers with annotations. JSON Schema 2020-12 compliant, secure, lightweight.
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": {
    "fastmcp4j": {
      "command": "npx",
      "args": [
        "-y",
        "tersePrompts/fastMCP4J"
      ]
    }
  }
}