Alvaro del Castillo commited on
Commit
64a242f
·
1 Parent(s): 27c21e4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -13,4 +13,24 @@ app_port: 7860
13
  tags: [mcp-server-track]
14
  ---
15
 
16
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  tags: [mcp-server-track]
14
  ---
15
 
16
+ Audiveris MCP Server
17
+ --
18
+ In this space you can find the code which implements the Audiveris MCP Server which receives a
19
+ URL for a PDF music score and converts it to MusicXML format, which can be analyzed from LLL models.
20
+
21
+ If you want to use it from Cursor for example, you just need to add to Cursor MCP Tools the server:
22
+
23
+ ```
24
+ {
25
+ "mcpServers": {
26
+ "audiveris": {
27
+ "url": "https://agents-mcp-hackathon-audiveris.hf.space/gradio_api/mcp/sse"
28
+ }
29
+ }
30
+ }
31
+ ```
32
+
33
+ and the you can ask Cursor to use it with a chat like:
34
+
35
+ Could you analyze @https://www.mutopiaproject.org/ftp/BeethovenLv/WoO59/fur_Elise_WoO59/fur_Elise_WoO59-let.pdf using the audiveris tool?
36
+