Java framework for building MCP servers with annotations. JSON Schema 2020-12 compliant, secure, lightweight.
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"
]
}
}
}
Run in terminal:
claude mcp add fastmcp4j npx -y tersePrompts/fastMCP4J
Add to .cursor/mcp.json:
{
"mcpServers": {
"fastmcp4j": {
"command": "npx",
"args": [
"-y",
"tersePrompts/fastMCP4J"
]
}
}
}