owl-mcp

owl-mcp

3.3

Owl MCP server is a tool that integrates the Owl spaced repetition application with Model Context Protocol (MCP) clients, allowing language models to perform tasks like creating decks and cards.

The Owl MCP server is designed to enhance the functionality of the Owl spaced repetition application by integrating it with various MCP clients. This integration allows users to leverage the capabilities of agentic Large Language Models (LLMs) to automate tasks such as creating study decks and cards. The server requires configuration with an API key from Owl and can be set up to auto-build on changes. It supports integration with popular MCP clients like Claude Desktop and Cursor, providing a seamless experience for users looking to enhance their study routines with AI-driven insights and automation.

Features

  • Integration with MCP clients: Connects Owl with clients like Claude Desktop and Cursor.
  • Automated deck and card creation: Allows LLMs to create study materials on behalf of the user.
  • API key configuration: Requires an API key from Owl for setup.
  • Auto-build setup: Supports auto-building on changes for continuous development.
  • Cross-platform support: Compatible with various MCP clients for broad usability.

Usage with Different Platforms

Claude Desktop


{
  "mcpServers": {
    "owl": {
      "command": "/path/to/node",
      "args": ["</path/to/owl-mcp>/build/index.js"],
      "env": {
        "OWL_API_KEY": "your-api-key-here",
        "OWL_API_URL": "https://api.owl.cards"
      },
      "description": "Study with Owl using Claude"
    }
  }
}

Cursor


{
  "mcpServers": {
    "owl": {
      "command": "/path/to/node",
      "args": ["</path/to/owl-mcp>/build/index.js"],
      "env": {
        "OWL_API_KEY": "your-api-key-here",
        "OWL_API_URL": "https://api.owl.cards"
      },
      "description": "Study with Owl using Claude"
    }
  }
}