A demonstration of A Spring Boot/AI MCP Server that tracks Bitcoin prices using CoinGecko APIs (api.coingecko.com/api/v3)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"spring-boot-bitcoin-": {
"command": "npx",
"args": [
"-y",
"nlinhvu/spring-boot-bitcoin-mcp-server-2025"
]
}
}
}
Run in terminal:
claude mcp add spring-boot-bitcoin- npx -y nlinhvu/spring-boot-bitcoin-mcp-server-2025
Add to .cursor/mcp.json:
{
"mcpServers": {
"spring-boot-bitcoin-": {
"command": "npx",
"args": [
"-y",
"nlinhvu/spring-boot-bitcoin-mcp-server-2025"
]
}
}
}