OAuth 2.1
Connect your AI tools to Throwy
Use the Model Context Protocol (MCP) to throw documents, read context, and manage projects directly from your AI assistant.
Server URL
https://api.throwy.io/mcpNo API key required — sign in via OAuth in your browser
Set up in your client
Add the following to your Claude Desktop config file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"throwy": {
"url": "https://api.throwy.io/mcp"
}
}
}Restart the client after updating the configuration.
Try these prompts after connecting
List all my projects and their document counts
Throw this meeting summary into the Design project
Show me the latest documents in the Backend category
Get the project context summary for my team
Add a comment mentioning @alice on the latest doc
Available tools
| Tool | Description |
|---|---|
list_projects | List all projects you belong to with member and document counts |
list_categories | List categories in a project with document counts |
list_members | List project members with names, emails, and roles |
throw_document | Create a document — AI auto-classifies, summarizes, and generates next-action prompts |
get_document | Get full document details including content, summary, and suggested prompts |
list_documents | List and filter documents by category, tags, search query, and sort order |
update_document | Update a document's title, content, category, or tags |
get_context | Get AI-synthesized project context — the fastest way for an AI to understand your project |
add_comment | Add a comment to a document with optional @mentions |
get_my_notifications | Get your notifications — mentions, comments, and document updates |
mark_notifications_read | Mark specific notifications as read |