skip to content
~/docs~/skills~/pricing~/faq~/dashboard

</aethereum> / tools / mcp-config-generator

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 →