Standalone MCP server for AllotMint (Spring Boot 4.1.0 + Java 25, MCP Java SDK) — Spring Boot MCP server for AllotMint API + local file access
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"allotmint-mcp": {
"command": "npx",
"args": [
"-y",
"leonarduk/allotmint-mcp"
]
}
}
}
Run in terminal:
claude mcp add allotmint-mcp npx -y leonarduk/allotmint-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"allotmint-mcp": {
"command": "npx",
"args": [
"-y",
"leonarduk/allotmint-mcp"
]
}
}
}