Quoth + Claude Desktop
Setup guide for Quoth MCP server with Claude Desktop. Configure MCP, authenticate via OAuth, and access your shared knowledge base.
Last updated: April 2026
Supported Features
- Semantic search
- Document retrieval
- Knowledge base access
- OAuth authentication
- Proposal submission
Setup
Add Quoth to your Claude Desktop configuration:
// claude_desktop_config.json
{
"mcpServers": {
"quoth": {
"url": "https://quoth.triqual.dev/api/mcp"
}
}
}
On first use, Claude Desktop will open your browser for OAuth authentication.
Available Tools
Claude Desktop supports all Quoth MCP tools via the standard protocol. The most commonly used tools in desktop:
quoth_search_index— Search your knowledge base by topicquoth_read_doc— Read full document contentquoth_propose_update— Submit documentation updatesquoth_guidelines— Get context-relevant guidelines
Limitations vs Claude Code
Claude Desktop does not support hooks, so you won't get:
- Automatic trajectory capture
- Session start pattern injection
- Self-learning daemon
- Task routing
For the full self-learning experience, use the Claude Code integration.