spring-boot-bitcoin-mcp-server-2025

nlinhvu/spring-boot-bitcoin-mcp-server-2025
★ 4 stars Java 🤖 AI/LLM Updated 5mo ago
A demonstration of A Spring Boot/AI MCP Server that tracks Bitcoin prices using CoinGecko APIs (api.coingecko.com/api/v3)
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": {
    "spring-boot-bitcoin-": {
      "command": "npx",
      "args": [
        "-y",
        "nlinhvu/spring-boot-bitcoin-mcp-server-2025"
      ]
    }
  }
}