Skip to main content
Glama

REAPER MCP Server

by shiehn
pyproject.toml548 B
[project] name = "reaper-mcp-server" version = "0.1.0" description = "MCP Server for REAPER DAW" requires-python = ">=3.9" dependencies = [ "mcp>=1.1.2", "uvicorn[standard]>=0.32.1", "websockets>=12.0", ] [project.scripts] reaper-mcp = "server.app:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["server"] [tool.hatch.metadata] allow-direct-references = true [tool.pytest.ini_options] asyncio_mode = "auto" asyncio_default_fixture_loop_scope = "function"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/shiehn/total-reaper-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server