clio-mcp-server

canes118/clio-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated today
An 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": {
    "clio-mcp-server": {
      "command": "uvx",
      "args": [
        "clio-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install clio-mcp-server

README Excerpt

MCP server that exposes [Clio's](https://www.clio.com/) practice management API as tools for AI assistants. > 🚧 Under active development ```bash uv sync cp .env.example .env uv run python -m clio_mcp.server ``` _Coming soon_ _Coming soon_ ```bash uv sync --group dev # install dev dependencies (includes pre-commit)