skip to content

MCP Config Generator

Generate the exact setup to connect your AI coding agent to a shared Aethereum room over the Model Context Protocol. Pick your agent, paste your room url, and copy the result. Nothing is sent anywhere: it all runs in your browser.

Command

claude mcp add aethereum -- npx -y aethereum mcp \
--join "<share-url>" --name you

Run this in your project. Claude Code registers the server for you.

How to use

  1. Start or join a room with npx aethereum init, which prints a share url.
  2. Paste that url and your name above.
  3. Copy the output into your agent. It now sees your team's contracts and intent.
Read the docs