Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"quotewise": {
"args": [
"-y",
"mcp-remote",
"https://mcp.quotewise.io/"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Semantic quote search for AI assistants. Find quotes by meaning, verify attributions, with source transparency via QuoteSightings.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@quotewise/mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @quotewise/mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in search / writing
Web and local search using Brave Search API
Production ready MCP server with real-time search, extract, map & crawl.
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
MCP Security Weekly
Get CVE alerts and security updates for io.github.quotewise/mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Semantic quote search for AI assistants. Find quotes by meaning, verify attributions, with source transparency via QuoteSightings.
Run the setup helper to get config for your client:
npx @quotewise/mcp setup
npx @quotewise/mcp setup claude-desktop
npx @quotewise/mcp setup gemini
Or follow the client-specific instructions below.
claude mcp add --transport http quotewise https://mcp.quotewise.io/
Verify with claude mcp list or /mcp inside a session.
Add via Settings > Connectors in the app UI, or add to your config file using the mcp-remote bridge:
{
"mcpServers": {
"quotewise": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.quotewise.io/"]
}
}
}
| OS | Config Path |
|---|---|
| macOS | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Windows | %APPDATA%\Claude\claude_desktop_config.json |
| Linux | ~/.config/Claude/claude_desktop_config.json |
Note: Claude Desktop does not support remote HTTP servers directly in the config file. The
mcp-remotebridge runs a local stdio process that proxies to the remote server. Requires Node.js.
https://mcp.quotewise.io/ as the MCP server URLAvailable to Pro, Plus, Business, Enterprise, and Education accounts.
Add to ~/.codex/config.toml:
[mcp_servers.quotewise]
url = "https://mcp.quotewise.io/"
gemini mcp add --transport http quotewise https://mcp.quotewise.io/
Or add to ~/.gemini/settings.json:
{
"mcpServers": {
"quotewise": {
"httpUrl": "https://mcp.quotewise.io/"
}
}
}
Most MCP clients use the standard mcpServers format:
{
"mcpServers": {
"quotewise": {
"url": "https://mcp.quotewise.io/"
}
}
}
Anonymous access works immediately — 20 requests/day, no signup needed.
For higher limits, create a free account and then generate an API key from your developer dashboard. The MCP server uses OAuth device flow — you'll be prompted on first use.
See quotewise.io/plans for current rate limits and pricing.
18 tools for quote discovery, attribution lookup, and collection management:
quotes_about — Semantic search by concept ("courage during setbacks")quotes_by — Find quotes by a specific personquotes_from — Find quotes from a specific source/bookquotes_like — Find similar quotes via vector similarityquotes_containing — Exact phrase searchwho_said — Attribution lookup (catches misattributions!)quote — Get full details for a single quote (by short code)quote_random — Discover random quotesoriginators — Search/browse authors and speakersoriginators_like — Find similar authorssources — Search/browse books, speeches, worksquote_relations — Find related quotes (similar themes, same author, etc.)search_proverbs — Search proverb database for wise sayingscollection — Create, list, update, delete collectionscollection_quotes — Add/remove quotes from collectionsping — Health check (test conne