chimp

softwaremill/chimp
★ 92 stars Scala API Integration Updated today
Build type-safe, boilerplate-less MCP servers and clients in Scala
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "chimp": {
      "command": "npx",
      "args": [
        "-y",
        "softwaremill/chimp"
      ]
    }
  }
}

README Excerpt

An SDK for building [MCP](https://modelcontextprotocol.io/specification) (Model Context Protocol) servers and clients in Scala 3 using boilerplate-less, type-safe APIs based on [Tapir](https://tapir.softwaremill.com/) and [sttp](https://github.com/softwaremill/sttp), supporting the variety of the Scala ecosystem.

Topics

aiclientmcpscalaserver