Skip to main content
The MCP server signs you in through the browser. It does not take an API key.
1

Add the server

Run this in your terminal:
2

Sign in

Complete the browser sign-in the first time Claude Code calls an Asteroid tool. The client stores the token and sends it on later requests.
3

Check it works

Ask Claude Code:
Your workflows come back in the reply.
The server speaks streamable HTTP at /mcp. It publishes OAuth metadata at /.well-known/oauth-protected-resource and /.well-known/oauth-authorization-server, so clients that discover authentication find it on their own.

When it does not connect

Give your coding agent skill.md too, so it can act on these docs directly. See Point your coding agent at the docs.

Next

What the MCP server can do

Every tool, grouped by what it acts on

Build a workflow over MCP

A worked example, start to finish