rust-things3

GarthDB/rust-things3
★ 10 stars Rust 📁 File System Updated 7d ago
Rust library and CLI for Things 3 integration with integrated MCP server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "rust-things3": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "rust-things3"
      ]
    }
  }
}