Achriom
com.achriom/achriom
Overview
The media memory layer for AI agents and their humans. Books, movies, music, shows, and anime.
Documentation
Achriom MCP Server
The media memory layer for AI agents and their humans. Your AI client gets 29 tools to search your collection, add items, update ratings, preview music, and find patterns across everything you've read, watched, and listened to.
Access your Achriom library from Claude, ChatGPT, or any MCP-compatible client.
29 tools · 10 prompts · 5 media types · Free for all accounts
What You Get
Everything the in-app librarian uses:
- Search — By title, creator, genre, theme, or mood
- Item details — Full metadata with AI analysis and your notes
- Collection stats — Patterns across ratings, genres, themes
- Read and write — Update ratings, status, notes from any client
- Apple Music previews — 30-second samples for albums
- YouTube search — Trailers, interviews, video essays
- Book search — Semantic search inside uploaded EPUBs
Plus 10 librarian prompts that shape how AI engages with your collection.
Connect
Claude & Claude Desktop
Requires a paid Claude plan (Pro, Max, Team, or Enterprise).
Option 1: Plugin (recommended)
Includes MCP access plus Achriom-specific skills built for Claude.
- Go to Settings → Plugins
- Click Add plugins
- Paste this URL and install:
https://github.com/achriom/achriom-claude-plugin.git - Sign in with your Achriom account
Option 2: Connector (MCP only)
- Go to Settings → Connectors
- Click Add → Add custom connector
- Enter the name Achriom and URL
https://mcp.achriom.com/mcp - Click Connect and sign in with your Achriom account
ChatGPT
No Developer Mode required.
- Open the Achriom ChatGPT app
- Sign in with your Achriom account
Other MCP Clients
Use the MCP URL with OAuth:
https://mcp.achriom.com/mcp
Connection details at app.achriom.com/mcp.
In-App vs External
The in-app librarian knows things external clients don't — your conversation history, current research focus, how to present results visually. It's built for the experience.
External clients get the raw tools. Capable, but less context. Use the app when you want the full experience. Use MCP when you want your data somewhere else.
Requirements
Free Achriom account required. MCP access is included on all plans.
Technical Reference
For developers and agents: docs/ contains detailed tool and prompt specifications.
Find Us
Links
Configuration
Achriom is a hosted remote MCP server. Add the streamable HTTP endpoint to an MCP-compatible client:
https://mcp.achriom.com/mcp
Current Achriom connection docs use OAuth. In Claude or other connector-style clients, connect to the URL above and sign in with an Achriom account. The live protected-resource metadata advertises OAuth bearer tokens in the Authorization header with scopes library:read, library:write, and profile:read.
Older example files and the service manifest also show a legacy API-key URL form. When used by a client that still requires that form, keep the endpoint path as https://mcp.achriom.com/mcp and pass api_key as a configurable secret query parameter rather than embedding it in the registry URL.
No local package, Docker image, CLI flags, or environment variables are documented for the hosted MCP server.