apollo-kotlin (MCP Server)

GitHub

:rocket: ย A strongly-typed, caching GraphQL client for the JVM, Android, and Kotlin multiplatform.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "apollo-kotlin": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-apollo-kotlin"
      ]
    }
  }
}