Bridge Linux D-Bus IPC into MCP with tools for service discovery (list_services, introspect, list_objects), method calls and property access, plus convenience shortcuts for notifications, systemd units, and MPRIS media player control. All 25 tests passing.
18 lines
332 B
Markdown
18 lines
332 B
Markdown
# mcdbus
|
|
|
|
D-Bus MCP server — bridge Linux IPC into the Model Context Protocol.
|
|
|
|
Gives Claude native tool access to session and system D-Bus services through introspection-first discovery.
|
|
|
|
## Install
|
|
|
|
```bash
|
|
uv run mcdbus
|
|
```
|
|
|
|
## Add to Claude Code
|
|
|
|
```bash
|
|
claude mcp add mcdbus -- uv run --directory /path/to/mcdbus mcdbus
|
|
```
|