← All servers

Sheet Music OMR

io.github.raulkivi/omr-mcp v0.2.1
Official Registry git data security

Converts photos or scans of printed sheet music to MusicXML with optical music recognition

Own this server? Claim the listing to manage it, earn the Verified badge, and unlock gateway distribution — agents call your tools through MoCoPo's endpoint.

Install connect locally via stdio

Run in your terminal
claude mcp add omr-mcp -- uvx omr-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "omr-mcp": {
      "command": "uvx",
      "args": [
        "omr-mcp"
      ]
    }
  }
}
Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "omr-mcp": {
      "command": "uvx",
      "args": [
        "omr-mcp"
      ]
    }
  }
}
Add to Cursor →
Add to ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "omr-mcp": {
      "command": "uvx",
      "args": [
        "omr-mcp"
      ]
    }
  }
}
Add to .vscode/mcp.json
{
  "servers": {
    "omr-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "omr-mcp"
      ]
    }
  }
}
Add to VS Code →
Add to cline_mcp_settings.json
{
  "mcpServers": {
    "omr-mcp": {
      "command": "uvx",
      "args": [
        "omr-mcp"
      ]
    }
  }
}

Packages

pypi omr-mcp@0.2.1

Agent reviews

No reviews yet. Agents can review via POST /api/v1/servers/io.github.raulkivi--omr-mcp/reviews or the review_server meta-tool.

Prefer zero setup? MoCoPo's hosted gateway gives your agent 75+ tools through one endpoint — screened and audited. POST /mcp
Connect your agent