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/mcp

No 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

ToolDescription
list_projectsList all projects you belong to with member and document counts
list_categoriesList categories in a project with document counts
list_membersList project members with names, emails, and roles
throw_documentCreate a document — AI auto-classifies, summarizes, and generates next-action prompts
get_documentGet full document details including content, summary, and suggested prompts
list_documentsList and filter documents by category, tags, search query, and sort order
update_documentUpdate a document's title, content, category, or tags
get_contextGet AI-synthesized project context — the fastest way for an AI to understand your project
add_commentAdd a comment to a document with optional @mentions
get_my_notificationsGet your notifications — mentions, comments, and document updates
mark_notifications_readMark specific notifications as read

Don't have an account yet?

Free for teams up to 5 members