MCP Hub
Back to servers

Quotewise

Semantic quote search with 600K quotes. Find quotes by meaning, verify attributions.

Registry
Stars
1
Updated
Feb 9, 2026

Quotewise MCP Server

Semantic quote search platform. Find quotes by meaning, with source transparency via QuoteSightings.

npm version npm downloads GitHub repo

Quick Setup

npx @quotewise/mcp setup

This prints the configuration for your MCP client (Claude Desktop, Cursor, VS Code, etc.).

Manual Configuration

Add to your MCP client config:

{
  "mcpServers": {
    "quotewise": {
      "url": "https://mcp.quotewise.io/"
    }
  }
}

Config File Locations

ClientConfig Path
Claude Desktop (macOS)~/Library/Application Support/Claude/claude_desktop_config.json
Claude Desktop (Windows)%APPDATA%/Claude/claude_desktop_config.json
CursorSettings → Cursor Settings → MCP Servers
VS CodeDepends on MCP extension

Authentication

Anonymous access works immediately — 20 requests/hour, no signup needed.

For higher limits, get an API key:

  1. Visit quotewise.io/developers/mcp
  2. Create an API key
  3. The MCP server uses OAuth device flow — you'll be prompted on first use

Rate Limits

See quotewise.io/plans for current rate limits and pricing.

Tools Available

Tools for quote discovery, attribution lookup, and collection management:

Discovery

  • quotes_about — Semantic search by concept ("courage during setbacks")
  • quotes_by — Find quotes by a specific person
  • quotes_from — Find quotes from a specific source/book
  • quotes_like — Find similar quotes via vector similarity
  • quotes_containing — Exact phrase search
  • who_said — Attribution lookup (catches misattributions!)
  • quote — Get full details for a single quote (by short code)
  • quote_random — Discover random quotes

Exploration

  • originators — Search/browse authors and speakers
  • originators_like — Find similar authors
  • sources — Search/browse books, speeches, works
  • quote_relations — Find related quotes (similar themes, same author, etc.)
  • search_proverbs — Search proverb database for wise sayings

Collections (requires auth)

  • collection — Create, list, update, delete collections
  • collection_quotes — Add/remove quotes from collections

Utilities

  • ping — Health check (test connectivity)
  • auth_status — Check authentication status and rate limits
  • flag_content — Flag inappropriate or misattributed quotes
  • propose_edit — Suggest corrections to quote text or attribution

Filters

All search tools support powerful filters:

FilterValues
lengthbrief, short, medium, long, passage
max_chars280 (Twitter), 500 (Threads), etc.
structureprose, verse, one-liner
language"en", "es", "French", etc.
genderfemale, male, non-binary
reading_levelelementary, middle_school, high_school, college
content_ratingG, PG, PG-13, R

Example Prompts

Try these in Claude Desktop or your MCP client:

  • "Find me a short quote about persistence for a tweet"
  • "What did Einstein actually say about imagination?"
  • "Quotes by women about resilience"
  • "Who said 'be the change you wish to see'?"
  • "Find quotes similar to 'the journey of a thousand miles'"

Source Transparency

Every quote includes QuoteSightings — citations showing where we found it. See sources before you share.

Links

Support

License

MIT © Quotosaurus LLC

Reviews

No reviews yet

Sign in to write a review