recommended-by-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@recommended-by-mcpCreate a new list for my favorite books"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
recommended-by-mcp
Stdio MCP server for managing your recommended.by lists from agents like OpenClaw, Codex, Claude Desktop, Claude Code, Cursor, and Windsurf.
The package talks to the recommended.by REST API and exposes MCP tools over stdio. This is useful for clients that do not support remote HTTP MCP headers consistently: the agent launches this package locally, and the package handles recommended.by authentication.
Quick Start
Create an API key in Dashboard -> Profile & URL -> API Keys, then authenticate the package once:
npx recommended-by-mcp@latest login rb_live_your_key_hereThen configure your MCP client to run:
npx -y recommended-by-mcp@latestYou can also avoid local storage and pass the key through an environment variable:
RECOMMENDED_BY_API_KEY=rb_live_your_key_here npx -y recommended-by-mcp@latestRelated MCP server: Stytch Consumer TODO MCP Server
Authentication
The server resolves auth in this order:
--api-key rb_live_...RECOMMENDED_BY_API_KEYsaved config from
recommended-by-mcp login
The saved config lives at:
macOS:
~/Library/Application Support/recommended-by-mcp/config.jsonLinux:
~/.config/recommended-by-mcp/config.jsonWindows:
%APPDATA%\recommended-by-mcp\config.json
Remove the saved key with:
npx recommended-by-mcp@latest logoutCheck which account the key can access:
npx recommended-by-mcp@latest whoamiMCP Tools
recommended_list_listsrecommended_create_listrecommended_get_listrecommended_update_listrecommended_delete_listrecommended_list_itemsrecommended_search_itemsrecommended_add_item_from_resultrecommended_add_itemrecommended_update_itemrecommended_delete_item
Use recommended_search_items before adding ambiguous books, places, podcasts, music, movies, or TV. It returns candidates with stable sourceId values plus preview fields. For Google Places candidates, show confirmationUrl and previewImageUrl to the user before calling recommended_add_item_from_result.
Client Examples
Codex
Add this to ~/.codex/config.toml:
[mcp_servers.recommended_by]
command = "npx"
args = ["-y", "recommended-by-mcp@latest"]
env = { RECOMMENDED_BY_API_KEY = "rb_live_your_key_here" }OpenClaw
openclaw mcp add recommended-by \
--command npx \
--arg -y \
--arg recommended-by-mcp@latest \
--env RECOMMENDED_BY_API_KEY=rb_live_your_key_here
openclaw mcp doctor recommended-by --probeClaude Desktop
Add this to claude_desktop_config.json:
{
"mcpServers": {
"recommended-by": {
"command": "npx",
"args": ["-y", "recommended-by-mcp@latest"],
"env": {
"RECOMMENDED_BY_API_KEY": "rb_live_your_key_here"
}
}
}
}Development
pnpm install
pnpm --filter recommended-by-mcp build
pnpm --filter recommended-by-mcp testThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
FlicenseAqualityDmaintenanceMCP server for the forme.gifts wishlist app that enables managing wishlists and gifts from Claude Code, Claude Desktop, Cursor, and other MCP clients.1031- Alicense-qualityDmaintenanceAn MCP server that enables AI agents to manage a TODO list with user authentication via Stytch. It provides tools for creating, reading, updating, and deleting TODO items while handling identity and authorization.27MIT
- Flicense-qualityFmaintenanceMCP server that connects Claude to Todoist, enabling full CRUD operations on tasks, projects, sections, comments, and labels.
- AlicenseAqualityBmaintenanceStdio MCP server for curated GoHighLevel API v2 coverage, enabling create, update, and delete operations on custom fields, contacts, opportunities, tags, conversations, calendars, and more, with safe guarded destructive tools requiring explicit confirmation.56191AGPL 3.0
Related MCP Connectors
MCP server for Clipkit — gives AI agents a video toolbox via the Clipkit schema.
MCP server for accessing curated awesome list documentation
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/simplebytes-com/recommended-by-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server