streamable-httpupdated 1mo ago
The media memory layer for AI agents and their humans. Your AI client gets 43 tools to search your collection, add items, update ratings, preview music, curate lists, and find patterns across everything you've read, watched, listened to, and played.
What can you do with Achriom?
Achriom MCP Server
The media memory layer for AI agents and their humans. Your AI client gets 43 tools to search your collection, add items, update ratings, preview music, curate lists, and find patterns across everything you've read, watched, listened to, and played.
Access your Achriom library from Claude, ChatGPT, or any MCP-compatible client.
43 tools ยท 15 prompts ยท 7 media types ยท Free for all accounts
What You Get
Everything the in-app librarian uses, across books, movies, albums, TV shows, anime, podcasts, and games:
- Search: by title, creator, genre, theme, or mood, with semantic search across the whole library
- Item details: full metadata with AI analysis and your notes
- Collection stats: patterns across ratings, genres, themes
- Read and write: update ratings, status, notes, and priority from any client
- Lists: cross-media lists you curate, mixtapes for everything you love, shareable from the app
- Progress: page counts, season and episode tracking, repeat plays and rereads
- Games: platforms, time to beat, screenshots, and franchises
- Apple Music previews: 30-second samples for albums
- YouTube search: trailers, interviews, video essays
- Book search: semantic search inside uploaded EPUBs
Plus 15 librarian prompts that shape how AI engages with your collection.
Game data is powered by IGDB.com.
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
Install
Add Achriom to your client. Pick the one you use.
claude mcp add --transport http achriom https://mcp.achriom.com/mcpcodex mcp add achriom --url https://mcp.achriom.com/mcp{
"mcpServers": {
"achriom": {
"url": "https://mcp.achriom.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"achriom": {
"type": "http",
"url": "https://mcp.achriom.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"achriom": {
"url": "https://mcp.achriom.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"achriom": {
"serverUrl": "https://mcp.achriom.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation17/25
- Maintenance19/25
- Trust9/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 22 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.1.0Latest | Aug 9, 2026 |
| 1.0.1 | Jun 28, 2026 |