Connect Riley to Claude, Cursor, or your AI tool in about two minutes. No code.
get your key · paste one config · ask Riley
Get Early AccessMCP is just a safe doorway that lets your AI app talk to Riley. Connect it once, and you can ask your AI to use Riley, then get proof back of what it did. That is the whole idea.
No setup call, no code. Get a key, paste it in, and ask.
Sign in to Riley and open AI Access. Click to create a key. It starts with rmcp_. Copy it and keep it handy. Riley shows a key once, so save it somewhere safe.
Pick your app below and copy its little config. Paste it into that app, then put your key where it says YOUR_RILEY_KEY. That is the only part you fill in.
Open your AI and type something like "Ask Riley to check my Google reviews and draft replies." Riley does the work and hands back proof. Anything sensitive still waits for your approval.
Find your app, hit copy, and paste it where the app keeps its connections. Replace YOUR_RILEY_KEY with the key from step one.
In Claude Desktop, open Settings, then Developer, then Edit config. Paste this and restart the app.
{
"mcpServers": {
"riley": {
"url": "https://app.hireriley.com/mcp",
"headers": {
"x-api-key": "YOUR_RILEY_KEY"
}
}
}
}
In Cursor, open Settings, then MCP, then Add new server. Paste this in.
{
"mcpServers": {
"riley": {
"url": "https://app.hireriley.com/mcp",
"headers": {
"x-api-key": "YOUR_RILEY_KEY"
}
}
}
}
Claude Code runs in your terminal. Paste this one line and swap in your key. One command, then you are done.
claude mcp add riley \ --url https://app.hireriley.com/mcp \ --header "x-api-key: YOUR_RILEY_KEY"
In ChatGPT, open Settings, then Connectors, then Add a custom MCP server. Paste these two lines. Whether this is available depends on your ChatGPT plan.
Server URL https://app.hireriley.com/mcp Header x-api-key: YOUR_RILEY_KEY
Using a different AI app? Anything that speaks MCP can connect the same way. Point it at https://app.hireriley.com/mcp and send your key as the x-api-key header.
Ninety percent of the time it is one of these four.
rmcp_. If it does not, you copied the wrong thing. Go back to AI Access in Riley and copy the full key.
Get early access, grab your key from AI Access, and connect Riley to the AI you already use. It takes about two minutes.
Want the technical details? See the developer docs.