Skip to main content
ClaudeWave
MCP ServersOfficial Registry0 stars0 forksTypeScriptUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/techgardeners/atlarium-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "atlarium-mcp": {
      "command": "node",
      "args": ["/path/to/atlarium-mcp/dist/index.js"],
      "env": {
        "ATLARIUM_API_BASE_URL": "<atlarium_api_base_url>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/techgardeners/atlarium-mcp and follow its README for install instructions.
Detected environment variables
ATLARIUM_API_BASE_URL
Use cases

MCP Servers overview

# Atlarium MCP

Public read-only MCP server for Atlarium freshwater aquarium data.

Atlarium MCP gives AI agents structured access to freshwater aquarium fish,
aquatic plants, water parameters, compatibility data, product references and
aquarium planning information from Atlarium.bio.

## Local Development

```bash
pnpm install
cp .env.example .env
pnpm dev
```

By default the server listens on `http://localhost:43118`.

Useful endpoints:

- `GET /health`
- `POST /mcp`

Local development against the Aquarium app:

```bash
ATLARIUM_API_BASE_URL=http://localhost:43117/api/public/mcp/v1 pnpm dev
```

## Tools

- `search_fish`
- `get_fish_profile`
- `search_plants`
- `get_plant_profile`
- `search_products`
- `get_product_profile`
- `check_species_compatibility`
- `get_water_parameters`
- `suggest_species_for_tank`
- `search_guides`
- `get_guide`

All tools are read-only. This repository does not contain Atlarium private app
code and does not access workspace, user, admin, or write APIs.

## Quality Gate

```bash
pnpm lint
pnpm typecheck
pnpm test
pnpm build
```

## Publication

Do not submit this server to external MCP registries from this repository until
the production endpoint, ownership, license, support policy and security review
are explicitly approved.

What people ask about atlarium-mcp

What is techgardeners/atlarium-mcp?

+

techgardeners/atlarium-mcp is mcp servers for the Claude AI ecosystem with 0 GitHub stars.

How do I install atlarium-mcp?

+

You can install atlarium-mcp by cloning the repository (https://github.com/techgardeners/atlarium-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is techgardeners/atlarium-mcp safe to use?

+

techgardeners/atlarium-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains techgardeners/atlarium-mcp?

+

techgardeners/atlarium-mcp is maintained by techgardeners. The last recorded GitHub activity is from today, with 1 open issues.

Are there alternatives to atlarium-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy atlarium-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: techgardeners/atlarium-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/techgardeners-atlarium-mcp)](https://claudewave.com/repo/techgardeners-atlarium-mcp)
<a href="https://claudewave.com/repo/techgardeners-atlarium-mcp"><img src="https://claudewave.com/api/badge/techgardeners-atlarium-mcp" alt="Featured on ClaudeWave: techgardeners/atlarium-mcp" width="320" height="64" /></a>

More MCP Servers

atlarium-mcp alternatives